Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp607 struct ImageInstruction : public ImageInstructionSignature struct in sw::SpirvShader
611 const uint32_t position;
613 Type::ID resultTypeId = 0;
614 Object::ID resultId = 0;
615 Object::ID imageId = 0;
616 Object::ID samplerId = 0;
617 Object::ID coordinateId = 0;
618 Object::ID texelId = 0;
619 Object::ID drefId = 0;
620 Object::ID lodOrBiasId = 0;
[all …]
DSpirvShaderImage.cpp77 SpirvShader::ImageInstruction::ImageInstruction(InsnIterator insn, const SpirvShader &spirv) in ImageInstruction() function in sw::SpirvShader::ImageInstruction