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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
opcode.h 35 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
opcode.cpp 71 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount,
166 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode);
validate.cpp 326 spvOpcodeSplit(spvFixWord(binary->code[index], endian), &wordCount,
binary.cpp 290 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode);
    [all...]
validate_id.cpp 762 spvOpcodeSplit(instruction[0], &word_count, &opcode);
    [all...]

Completed in 158 milliseconds