Home
last modified time | relevance | path

Searched refs:imgFormat (Results 1 - 8 of 8) sorted by relevance

/third_party/astc-encoder/Test/
H A Dastc_test_functional.py672 for imgFormat in imgFormats:
673 with self.subTest(imgFormat=imgFormat):
674 imIn = "./Test/Data/Tiles/ldr.%s" % imgFormat
681 if tli.Image.is_format_supported(imgFormat):
691 if imgFormat != "tga":
705 for imgFormat in imgFormats:
706 with self.subTest(imgFormat=imgFormat):
708 imOut = self.get_tmp_image_path("EXP", ".%s" % imgFormat)
[all...]
H A Dastc_test_image.py313 imgFormat = ["l", "xy", "rgb", "rgba", "all"]
315 choices=imgFormat, help="test color format")
379 args.formats = imgFormat[:-1] if args.formats == "all" \
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.cpp988 TransferFormat transferImageFormat (const ImageFormat& imgFormat) in transferImageFormat() argument
990 if (imgFormat.unsizedType == GL_NONE) in transferImageFormat()
991 return getTransferFormat(mapGLInternalFormat(imgFormat.format)); in transferImageFormat()
993 return TransferFormat(imgFormat.format, imgFormat.unsizedType); in transferImageFormat()
H A DglsFboUtil.hpp192 glu::TransferFormat transferImageFormat (const ImageFormat& imgFormat);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp379 const auto imgFormat = ((resourceType == ResourceType::STORAGE_IMAGE) ? ", r32ui" : ""); in getResourceDecl() local
383 decl << "layout (set=0, binding=0" << imgFormat << ") "; in getResourceDecl() local
H A DvktMeshShaderSyncTestsEXT.cpp405 const auto imgFormat = ((resourceType == ResourceType::STORAGE_IMAGE) ? ", r32ui" : ""); in getResourceDecl() local
409 decl << "layout (set=0, binding=0" << imgFormat << ") "; in getResourceDecl() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp379 const auto imgFormat = ((resourceType == ResourceType::STORAGE_IMAGE) ? ", r32ui" : ""); in getResourceDecl() local
383 decl << "layout (set=0, binding=0" << imgFormat << ") "; in getResourceDecl() local
H A DvktMeshShaderSyncTestsEXT.cpp405 const auto imgFormat = ((resourceType == ResourceType::STORAGE_IMAGE) ? ", r32ui" : ""); in getResourceDecl() local
409 decl << "layout (set=0, binding=0" << imgFormat << ") "; in getResourceDecl() local

Completed in 25 milliseconds