Home
last modified time | relevance | path

Searched defs:sampledImage (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp338 SampledImageDescriptor *sampledImage = reinterpret_cast<SampledImageDescriptor *>(memToWrite); in WriteDescriptorSet() local
354 SampledImageDescriptor *sampledImage = reinterpret_cast<SampledImageDescriptor *>(memToWrite); in WriteDescriptorSet() local
388 SampledImageDescriptor *sampledImage = reinterpret_cast<SampledImageDescriptor *>(memToWrite); in WriteDescriptorSet() local
DVkImageView.cpp89 const Image *sampledImage = image->getSampledImage(viewFormat); in Identifier() local
/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp875 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 …]
Dspirv_instruction_parser_autogen.cpp1026 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/
DSpirvShaderImage.cpp99 const Object &sampledImage = spirv.getObject(sampledImageId); in ImageInstruction() local