Searched refs:isDepthImage (Results 1 – 2 of 2) sorted by relevance
1130 bool isDepthImage = false; in postProcessOCLReadImage() local1134 isDepthImage = ImageTypeName.endswith("depth_t"); in postProcessOCLReadImage()1163 RetTy = isDepthImage ? T : CI->getType(); in postProcessOCLReadImage()1168 if (isDepthImage) in postProcessOCLReadImage()
517 const bool isDepthImage = format.order == tcu::TextureFormat::D; in createTestImageView() local533 (VkImageAspectFlags)(isDepthImage ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE_ASPECT_COLOR_BIT), in createTestImageView()