Searched refs:spvOpcodeSplit (Results 1 – 10 of 10) sorted by relevance
/external/deqp-deps/SPIRV-Tools/test/ |
D | opcode_split_test.cpp | 24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | opcode_split_test.cpp | 24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.h | 35 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
|
D | opcode.cpp | 69 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount, in spvOpcodeSplit() function 175 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
|
D | binary.cpp | 295 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode); in parseInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.h | 35 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
|
D | opcode.cpp | 69 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount, in spvOpcodeSplit() function 175 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
|
D | binary.cpp | 291 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode); in parseInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 275 spvOpcodeSplit(instruction[0], &word_count, &opcode); in IsTypeNullable()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 275 spvOpcodeSplit(instruction[0], &word_count, &opcode); in IsTypeNullable()
|