Home
last modified time | relevance | path

Searched defs:ImageInstruction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShader.hpp1189 struct ImageInstruction : public ImageInstructionSignature struct in sw::SpirvEmitter
1193 const uint32_t position;
1195 Type::ID resultTypeId = 0;
1196 Object::ID resultId = 0;
1197 Object::ID imageId = 0;
1198 Object::ID samplerId = 0;
1199 Object::ID coordinateId = 0;
1200 Object::ID texelId = 0;
1201 Object::ID drefId = 0;
1202 Object::ID lodOrBiasId = 0;
[all …]
H A DSpirvShaderImage.cpp77 SpirvEmitter::ImageInstruction::ImageInstruction(InsnIterator insn, const Spirv &shader, const Spir… in ImageInstruction() function in sw::SpirvEmitter::ImageInstruction