OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extInstType
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
instruction.h
39
// Normally, both opcode and
extInstType
contain valid data.
41
// an instruction and opcode and
extInstType
are invalid.
43
spv_ext_inst_type_t
extInstType
;
text.cpp
245
pInst->
extInstType
= ext_inst_type;
253
if (grammar.lookupExtInst(pInst->
extInstType
, textValue, &extInst)) {
Completed in 90 milliseconds