/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_push_id_through_variable_test.cpp | 109 uint32_t value_id = 21; in TEST() local 117 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 123 value_id = 80; in TEST() 130 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 136 value_id = 80; in TEST() 143 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 150 value_id = 24; in TEST() 157 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 163 value_id = 80; in TEST() 170 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_push_id_through_variable_test.cpp | 109 uint32_t value_id = 21; in TEST() local 117 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 123 value_id = 80; in TEST() 130 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 136 value_id = 80; in TEST() 143 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 150 value_id = 24; in TEST() 157 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 163 value_id = 80; in TEST() 170 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() [all …]
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_push_id_through_variable_test.cpp | 109 uint32_t value_id = 21; in TEST() local 117 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 123 value_id = 80; in TEST() 130 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 136 value_id = 80; in TEST() 143 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 150 value_id = 24; in TEST() 157 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() 163 value_id = 80; in TEST() 170 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST() [all …]
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_private.h | 745 vtn_untyped_value(struct vtn_builder *b, uint32_t value_id) in vtn_untyped_value() argument 747 vtn_fail_if(value_id >= b->value_id_bound, in vtn_untyped_value() 748 "SPIR-V id %u is out-of-bounds", value_id); in vtn_untyped_value() 749 return &b->values[value_id]; in vtn_untyped_value() 756 uint32_t value_id = value - b->values; in vtn_id_for_value() local 757 … vtn_fail_if(value_id >= b->value_id_bound, "vtn_value pointer outside the range of valid values"); in vtn_id_for_value() 758 return value_id; in vtn_id_for_value() 766 vtn_push_value(struct vtn_builder *b, uint32_t value_id, in vtn_push_value() argument 769 struct vtn_value *val = vtn_untyped_value(b, value_id); in vtn_push_value() 777 value_id); in vtn_push_value() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_push_id_through_variable.cpp | 28 uint32_t value_id, uint32_t value_synonym_id, uint32_t variable_id, in TransformationPushIdThroughVariable() argument 31 message_.set_value_id(value_id); in TransformationPushIdThroughVariable() 70 ir_context->get_def_use_mgr()->GetDef(message_.value_id()); in IsApplicable() 98 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable() 105 ir_context->get_def_use_mgr()->GetDef(message_.value_id()); in Apply() 150 {SPV_OPERAND_TYPE_ID, {message_.value_id()}}}))); in Apply() 165 MakeDataDescriptor(message_.value_id(), {})); in Apply()
|
D | transformation_store.cpp | 28 uint32_t memory_semantics, uint32_t value_id, in TransformationStore() argument 34 message_.set_value_id(value_id); in TransformationStore() 97 auto value = ir_context->get_def_use_mgr()->GetDef(message_.value_id()); in IsApplicable() 196 message_.value_id()); in IsApplicable() 212 {SPV_OPERAND_TYPE_ID, {message_.value_id()}}})); in Apply() 229 {SPV_OPERAND_TYPE_ID, {message_.value_id()}}})); in Apply()
|
D | transformation_add_parameter.cpp | 69 uint32_t value_id = call_parameter_ids_map[caller_id]; in IsApplicable() local 71 auto value_instr = ir_context->get_def_use_mgr()->GetDef(value_id); in IsApplicable() 78 value_id)) { in IsApplicable() 83 uint32_t value_type_id = fuzzerutil::GetTypeId(ir_context, value_id); in IsApplicable()
|
D | transformation_store.h | 32 uint32_t memory_semantics, uint32_t value_id,
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_push_id_through_variable.cpp | 28 uint32_t value_id, uint32_t value_synonym_id, uint32_t variable_id, in TransformationPushIdThroughVariable() argument 31 message_.set_value_id(value_id); in TransformationPushIdThroughVariable() 70 ir_context->get_def_use_mgr()->GetDef(message_.value_id()); in IsApplicable() 98 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable() 105 ir_context->get_def_use_mgr()->GetDef(message_.value_id()); in Apply() 150 {SPV_OPERAND_TYPE_ID, {message_.value_id()}}}))); in Apply() 165 MakeDataDescriptor(message_.value_id(), {})); in Apply()
|
D | transformation_store.cpp | 27 uint32_t pointer_id, uint32_t value_id, in TransformationStore() argument 30 message_.set_value_id(value_id); in TransformationStore() 89 auto value = ir_context->get_def_use_mgr()->GetDef(message_.value_id()); in IsApplicable() 107 message_.value_id()); in IsApplicable() 118 {SPV_OPERAND_TYPE_ID, {message_.value_id()}}})); in Apply()
|
D | transformation_add_parameter.cpp | 69 uint32_t value_id = call_parameter_ids_map[caller_id]; in IsApplicable() local 71 auto value_instr = ir_context->get_def_use_mgr()->GetDef(value_id); in IsApplicable() 78 value_id)) { in IsApplicable() 83 uint32_t value_type_id = fuzzerutil::GetTypeId(ir_context, value_id); in IsApplicable()
|
D | transformation_store.h | 31 uint32_t pointer_id, uint32_t value_id,
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_push_id_through_variable.cpp | 28 uint32_t value_id, uint32_t value_synonym_id, uint32_t variable_id, in TransformationPushIdThroughVariable() argument 31 message_.set_value_id(value_id); in TransformationPushIdThroughVariable() 70 ir_context->get_def_use_mgr()->GetDef(message_.value_id()); in IsApplicable() 98 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable() 105 ir_context->get_def_use_mgr()->GetDef(message_.value_id()); in Apply() 150 {SPV_OPERAND_TYPE_ID, {message_.value_id()}}}))); in Apply() 165 MakeDataDescriptor(message_.value_id(), {})); in Apply()
|
D | transformation_store.cpp | 28 uint32_t memory_semantics, uint32_t value_id, in TransformationStore() argument 34 message_.set_value_id(value_id); in TransformationStore() 97 auto value = ir_context->get_def_use_mgr()->GetDef(message_.value_id()); in IsApplicable() 196 message_.value_id()); in IsApplicable() 212 {SPV_OPERAND_TYPE_ID, {message_.value_id()}}})); in Apply() 229 {SPV_OPERAND_TYPE_ID, {message_.value_id()}}})); in Apply()
|
D | transformation_add_parameter.cpp | 69 uint32_t value_id = call_parameter_ids_map[caller_id]; in IsApplicable() local 71 auto value_instr = ir_context->get_def_use_mgr()->GetDef(value_id); in IsApplicable() 78 value_id)) { in IsApplicable() 83 uint32_t value_type_id = fuzzerutil::GetTypeId(ir_context, value_id); in IsApplicable()
|
D | transformation_push_id_through_variable.h | 32 uint32_t value_id, uint32_t value_synonym_fresh_id,
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ssa_rewrite_pass.cpp | 675 uint32_t value_id = GetValueAtBlock(var_id, bb); in AddDebugValuesForInvisibleDebugDecls() local 677 if (value_id) value = pass_->get_def_use_mgr()->GetDef(value_id); in AddDebugValuesForInvisibleDebugDecls() 690 value_id = GetValueAtBlock(var_id, dom_tree->ImmediateDominator(bb)); in AddDebugValuesForInvisibleDebugDecls() 691 if (value_id) value = pass_->get_def_use_mgr()->GetDef(value_id); in AddDebugValuesForInvisibleDebugDecls() 692 if (value_id && in AddDebugValuesForInvisibleDebugDecls() 694 decl, value_id, decl, value) == nullptr) { in AddDebugValuesForInvisibleDebugDecls()
|
D | local_single_store_elim_pass.cpp | 179 uint32_t value_id = store_inst->GetSingleWordInOperand(1); in RewriteDebugDeclares() local 182 store_inst, var_id, value_id, store_inst, &invisible_decls); in RewriteDebugDeclares() 195 context()->get_debug_info_mgr()->AddDebugValueForDecl(decl, value_id, in RewriteDebugDeclares()
|
D | debug_info_manager.h | 150 Instruction* scope_and_line, uint32_t variable_id, uint32_t value_id, 160 Instruction* AddDebugValueForDecl(Instruction* dbg_decl, uint32_t value_id,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ssa_rewrite_pass.cpp | 675 uint32_t value_id = GetValueAtBlock(var_id, bb); in AddDebugValuesForInvisibleDebugDecls() local 677 if (value_id) value = pass_->get_def_use_mgr()->GetDef(value_id); in AddDebugValuesForInvisibleDebugDecls() 690 value_id = GetValueAtBlock(var_id, dom_tree->ImmediateDominator(bb)); in AddDebugValuesForInvisibleDebugDecls() 691 if (value_id) value = pass_->get_def_use_mgr()->GetDef(value_id); in AddDebugValuesForInvisibleDebugDecls() 692 if (value_id && in AddDebugValuesForInvisibleDebugDecls() 694 decl, value_id, decl, value) == nullptr) { in AddDebugValuesForInvisibleDebugDecls()
|
D | local_single_store_elim_pass.cpp | 179 uint32_t value_id = store_inst->GetSingleWordInOperand(1); in RewriteDebugDeclares() local 182 store_inst, var_id, value_id, store_inst, &invisible_decls); in RewriteDebugDeclares() 195 context()->get_debug_info_mgr()->AddDebugValueForDecl(decl, value_id, in RewriteDebugDeclares()
|
D | debug_info_manager.h | 150 Instruction* scope_and_line, uint32_t variable_id, uint32_t value_id, 160 Instruction* AddDebugValueForDecl(Instruction* dbg_decl, uint32_t value_id,
|
/third_party/spirv-tools/source/opt/ |
D | ssa_rewrite_pass.cpp | 675 uint32_t value_id = GetValueAtBlock(var_id, bb); in AddDebugValuesForInvisibleDebugDecls() local 677 if (value_id) value = pass_->get_def_use_mgr()->GetDef(value_id); in AddDebugValuesForInvisibleDebugDecls() 690 value_id = GetValueAtBlock(var_id, dom_tree->ImmediateDominator(bb)); in AddDebugValuesForInvisibleDebugDecls() 691 if (value_id) value = pass_->get_def_use_mgr()->GetDef(value_id); in AddDebugValuesForInvisibleDebugDecls() 692 if (value_id && in AddDebugValuesForInvisibleDebugDecls() 694 decl, value_id, decl, value) == nullptr) { in AddDebugValuesForInvisibleDebugDecls()
|
D | local_single_store_elim_pass.cpp | 161 uint32_t value_id = store_inst->GetSingleWordInOperand(1); in RewriteDebugDeclares() local 164 store_inst, var_id, value_id, store_inst, &invisible_decls); in RewriteDebugDeclares() 177 context()->get_debug_info_mgr()->AddDebugValueForDecl(decl, value_id, in RewriteDebugDeclares()
|
D | debug_info_manager.h | 150 Instruction* scope_and_line, uint32_t variable_id, uint32_t value_id, 160 Instruction* AddDebugValueForDecl(Instruction* dbg_decl, uint32_t value_id,
|