Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp352 SampledImageDescriptor *sampledImage = reinterpret_cast<SampledImageDescriptor *>(memToWrite); in WriteDescriptorSet() local
368 SampledImageDescriptor *sampledImage = reinterpret_cast<SampledImageDescriptor *>(memToWrite); in WriteDescriptorSet() local
402 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.cpp876 IdRef sampledImage, in WriteImageSampleImplicitLod()
900 IdRef sampledImage, in WriteImageSampleExplicitLod()
921 IdRef sampledImage, in WriteImageSampleDrefImplicitLod()
947 IdRef sampledImage, in WriteImageSampleDrefExplicitLod()
970 IdRef sampledImage, in WriteImageSampleProjImplicitLod()
994 IdRef sampledImage, in WriteImageSampleProjExplicitLod()
1015 IdRef sampledImage, in WriteImageSampleProjDrefImplicitLod()
1042 IdRef sampledImage, in WriteImageSampleProjDrefExplicitLod()
1090 IdRef sampledImage, in WriteImageGather()
1116 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.cpp104 const SampledImagePointer &sampledImage = state.getSampledImage(sampledImageId); in ImageInstruction() local
DSpirvShader.hpp1263 const SampledImagePointer *sampledImage = nullptr; member in sw::SpirvEmitter::Operand