Searched defs:ImageInstruction (Results 1 – 2 of 2) sorted by relevance
1189 struct ImageInstruction : public ImageInstructionSignature struct in sw::SpirvEmitter1193 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 …]
77 SpirvEmitter::ImageInstruction::ImageInstruction(InsnIterator insn, const Spirv &shader, const Spir… in ImageInstruction() function in sw::SpirvEmitter::ImageInstruction