Home
last modified time | relevance | path

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

/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/
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/spirv-tools/source/diff/
Ddiff.cpp2652 spv_ext_inst_table ext_inst_table; in Output()