Home
last modified time | relevance | path

Searched refs:get_decoration_mgr (Results 1 – 25 of 46) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Ddecoration_manager_test.cpp71 return context_->get_decoration_mgr(); in GetDecorationManager()
131 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
150 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
165 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
180 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
195 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
210 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
223 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
237 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
252 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
[all …]
Dir_context_test.cpp204 context->get_decoration_mgr(); in TEST_F()
249 context->get_decoration_mgr(); in TEST_F()
313 context->get_decoration_mgr(); in TEST_F()
365 context->get_decoration_mgr(); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Ddecoration_manager_test.cpp71 return context_->get_decoration_mgr(); in GetDecorationManager()
131 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
150 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
165 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
180 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
195 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
210 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
223 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
237 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
252 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
[all …]
Dir_context_test.cpp204 context->get_decoration_mgr(); in TEST_F()
249 context->get_decoration_mgr(); in TEST_F()
313 context->get_decoration_mgr(); in TEST_F()
365 context->get_decoration_mgr(); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpass.h73 analysis::DecorationManager* get_decoration_mgr() const { in get_decoration_mgr() function
74 return context()->get_decoration_mgr(); in get_decoration_mgr()
Dinstruction.cpp307 context()->get_decoration_mgr()->ForEachDecoration( in IsVulkanStorageBuffer()
313 context()->get_decoration_mgr()->ForEachDecoration( in IsVulkanStorageBuffer()
338 context()->get_decoration_mgr()->ForEachDecoration( in IsVulkanUniformBuffer()
368 context()->get_decoration_mgr()->ForEachDecoration( in IsReadOnlyVariableShaders()
515 context_->get_decoration_mgr()->WhileEachDecoration( in IsFloatingPointFoldingAllowed()
Dlocal_access_chain_convert_pass.cpp81 context()->get_decoration_mgr()->CloneDecorations( in ReplaceAccessChainLoad()
108 context()->get_decoration_mgr()->CloneDecorations( in GenAccessChainStoreReplacement()
120 context()->get_decoration_mgr()->CloneDecorations( in GenAccessChainStoreReplacement()
Dinst_bindless_check_pass.cpp164 get_decoration_mgr()->CloneDecorations(load_inst->result_id(), new_load_id); in GenBindlessCheckCode()
179 get_decoration_mgr()->CloneDecorations(image_id, new_image_id); in GenBindlessCheckCode()
193 get_decoration_mgr()->CloneDecorations(ref_result_id, new_ref_id); in GenBindlessCheckCode()
Dir_context.cpp271 analysis::DecorationManager* dec_mgr = get_decoration_mgr(); in IsConsistent()
287 get_decoration_mgr()->RemoveDecoration(inst); in ForgetUses()
299 get_decoration_mgr()->AddDecoration(inst); in AnalyzeUses()
309 analysis::DecorationManager* dec_mgr = get_decoration_mgr(); in KillNamesAndDecorates()
700 get_decoration_mgr()->AddDecorationVal(var_id, SpvDecorationBuiltIn, in GetBuiltinVarId()
Dinline_pass.cpp153 get_decoration_mgr()->CloneDecorations(callee_var_itr->result_id(), newId); in CloneAndMapLocals()
191 get_decoration_mgr()->CloneDecorations(calleeFn->result_id(), returnVarId); in CreateReturnVar()
222 get_decoration_mgr()->CloneDecorations(rid, nid); in CloneSameBlockOps()
590 get_decoration_mgr()->CloneDecorations(rid, nid); in GenInlineCode()
Ddead_variable_elimination.cpp45 get_decoration_mgr()->ForEachDecoration( in Process()
Dscalar_replacement_pass.cpp312 get_decoration_mgr()->GetDecorationsFor(source->result_id(), false)) { in TransferAnnotations()
379 if (get_decoration_mgr()->GetDecorationsFor(id, false).empty()) { in GetOrCreatePointerType()
570 get_decoration_mgr()->GetDecorationsFor(typeInst->result_id(), false)) { in CheckTypeAnnotations()
602 get_decoration_mgr()->GetDecorationsFor(varInst->result_id(), false)) { in CheckAnnotations()
Dvalue_number_table.cpp207 return lhs.context()->get_decoration_mgr()->HaveTheSameDecorations( in operator ()()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dpass.h73 analysis::DecorationManager* get_decoration_mgr() const { in get_decoration_mgr() function
74 return context()->get_decoration_mgr(); in get_decoration_mgr()
Dinstruction.cpp307 context()->get_decoration_mgr()->ForEachDecoration( in IsVulkanStorageBuffer()
313 context()->get_decoration_mgr()->ForEachDecoration( in IsVulkanStorageBuffer()
338 context()->get_decoration_mgr()->ForEachDecoration( in IsVulkanUniformBuffer()
368 context()->get_decoration_mgr()->ForEachDecoration( in IsReadOnlyVariableShaders()
515 context_->get_decoration_mgr()->WhileEachDecoration( in IsFloatingPointFoldingAllowed()
Dlocal_access_chain_convert_pass.cpp81 context()->get_decoration_mgr()->CloneDecorations( in ReplaceAccessChainLoad()
108 context()->get_decoration_mgr()->CloneDecorations( in GenAccessChainStoreReplacement()
120 context()->get_decoration_mgr()->CloneDecorations( in GenAccessChainStoreReplacement()
Dinst_bindless_check_pass.cpp164 get_decoration_mgr()->CloneDecorations(load_inst->result_id(), new_load_id); in GenBindlessCheckCode()
179 get_decoration_mgr()->CloneDecorations(image_id, new_image_id); in GenBindlessCheckCode()
193 get_decoration_mgr()->CloneDecorations(ref_result_id, new_ref_id); in GenBindlessCheckCode()
Dir_context.cpp256 analysis::DecorationManager* dec_mgr = get_decoration_mgr(); in IsConsistent()
272 get_decoration_mgr()->RemoveDecoration(inst); in ForgetUses()
284 get_decoration_mgr()->AddDecoration(inst); in AnalyzeUses()
294 analysis::DecorationManager* dec_mgr = get_decoration_mgr(); in KillNamesAndDecorates()
684 get_decoration_mgr()->AddDecorationVal(var_id, SpvDecorationBuiltIn, in GetBuiltinVarId()
Dinline_pass.cpp140 get_decoration_mgr()->CloneDecorations(callee_var_itr->result_id(), newId); in CloneAndMapLocals()
167 get_decoration_mgr()->CloneDecorations(calleeFn->result_id(), returnVarId); in CreateReturnVar()
192 get_decoration_mgr()->CloneDecorations(rid, nid); in CloneSameBlockOps()
501 get_decoration_mgr()->CloneDecorations(rid, nid); in GenInlineCode()
Ddead_variable_elimination.cpp45 get_decoration_mgr()->ForEachDecoration( in Process()
Dscalar_replacement_pass.cpp312 get_decoration_mgr()->GetDecorationsFor(source->result_id(), false)) { in TransferAnnotations()
379 if (get_decoration_mgr()->GetDecorationsFor(id, false).empty()) { in GetOrCreatePointerType()
570 get_decoration_mgr()->GetDecorationsFor(typeInst->result_id(), false)) { in CheckTypeAnnotations()
602 get_decoration_mgr()->GetDecorationsFor(varInst->result_id(), false)) { in CheckAnnotations()
Dvalue_number_table.cpp207 return lhs.context()->get_decoration_mgr()->HaveTheSameDecorations( in operator ()()
Dupgrade_memory_model.cpp373 return !context()->get_decoration_mgr()->WhileEachDecoration( in HasDecoration()
450 context()->get_decoration_mgr()->RemoveDecorationsFrom( in CleanupDecorations()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp477 const DecorationManager& decoration_manager = *context->get_decoration_mgr(); in CheckImportExportCompatibility()
730 *linked_context.get_decoration_mgr(), in Link()
754 linked_context.get_decoration_mgr(), in Link()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp477 const DecorationManager& decoration_manager = *context->get_decoration_mgr(); in CheckImportExportCompatibility()
730 *linked_context.get_decoration_mgr(), in Link()
754 linked_context.get_decoration_mgr(), in Link()

12