| /third_party/spirv-tools/source/val/ |
| H A D | validate_mesh_shading.cpp | 25 spv_result_t MeshShadingPass(ValidationState_t& _, const Instruction* inst) { in MeshShadingPass() argument [all...] |
| H A D | validate_misc.cpp | 28 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 D | validate_scopes.cpp | 42 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 D | constant_manager_test.cpp | 100 Instruction* inst = in TEST_F() local
|
| H A D | value_table_test.cpp | 52 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 D | test_utils.cpp | 44 static CostRecorder inst; in Instance() local
|
| /foundation/multimedia/av_codec/services/services/codec/server/ |
| H A D | codec_factory.cpp | 42 static CodecFactory inst; in Instance() local
|
| /foundation/resourceschedule/ffrt/src/sync/ |
| H A D | io_poller.cpp | 67 static IOPollerInstance inst; variable
|
| /third_party/mesa3d/src/broadcom/clif/ |
| H A D | v3dx_dump.c | 64 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 D | vc4_opt_peephole_sf.c | 36 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 D | vc4_opt_algebraic.c | 41 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 D | brw_vec4_vs_visitor.cpp | 49 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 D | radeon_remove_constants.c | 37 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 D | sljitNativePPC_32.c | 330 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 D | validate_logicals.cpp | 28 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 D | pass_manager_test.cpp | 110 auto inst = MakeUnique<Instruction>(*(--context()->debug1_end())); variable 147 auto inst = MakeUnique<Instruction>(context(), SpvOpTypeVoid, 0, result_id_, variable
|
| H A D | pass_utils.cpp | 75 bool ContainsDebugOpcode(const char* inst) { in ContainsDebugOpcode() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_composites_test.cpp | 1868 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 D | available_instructions.cpp | 110 AvailableBeforeInstruction( const AvailableInstructions& available_instructions, opt::Instruction* inst) AvailableBeforeInstruction() argument [all...] |
| H A D | instruction_descriptor.cpp | 99 MakeInstructionDescriptor( opt::IRContext* context, opt::Instruction* inst) MakeInstructionDescriptor() argument
|
| H A D | transformation_invert_comparison_operator.cpp | 38 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 D | transformation_swap_conditional_branch_operands.cpp | 38 const auto* inst = in IsApplicable() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/ |
| H A D | irrelevant_value_facts.cpp | 33 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 D | aggressive_dead_code_elim_pass.h | 85 void AddToWorklist(Instruction* inst) { in AddToWorklist() argument [all...] |
| H A D | interp_fixup_pass.cpp | 44 bool ReplaceInternalInterpolate(IRContext* ctx, Instruction* inst, in ReplaceInternalInterpolate() argument
|