Searched refs:spvOpcodeSplit (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/ |
H A D | opcode_split_test.cpp | 24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | opcode_split_test.cpp | 24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | opcode_split_test.cpp | 24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | opcode.h | 35 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
|
H A D | opcode.cpp | 71 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount, in spvOpcodeSplit() function 179 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
|
H A D | binary.cpp | 315 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode); in parseInstruction()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.h | 35 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
|
D | opcode.cpp | 71 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount, in spvOpcodeSplit() function 179 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
|
D | binary.cpp | 315 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode); in parseInstruction()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/ |
H A D | opcode.h | 35 void spvOpcodeSplit(const uint32_t word, uint16_t* word_count,
|
H A D | opcode.cpp | 71 void spvOpcodeSplit(const uint32_t word, uint16_t* pWordCount, in spvOpcodeSplit() function 200 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
|
H A D | binary.cpp | 315 spvOpcodeSplit(first_word, &inst_word_count, &inst.opcode); in parseInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_constants.cpp | 301 spvOpcodeSplit(instruction[0], &word_count, &opcode); in IsTypeNullable()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_constants.cpp | 301 spvOpcodeSplit(instruction[0], &word_count, &opcode); in IsTypeNullable()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 301 spvOpcodeSplit(instruction[0], &word_count, &opcode); in IsTypeNullable()
|