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