OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opcodeEntry
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp
235
const spv_opcode_desc
opcodeEntry
) {}
[
all
...]
text.cpp
262
spv_opcode_desc
opcodeEntry
= nullptr;
263
if (grammar.lookupOpcode(opcode, &
opcodeEntry
)) {
267
spvInstructionAddWord(pInst, uint32_t(
opcodeEntry
->opcode));
271
assert(
opcodeEntry
->hasType);
272
assert(
opcodeEntry
->hasResult);
273
assert(
opcodeEntry
->numTypes >= 2);
274
spvPushOperandTypes(
opcodeEntry
->operandTypes + 2, pExpectedOperands);
533
spv_opcode_desc
opcodeEntry
;
534
error = grammar.lookupOpcode(pInstName, &
opcodeEntry
);
539
if (
opcodeEntry
->hasResult && result_id.empty())
[
all
...]
Completed in 220 milliseconds