Searched defs:opcodeEntry (Results 1 - 2 of 2) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dtext.cpp272 spv_opcode_desc opcodeEntry = nullptr; local
273 if (grammar.lookupOpcode(opcode, &opcodeEntry)) {
277 spvInstructionAddWord(pInst, uint32_t(opcodeEntry->opcode));
281 assert(opcodeEntry->hasType);
282 assert(opcodeEntry->hasResult);
283 assert(opcodeEntry->numTypes >= 2);
284 spvPrependOperandTypes(opcodeEntry->operandTypes + 2, pExpectedOperands);
543 spv_opcode_desc opcodeEntry; local
544 error = grammar.lookupOpcode(pInstName, &opcodeEntry);
549 if (opcodeEntry
[all...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dtext.cpp272 spv_opcode_desc opcodeEntry = nullptr; local
273 if (grammar.lookupOpcode(opcode, &opcodeEntry)) {
277 spvInstructionAddWord(pInst, uint32_t(opcodeEntry->opcode));
281 assert(opcodeEntry->hasType);
282 assert(opcodeEntry->hasResult);
283 assert(opcodeEntry->numTypes >= 2);
284 spvPrependOperandTypes(opcodeEntry->operandTypes + 2, pExpectedOperands);
543 spv_opcode_desc opcodeEntry; local
544 error = grammar.lookupOpcode(pInstName, &opcodeEntry);
549 if (opcodeEntry
[all...]

Completed in 119 milliseconds