Searched defs:ImageInstruction (Results 1 – 2 of 2) sorted by relevance
579 struct ImageInstruction : public ImageInstructionSignature struct in sw::SpirvShader583 const uint32_t position;585 Type::ID resultTypeId = 0;586 Object::ID resultId = 0;587 Object::ID imageId = 0;588 Object::ID samplerId = 0;589 Object::ID coordinateId = 0;590 Object::ID texelId = 0;591 Object::ID drefId = 0;592 Object::ID lodOrBiasId = 0;[all …]
91 SpirvShader::ImageInstruction::ImageInstruction(InsnIterator insn, const SpirvShader &spirv) in ImageInstruction() function in sw::SpirvShader::ImageInstruction