Searched refs:imgFormat (Results 1 - 8 of 8) sorted by relevance
/third_party/astc-encoder/Test/ |
H A D | astc_test_functional.py | 672 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 D | astc_test_image.py | 313 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 D | glsFboUtil.cpp | 988 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 D | glsFboUtil.hpp | 192 glu::TransferFormat transferImageFormat (const ImageFormat& imgFormat);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSyncTests.cpp | 379 const auto imgFormat = ((resourceType == ResourceType::STORAGE_IMAGE) ? ", r32ui" : ""); in getResourceDecl() local 383 decl << "layout (set=0, binding=0" << imgFormat << ") "; in getResourceDecl() local
|
H A D | vktMeshShaderSyncTestsEXT.cpp | 405 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 D | vktMeshShaderSyncTests.cpp | 379 const auto imgFormat = ((resourceType == ResourceType::STORAGE_IMAGE) ? ", r32ui" : ""); in getResourceDecl() local 383 decl << "layout (set=0, binding=0" << imgFormat << ") "; in getResourceDecl() local
|
H A D | vktMeshShaderSyncTestsEXT.cpp | 405 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