Searched defs:sampledImage (Results  1 – 6 of 6) sorted by relevance
| /external/swiftshader/src/Vulkan/ | 
| D | VkDescriptorSetLayout.cpp | 352 		SampledImageDescriptor *sampledImage = reinterpret_cast<SampledImageDescriptor *>(memToWrite);  in WriteDescriptorSet()  local368 		SampledImageDescriptor *sampledImage = reinterpret_cast<SampledImageDescriptor *>(memToWrite);  in WriteDescriptorSet()  local
 402 		SampledImageDescriptor *sampledImage = reinterpret_cast<SampledImageDescriptor *>(memToWrite);  in WriteDescriptorSet()  local
 
 | 
| D | VkImageView.cpp | 89 	const Image *sampledImage = image->getSampledImage(viewFormat);  in Identifier()  local
 | 
| /external/angle/src/common/spirv/ | 
| D | spirv_instruction_builder_autogen.cpp | 876                                  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 …]
 
 | 
| 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 | 104 				const SampledImagePointer &sampledImage = state.getSampledImage(sampledImageId);  in ImageInstruction()  local
 | 
| D | SpirvShader.hpp | 1263 		const SampledImagePointer *sampledImage = nullptr;  member in sw::SpirvEmitter::Operand
 |