Home
last modified time | relevance | path

Searched defs:inst (Results 126 - 150 of 774) sorted by relevance

12345678910>>...31

/third_party/spirv-tools/source/val/
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...]
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtest_utils.cpp44 static CostRecorder inst; in Instance() local
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_factory.cpp42 static CodecFactory inst; in Instance() local
/foundation/resourceschedule/ffrt/src/sync/
H A Dio_poller.cpp67 static IOPollerInstance inst; variable
/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...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_vs_visitor.cpp49 vec4_instruction *inst = emit(VEC4_VS_OPCODE_URB_WRITE); in emit_urb_write_opcode() local
72 vec4_instruction *inst = emit_generic_urb_slot(reg, varying, 0); in emit_urb_slot() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_remove_constants.c37 static void remap_regs(void * userdata, struct rc_instruction * inst, in remap_regs() argument
47 static void mark_used(void * userdata, struct rc_instruction * inst, in mark_used() argument
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativePPC_32.c330 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_logicals.cpp28 spv_result_t LogicalsPass(ValidationState_t& _, const Instruction* inst) { in LogicalsPass() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dpass_manager_test.cpp110 auto inst = MakeUnique<Instruction>(*(--context()->debug1_end())); variable
147 auto inst = MakeUnique<Instruction>(context(), SpvOpTypeVoid, 0, result_id_, variable
H A Dpass_utils.cpp75 bool ContainsDebugOpcode(const char* inst) { in ContainsDebugOpcode() argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_composites_test.cpp1868 std::string inst = in TEST_P() local
1881 std::string inst = "%inst = OpVectorInsertDynamic %" + type + "2 %ld_" + in TEST_P() local
1894 std::string inst = "%inst = OpVectorShuffle %" + type + "2 %ld_" + type + in TEST_P() local
1907 std::string inst in TEST_P() local
1921 std::string inst = TEST_P() local
1935 std::string inst = "%inst = OpCompositeInsert %" + type + "2 %ld_" + type + TEST_P() local
1949 std::string inst = "%inst = OpCopyObject %" + type + "2 %ld_" + type + "2\\n"; TEST_P() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Davailable_instructions.cpp110 AvailableBeforeInstruction( const AvailableInstructions& available_instructions, opt::Instruction* inst) AvailableBeforeInstruction() argument
[all...]
H A Dinstruction_descriptor.cpp99 MakeInstructionDescriptor( opt::IRContext* context, opt::Instruction* inst) MakeInstructionDescriptor() argument
H A Dtransformation_invert_comparison_operator.cpp38 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in IsApplicable() local
59 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in Apply() local
[all...]
H A Dtransformation_swap_conditional_branch_operands.cpp38 const auto* inst = in IsApplicable() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Dirrelevant_value_facts.cpp33 const auto* inst = ir_context_->get_def_use_mgr()->GetDef(fact.pointer_id()); in MaybeAddFact() local
57 const auto* inst = ir_context_->get_def_use_mgr()->GetDef(fact.result_id()); in MaybeAddFact() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.h85 void AddToWorklist(Instruction* inst) { in AddToWorklist() argument
[all...]
H A Dinterp_fixup_pass.cpp44 bool ReplaceInternalInterpolate(IRContext* ctx, Instruction* inst, in ReplaceInternalInterpolate() argument

Completed in 12 milliseconds

12345678910>>...31