Home
last modified time | relevance | path

Searched refs:spv_ext_inst_table (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtable.h89 typedef const spv_ext_inst_table_t* spv_ext_inst_table; typedef
95 const spv_ext_inst_table ext_inst_table;
111 spv_result_t spvExtInstTableGet(spv_ext_inst_table* table, spv_target_env env);
Dext_inst.cpp50 spv_result_t spvExtInstTableGet(spv_ext_inst_table* pExtInstTable, in spvExtInstTableGet()
117 spv_result_t spvExtInstTableNameLookup(const spv_ext_inst_table table, in spvExtInstTableNameLookup()
139 spv_result_t spvExtInstTableValueLookup(const spv_ext_inst_table table, in spvExtInstTableValueLookup()
Dext_inst.h27 spv_result_t spvExtInstTableNameLookup(const spv_ext_inst_table table,
35 spv_result_t spvExtInstTableValueLookup(const spv_ext_inst_table table,
Dvalidate.h135 const spv_ext_inst_table extInstTable,
154 const spv_ext_inst_table extInstTable,
Dtable.cpp39 spv_ext_inst_table ext_inst_table; in spvContextCreate()
Dassembly_grammar.h116 const spv_ext_inst_table extInstTable_;
Dvalidate.cpp63 const spv_ext_inst_table extInstTable, in spvValidateIDs()
Dvalidate_id.cpp49 const spv_ext_inst_table extInstTableArg, in idUsage()
75 const spv_ext_inst_table extInstTable;
3279 const spv_ext_inst_table extInstTable, in spvValidateInstructionIDs()
/third_party/spirv-tools/source/
Dtable.h107 typedef const spv_ext_inst_table_t* spv_ext_inst_table; typedef
113 const spv_ext_inst_table ext_inst_table;
131 spv_result_t spvExtInstTableGet(spv_ext_inst_table* table, spv_target_env env);
Dext_inst.h33 spv_result_t spvExtInstTableNameLookup(const spv_ext_inst_table table,
41 spv_result_t spvExtInstTableValueLookup(const spv_ext_inst_table table,
Dext_inst.cpp70 spv_result_t spvExtInstTableGet(spv_ext_inst_table* pExtInstTable, in spvExtInstTableGet()
167 spv_result_t spvExtInstTableNameLookup(const spv_ext_inst_table table, in spvExtInstTableNameLookup()
189 spv_result_t spvExtInstTableValueLookup(const spv_ext_inst_table table, in spvExtInstTableValueLookup()
Dtable.cpp53 spv_ext_inst_table ext_inst_table; in spvContextCreate()
Dassembly_grammar.h133 const spv_ext_inst_table extInstTable_;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtable.h107 typedef const spv_ext_inst_table_t* spv_ext_inst_table; typedef
113 const spv_ext_inst_table ext_inst_table;
131 spv_result_t spvExtInstTableGet(spv_ext_inst_table* table, spv_target_env env);
Dext_inst.h33 spv_result_t spvExtInstTableNameLookup(const spv_ext_inst_table table,
41 spv_result_t spvExtInstTableValueLookup(const spv_ext_inst_table table,
Dext_inst.cpp70 spv_result_t spvExtInstTableGet(spv_ext_inst_table* pExtInstTable, in spvExtInstTableGet()
165 spv_result_t spvExtInstTableNameLookup(const spv_ext_inst_table table, in spvExtInstTableNameLookup()
187 spv_result_t spvExtInstTableValueLookup(const spv_ext_inst_table table, in spvExtInstTableValueLookup()
Dtable.cpp51 spv_ext_inst_table ext_inst_table; in spvContextCreate()
Dassembly_grammar.h133 const spv_ext_inst_table extInstTable_;
/third_party/skia/third_party/externals/spirv-tools/source/
Dtable.h107 typedef const spv_ext_inst_table_t* spv_ext_inst_table; typedef
113 const spv_ext_inst_table ext_inst_table;
131 spv_result_t spvExtInstTableGet(spv_ext_inst_table* table, spv_target_env env);
Dext_inst.h33 spv_result_t spvExtInstTableNameLookup(const spv_ext_inst_table table,
41 spv_result_t spvExtInstTableValueLookup(const spv_ext_inst_table table,
Dext_inst.cpp70 spv_result_t spvExtInstTableGet(spv_ext_inst_table* pExtInstTable, in spvExtInstTableGet()
165 spv_result_t spvExtInstTableNameLookup(const spv_ext_inst_table table, in spvExtInstTableNameLookup()
187 spv_result_t spvExtInstTableValueLookup(const spv_ext_inst_table table, in spvExtInstTableValueLookup()
Dtable.cpp51 spv_ext_inst_table ext_inst_table; in spvContextCreate()
Dassembly_grammar.h133 const spv_ext_inst_table extInstTable_;
/third_party/spirv-tools/source/diff/
Ddiff.cpp2652 spv_ext_inst_table ext_inst_table; in Output()