Home
last modified time | relevance | path

Searched refs:SpvImageFormatRgba8 (Results 1 – 19 of 19) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.type_declaration_test.cpp43 SpvImageFormatRgba8}))); in TEST_P()
149 SpvImageFormatRgba8, GetParam().value()}))); in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.type_declaration_test.cpp43 SpvImageFormatRgba8}))); in TEST_P()
149 SpvImageFormatRgba8, GetParam().value()}))); in TEST_P()
/external/skia/src/sksl/
Dspirv.h169 SpvImageFormatRgba8 = 4, enumerator
/external/skqp/src/sksl/
Dspirv.h169 SpvImageFormatRgba8 = 4, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h182 SpvImageFormatRgba8 = 4, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h182 SpvImageFormatRgba8 = 4, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h182 SpvImageFormatRgba8 = 4, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.h186 SpvImageFormatRgba8 = 4, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.h189 SpvImageFormatRgba8 = 4, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.h189 SpvImageFormatRgba8 = 4, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.h186 SpvImageFormatRgba8 = 4, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.h186 SpvImageFormatRgba8 = 4, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.h189 SpvImageFormatRgba8 = 4, enumerator
/external/mesa3d/prebuilt-intermediates/spirv/
Dspirv_info.c522 case SpvImageFormatRgba8: return "SpvImageFormatRgba8"; in spirv_imageformat_to_string()
/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.h225 SpvImageFormatRgba8 = 4, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.h253 SpvImageFormatRgba8 = 4, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.h253 SpvImageFormatRgba8 = 4, enumerator
/external/mesa3d/src/compiler/spirv/
Dspirv.h245 SpvImageFormatRgba8 = 4, enumerator
Dspirv_to_nir.c1300 case SpvImageFormatRgba8: return PIPE_FORMAT_R8G8B8A8_UNORM; in translate_image_format()