Searched refs:platImage (Results 1 – 2 of 2) sorted by relevance
1606 const GpuImagePlatformDataVk& platImage = gpuImage->GetPlatformData(); in RenderCommand() local1610 ? platImage.arrayLayers in RenderCommand()1811 const GpuImagePlatformDataVk& platImage = gpuImage->GetPlatformData(); in RenderCommand() local1818 ? platImage.aspectFlags in RenderCommand()1839 if (platImage.image) { in RenderCommand()1849 platImage.image, // image in RenderCommand()2042 const GpuImagePlatformDataVk& platImage = resPtr->GetPlatformData(); in UpdateCommandListDescriptorSets() local2044 VkImageView imageView = platImage.imageView; in UpdateCommandListDescriptorSets()2411 const GpuImagePlatformDataVk& platImage = imagePtr->GetPlatformData(); in RenderCommand() local2412 if (platImage.image) { in RenderCommand()[all …]
2246 const GpuImagePlatformDataGL& platImage = imagePtr->GetPlatformData(); in RenderCommandClearColorImage() local2249 glClearTexImage(platImage.image, // texture in RenderCommandClearColorImage()2251 platImage.format, // format in RenderCommandClearColorImage()2252 platImage.dataType, // type in RenderCommandClearColorImage()