Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dopcode_split_test.cpp24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dopcode_split_test.cpp24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dopcode_split_test.cpp24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dopcode.h35 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
H A Dopcode.cpp71 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount, in spvOpcodeSplit() function
179 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
H A Dbinary.cpp315 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode); in parseInstruction()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dopcode.h35 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
Dopcode.cpp71 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount, in spvOpcodeSplit() function
179 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
Dbinary.cpp315 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode); in parseInstruction()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dopcode.h35 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
H A Dopcode.cpp71 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount, in spvOpcodeSplit() function
200 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
H A Dbinary.cpp315 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode); in parseInstruction()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_constants.cpp301 spvOpcodeSplit(instruction[0], &word_count, &opcode); in IsTypeNullable()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_constants.cpp301 spvOpcodeSplit(instruction[0], &word_count, &opcode); in IsTypeNullable()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_constants.cpp301 spvOpcodeSplit(instruction[0], &word_count, &opcode); in IsTypeNullable()