HomeSort by relevance Sort by last modified time
    Searched refs:extInst (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.h 98 // Writes the extended operand with the given type and text to the *extInst
102 spv_ext_inst_desc* extInst) const;
105 // to the *extInst parameter.
108 spv_ext_inst_desc* extInst) const;
assembly_grammar.cpp 238 spv_ext_inst_desc* extInst) const {
239 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst);
244 spv_ext_inst_desc* extInst) const {
245 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst);
text.cpp 252 spv_ext_inst_desc extInst;
253 if (grammar.lookupExtInst(pInst->extInstType, textValue, &extInst)) {
257 spvInstructionAddWord(pInst, extInst->ext_inst);
260 spvPrependOperandTypes(extInst->operandTypes, pExpectedOperands);
  /frameworks/rs/rsov/compiler/spirit/
module.cpp 193 ExtInstImportInst *extInst = mBuilder->MakeExtInstImport(extName);
194 mExtInstImports.push_back(extInst);
196 mGLExt = extInst;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.cpp     [all...]

Completed in 269 milliseconds