Home
last modified time | relevance | path

Searched defs:SampledImage (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h45 class SampledImage; variable
348 SampledImage(Type* image) : Type(kSampledImage), image_type_(image) {} in SampledImage() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h45 class SampledImage; variable
348 SampledImage(Type* image) : Type(kSampledImage), image_type_(image) {} in SampledImage() function
/third_party/spirv-tools/source/opt/
Dtypes.h46 class SampledImage; variable
351 SampledImage(Type* image) : Type(kSampledImage), image_type_(image) {} in SampledImage() function
/third_party/spirv-tools/test/opt/
Dinstruction_test.cpp358 TEST_F(DescriptorTypeTest, SampledImage) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp363 TEST_F(DescriptorTypeTest, SampledImage) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp363 TEST_F(DescriptorTypeTest, SampledImage) { in TEST_F() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp1059 namespace SampledImage namespace
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp1068 namespace SampledImage namespace
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp536 SampledImage, enumerator