Searched refs:IdImmediate (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 4091 std::vector<spv::IdImmediate> operands; 4093 spv::IdImmediate image = { true, *(opIt++) }; 4105 spv::IdImmediate coord = { true, 4109 spv::IdImmediate imageOperands = { false, spv::ImageOperandsSampleMask }; 4111 spv::IdImmediate imageOperand = { true, *(opIt++) }; 4119 spv::IdImmediate coord = { true, *(opIt++) }; 4140 spv::IdImmediate imageOperands = { false, (unsigned int)mask }; 4144 spv::IdImmediate imageOperand = { true, *opIt++ }; 4149 spv::IdImmediate imageOperand = { true, *opIt++ }; 4154 …spv::IdImmediate imageOperand = { true, builder.makeUintConstant(TranslateMemoryScope(TranslateCoh… [all …]
|
D | SpvBuilder.h | 329 void createNoResultOp(Op, const std::vector<IdImmediate>& operands); 336 Id createOp(Op, Id typeId, const std::vector<IdImmediate>& operands);
|
D | spvIR.h | 83 struct IdImmediate { struct
|
D | SpvBuilder.cpp | 1512 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp() 1604 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp()
|