Searched defs:sampledImage (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkDescriptorSetLayout.cpp | 267 SampledImageDescriptor *sampledImage = reinterpret_cast<SampledImageDescriptor *>(memToWrite); in WriteDescriptorSet() local 283 SampledImageDescriptor *sampledImage = reinterpret_cast<SampledImageDescriptor *>(memToWrite); in WriteDescriptorSet() local 322 SampledImageDescriptor *sampledImage = reinterpret_cast<SampledImageDescriptor *>(memToWrite); in WriteDescriptorSet() local
|
/external/angle/src/common/spirv/ |
D | spirv_instruction_builder_autogen.cpp | 875 IdRef sampledImage, in WriteImageSampleImplicitLod() 899 IdRef sampledImage, in WriteImageSampleExplicitLod() 920 IdRef sampledImage, in WriteImageSampleDrefImplicitLod() 946 IdRef sampledImage, in WriteImageSampleDrefExplicitLod() 969 IdRef sampledImage, in WriteImageSampleProjImplicitLod() 993 IdRef sampledImage, in WriteImageSampleProjExplicitLod() 1014 IdRef sampledImage, in WriteImageSampleProjDrefImplicitLod() 1041 IdRef sampledImage, in WriteImageSampleProjDrefExplicitLod() 1089 IdRef sampledImage, in WriteImageGather() 1115 IdRef sampledImage, in WriteImageDrefGather() [all …]
|
D | spirv_instruction_parser_autogen.cpp | 1026 IdRef *sampledImage, in ParseImageSampleImplicitLod() 1055 IdRef *sampledImage, in ParseImageSampleExplicitLod() 1081 IdRef *sampledImage, in ParseImageSampleDrefImplicitLod() 1112 IdRef *sampledImage, in ParseImageSampleDrefExplicitLod() 1140 IdRef *sampledImage, in ParseImageSampleProjImplicitLod() 1169 IdRef *sampledImage, in ParseImageSampleProjExplicitLod() 1195 IdRef *sampledImage, in ParseImageSampleProjDrefImplicitLod() 1226 IdRef *sampledImage, in ParseImageSampleProjDrefExplicitLod() 1283 IdRef *sampledImage, in ParseImageGather() 1314 IdRef *sampledImage, in ParseImageDrefGather() [all …]
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderImage.cpp | 155 auto &sampledImage = getObject(sampledImageId); in EmitImageSampleUnconditional() local
|