Searched refs:getSamplerDescriptor (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderImage.cpp | 364 Pointer<Byte> samplerDescriptor = getSamplerDescriptor(imageDescriptor, instruction, laneIdx); in EmitImageSampleUnconditional() 380 Pointer<Byte> samplerDescriptor = getSamplerDescriptor(imageDescriptor, instruction); in EmitImageSampleUnconditional() 388 Pointer<Byte> SpirvEmitter::getSamplerDescriptor(Pointer<Byte> imageDescriptor, const ImageInstruct… in getSamplerDescriptor() function in sw::SpirvEmitter 393 Pointer<Byte> SpirvEmitter::getSamplerDescriptor(Pointer<Byte> imageDescriptor, const ImageInstruct… in getSamplerDescriptor() function in sw::SpirvEmitter 1278 Pointer<Byte> samplerDescriptor = getSamplerDescriptor(imageDescriptor, instruction); in EmitImageWrite() 1299 Pointer<Byte> samplerDescriptor = getSamplerDescriptor(imageDescriptor, instruction, j); in EmitImageWrite()
|
H A D | SpirvShader.hpp | 1493 …Pointer<Byte> getSamplerDescriptor(Pointer<Byte> imageDescriptor, const ImageInstruction &instruct… 1494 …Pointer<Byte> getSamplerDescriptor(Pointer<Byte> imageDescriptor, const ImageInstruction &instruct…
|