Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp1152 struct ImageInstruction : public ImageInstructionSignature struct in sw::SpirvEmitter
1156 const uint32_t position;
1158 Type::ID resultTypeId = 0;
1159 Object::ID resultId = 0;
1160 Object::ID imageId = 0;
1161 Object::ID samplerId = 0;
1162 Object::ID coordinateId = 0;
1163 Object::ID texelId = 0;
1164 Object::ID drefId = 0;
1165 Object::ID lodOrBiasId = 0;
[all …]
DSpirvShaderImage.cpp77 SpirvEmitter::ImageInstruction::ImageInstruction(InsnIterator insn, const Spirv &shader, const Spir… in ImageInstruction() function in sw::SpirvEmitter::ImageInstruction