Home
last modified time | relevance | path

Searched defs:inst (Results 101 - 125 of 717) sorted by relevance

12345678910>>...29

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dconstant_manager_test.cpp102 Instruction* inst = in TEST_F() local
H A Dvalue_table_test.cpp53 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F() local
194 Instruction* inst = context->get_def_use_mgr()->GetDef(9); in TEST_F() local
362 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F() local
683 Instruction* inst in TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbinary_writer.cc38 void BinaryWriter::WriteInstruction(const Instruction& inst) { in WriteInstruction() argument
50 void BinaryWriter::process_instruction(const Instruction& inst) { in process_instruction() argument
H A Dspv_dump.cc71 std::string DumpInstruction(const Instruction& inst) { in DumpInstruction() argument
/third_party/skia/tools/malisc/
H A Dmalisc.py37 inst = line.split(':')[1].split() variable
/third_party/spirv-tools/source/fuzz/
H A Did_use_descriptor.cpp51 MakeIdUseDescriptorFromUse( opt::IRContext* context, opt::Instruction* inst, uint32_t in_operand_index) MakeIdUseDescriptorFromUse() argument
H A Dtransformation_permute_phi_operands.cpp40 const auto* inst = in IsApplicable() local
70 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.result_id()); in Apply() local
[all...]
/third_party/spirv-tools/source/opt/
H A Ddataflow.cpp22 bool DataFlowAnalysis::Enqueue(Instruction* inst) { in Enqueue() argument
74 void ForwardDataFlowAnalysis::EnqueueUsers(Instruction* inst) { in EnqueueUsers() argument
79 void ForwardDataFlowAnalysis::EnqueueBlockSuccessors(Instruction* inst) { in EnqueueBlockSuccessors() argument
[all...]
H A Ddead_variable_elimination.cpp84 Instruction* inst = get_def_use_mgr()->GetDef(result_id); in DeleteVariable() local
H A Deliminate_dead_constant_pass.cpp58 Instruction* inst = *working_list.begin(); in Process() local
/third_party/spirv-tools/source/reduce/
H A Dchange_operand_reduction_opportunity.h30 ChangeOperandReductionOpportunity(opt::Instruction* inst, in ChangeOperandReductionOpportunity() argument
H A Dchange_operand_to_undef_reduction_opportunity.h30 ChangeOperandToUndefReductionOpportunity(opt::IRContext* context, opt::Instruction* inst, uint32_t operand_index) ChangeOperandToUndefReductionOpportunity() argument
/third_party/spirv-tools/source/val/
H A Dinstruction.cpp25 Instruction::Instruction(const spv_parsed_instruction_t* inst) in Instruction() argument
32 RegisterUse(const Instruction* inst, uint32_t index) RegisterUse() argument
[all...]
H A Dvalidate_bitwise.cpp27 spv_result_t ValidateBaseType(ValidationState_t& _, const Instruction* inst, in ValidateBaseType() argument
59 spv_result_t BitwisePass(ValidationState_t& _, const Instruction* inst) { in BitwisePass() argument
[all...]
H A Dvalidate_debug.cpp24 spv_result_t ValidateMemberName(ValidationState_t& _, const Instruction* inst) { in ValidateMemberName() argument
43 spv_result_t ValidateLine(ValidationState_t& _, const Instruction* inst) { in ValidateLine() argument
56 spv_result_t DebugPass(ValidationState_t& _, const Instruction* inst) { in DebugPass() argument
[all...]
H A Dvalidate_layout.cpp34 ModuleScopedInstructions(ValidationState_t& _, const Instruction* inst, spv::Op opcode) ModuleScopedInstructions() argument
153 FunctionScopedInstructions(ValidationState_t& _, const Instruction* inst, spv::Op opcode) FunctionScopedInstructions() argument
356 ModuleLayoutPass(ValidationState_t& _, const Instruction* inst) ModuleLayoutPass() argument
[all...]
H A Dvalidate_memory_semantics.cpp25 ValidateMemorySemantics(ValidationState_t& _, const Instruction* inst, uint32_t operand_index, uint32_t memory_scope) ValidateMemorySemantics() argument
[all...]
H A Dvalidate_mesh_shading.cpp25 spv_result_t MeshShadingPass(ValidationState_t& _, const Instruction* inst) { in MeshShadingPass() argument
[all...]
H A Dvalidate_misc.cpp28 spv_result_t ValidateUndef(ValidationState_t& _, const Instruction* inst) { in ValidateUndef() argument
43 ValidateShaderClock(ValidationState_t& _, const Instruction* inst) ValidateShaderClock() argument
73 ValidateAssumeTrue(ValidationState_t& _, const Instruction* inst) ValidateAssumeTrue() argument
82 ValidateExpect(ValidationState_t& _, const Instruction* inst) ValidateExpect() argument
106 MiscPass(ValidationState_t& _, const Instruction* inst) MiscPass() argument
[all...]
H A Dvalidate_scopes.cpp42 spv_result_t ValidateScope(ValidationState_t& _, const Instruction* inst, in ValidateScope() argument
78 ValidateExecutionScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateExecutionScope() argument
190 ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateMemoryScope() argument
[all...]
/third_party/spirv-tools/test/opt/
H A Dconstant_manager_test.cpp100 Instruction* inst = in TEST_F() local
H A Dvalue_table_test.cpp52 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F() local
193 Instruction* inst = context->get_def_use_mgr()->GetDef(9); in TEST_F() local
361 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F() local
682 Instruction* inst in TEST_F() local
[all...]
/third_party/mesa3d/src/broadcom/clif/
H A Dv3dx_dump.c64 struct v3d_group *inst = v3d_spec_find_instruction(clif->spec, cl); in clif_dump_packet() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_peephole_sf.c36 dump_from(struct vc4_compile *c, struct qinst *inst, const char *type) in dump_from() argument
47 dump_to(struct vc4_compile *c, struct qinst *inst) in dump_to() argument
58 inst_srcs_updated(struct qinst *inst, struct qinst *writer) in inst_srcs_updated() argument
[all...]
H A Dvc4_opt_algebraic.c41 dump_from(struct vc4_compile *c, struct qinst *inst) in dump_from() argument
52 dump_to(struct vc4_compile *c, struct qinst *inst) in dump_to() argument
94 replace_with_mov(struct vc4_compile *c, struct qinst *inst, struct qreg arg) in replace_with_mov() argument
112 replace_x_0_with_x(struct vc4_compile *c, struct qinst *inst, int arg) replace_x_0_with_x() argument
123 replace_x_0_with_0(struct vc4_compile *c, struct qinst *inst, int arg) replace_x_0_with_0() argument
134 fmul_replace_one(struct vc4_compile *c, struct qinst *inst, int arg) fmul_replace_one() argument
[all...]

Completed in 9 milliseconds

12345678910>>...29