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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
opcode.h 47 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
opcode.cpp 82 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount,
169 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode);
validate.cpp 217 spvOpcodeSplit(spvFixWord(binary->code[index], endian), &wordCount,
binary.cpp 297 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode);
    [all...]
validate_id.cpp 647 spvOpcodeSplit(instruction[0], &word_count, &opcode);
    [all...]

Completed in 49 milliseconds