Home
last modified time | relevance | path

Searched refs:spvOpcodeSplit (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/
Dopcode_split_test.cpp24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dopcode_split_test.cpp24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.h35 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
Dopcode.cpp69 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount, in spvOpcodeSplit() function
175 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
Dbinary.cpp295 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode); in parseInstruction()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.h35 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
Dopcode.cpp69 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount, in spvOpcodeSplit() function
175 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
Dbinary.cpp291 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode); in parseInstruction()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_constants.cpp275 spvOpcodeSplit(instruction[0], &word_count, &opcode); in IsTypeNullable()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp275 spvOpcodeSplit(instruction[0], &word_count, &opcode); in IsTypeNullable()