OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spvIsIdType
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
operand.h
132
bool
spvIsIdType
(spv_operand_type_t type);
validate_instruction.cpp
129
} else if (
spvIsIdType
(operand.type)) {
operand.cpp
312
bool
spvIsIdType
(spv_operand_type_t type) {
validate.cpp
138
if (
spvIsIdType
(op->type)) _.usedefs().AddUse(inst.words[op->offset]);
Completed in 75 milliseconds