/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | decoration_manager_test.cpp | 71 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 …]
|
D | ir_context_test.cpp | 204 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/ |
D | decoration_manager_test.cpp | 71 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 …]
|
D | ir_context_test.cpp | 204 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/ |
D | pass.h | 73 analysis::DecorationManager* get_decoration_mgr() const { in get_decoration_mgr() function 74 return context()->get_decoration_mgr(); in get_decoration_mgr()
|
D | instruction.cpp | 307 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()
|
D | local_access_chain_convert_pass.cpp | 81 context()->get_decoration_mgr()->CloneDecorations( in ReplaceAccessChainLoad() 108 context()->get_decoration_mgr()->CloneDecorations( in GenAccessChainStoreReplacement() 120 context()->get_decoration_mgr()->CloneDecorations( in GenAccessChainStoreReplacement()
|
D | inst_bindless_check_pass.cpp | 164 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()
|
D | ir_context.cpp | 271 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()
|
D | inline_pass.cpp | 153 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()
|
D | dead_variable_elimination.cpp | 45 get_decoration_mgr()->ForEachDecoration( in Process()
|
D | scalar_replacement_pass.cpp | 312 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()
|
D | value_number_table.cpp | 207 return lhs.context()->get_decoration_mgr()->HaveTheSameDecorations( in operator ()()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | pass.h | 73 analysis::DecorationManager* get_decoration_mgr() const { in get_decoration_mgr() function 74 return context()->get_decoration_mgr(); in get_decoration_mgr()
|
D | instruction.cpp | 307 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()
|
D | local_access_chain_convert_pass.cpp | 81 context()->get_decoration_mgr()->CloneDecorations( in ReplaceAccessChainLoad() 108 context()->get_decoration_mgr()->CloneDecorations( in GenAccessChainStoreReplacement() 120 context()->get_decoration_mgr()->CloneDecorations( in GenAccessChainStoreReplacement()
|
D | inst_bindless_check_pass.cpp | 164 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()
|
D | ir_context.cpp | 256 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()
|
D | inline_pass.cpp | 140 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()
|
D | dead_variable_elimination.cpp | 45 get_decoration_mgr()->ForEachDecoration( in Process()
|
D | scalar_replacement_pass.cpp | 312 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()
|
D | value_number_table.cpp | 207 return lhs.context()->get_decoration_mgr()->HaveTheSameDecorations( in operator ()()
|
D | upgrade_memory_model.cpp | 373 return !context()->get_decoration_mgr()->WhileEachDecoration( in HasDecoration() 450 context()->get_decoration_mgr()->RemoveDecorationsFrom( in CleanupDecorations()
|
/external/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 477 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/ |
D | linker.cpp | 477 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()
|