Searched refs:spvInstructionAddWord (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | instruction.h | 45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() function
|
D | text.cpp | 226 spvInstructionAddWord(pInst, id); in spvTextEncodeOperand() 249 spvInstructionAddWord(pInst, extInst->ext_inst); in spvTextEncodeOperand() 269 spvInstructionAddWord(pInst, uint32_t(opcodeEntry->opcode)); in spvTextEncodeOperand() 552 spvInstructionAddWord(pInst, 0); in spvTextEncodeOpcode()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | instruction.h | 45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() function
|
D | text.cpp | 226 spvInstructionAddWord(pInst, id); in spvTextEncodeOperand() 249 spvInstructionAddWord(pInst, extInst->ext_inst); in spvTextEncodeOperand() 269 spvInstructionAddWord(pInst, uint32_t(opcodeEntry->opcode)); in spvTextEncodeOperand() 552 spvInstructionAddWord(pInst, 0); in spvTextEncodeOpcode()
|