HomeSort by relevance Sort by last modified time
    Searched refs:opcodeEntry (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp 180 const spv_instruction_t *inst, const spv_opcode_desc opcodeEntry) {}
186 const spv_opcode_desc opcodeEntry) {}
723 const spv_instruction_t *inst, const spv_opcode_desc opcodeEntry) {}
733 const spv_opcode_desc opcodeEntry) {
742 if (opcodeEntry->numTypes < inst->words.size()) {
    [all...]
text.cpp 272 spv_opcode_desc opcodeEntry = nullptr;
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;
544 error = grammar.lookupOpcode(pInstName, &opcodeEntry);
549 if (opcodeEntry->hasResult && result_id.empty())
    [all...]

Completed in 45 milliseconds