Home
last modified time | relevance | path

Searched defs:inst (Results 176 - 200 of 770) sorted by relevance

12345678910>>...31

/third_party/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.h92 void AddToWorklist(Instruction* inst) { in AddToWorklist() argument
[all...]
H A Dinterp_fixup_pass.cpp35 bool ReplaceInternalInterpolate(IRContext* ctx, Instruction* inst, in ReplaceInternalInterpolate() argument
H A Dir_loader.cpp42 bool IsLineInst(const spv_parsed_instruction_t* inst) { in IsLineInst() argument
55 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() argument
[all...]
H A Drelax_float_ops_pass.cpp24 bool RelaxFloatOpsPass::IsRelaxable(Instruction* inst) { in IsRelaxable() argument
34 bool RelaxFloatOpsPass::IsFloat32(Instruction* inst) { in IsFloat32() argument
[all...]
H A Dsimplification_pass.cpp118 Instruction* inst = work_list[i]; SimplifyFunction() local
[all...]
H A Dvalue_number_table.cpp41 uint32_t ValueNumberTable::AssignValueNumber(Instruction* inst) { in AssignValueNumber() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_logicals.cpp26 spv_result_t LogicalsPass(ValidationState_t& _, const Instruction* inst) { in LogicalsPass() argument
[all...]
H A Dvalidate_ray_tracing.cpp25 spv_result_t RayTracingPass(ValidationState_t& _, const Instruction* inst) { in RayTracingPass() argument
[all...]
/third_party/spirv-tools/test/opt/
H A Dpass_manager_test.cpp110 auto inst = MakeUnique<Instruction>(*(--context()->debug1_end())); variable
147 auto inst = MakeUnique<Instruction>(context(), spv::Op::OpTypeVoid, 0, variable
H A Dpass_utils.cpp75 bool ContainsDebugOpcode(const char* inst) { in ContainsDebugOpcode() argument
/third_party/spirv-tools/test/val/
H A Dval_composites_test.cpp1947 std::string inst = in TEST_P() local
1960 std::string inst = "%inst = OpVectorInsertDynamic %" + type + "2 %ld_" + in TEST_P() local
1973 std::string inst = "%inst = OpVectorShuffle %" + type + "2 %ld_" + type + in TEST_P() local
1986 std::string inst in TEST_P() local
2000 std::string inst = TEST_P() local
2014 std::string inst = "%inst = OpCompositeInsert %" + type + "2 %ld_" + type + TEST_P() local
2028 std::string inst = "%inst = OpCopyObject %" + type + "2 %ld_" + type + "2\\n"; TEST_P() local
[all...]
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_msg_lib_test.cpp151 DeviceSocketManager *inst = UtGetDeviceSocketManagerInstance(); in HWTEST_F() local
/foundation/multimedia/player_framework/services/services/factory/
H A Dengine_factory_repo.cpp42 static EngineFactoryRepo* inst = nullptr; in Instance() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_supplicant_hal_interface.cpp28 static WifiSupplicantHalInterface inst; in GetInstance() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/
H A Dmock_wifi_supplicant_hal_interface.cpp28 static MockWifiSupplicantHalInterface inst; in GetInstance() local
42 static WifiSupplicantHalInterface inst; in GetInstance() local
/third_party/libunwind/libunwind/src/ppc64/
H A DGstep.c461 int32_t inst; in unw_step() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_opt_dead_code.c43 dce(struct v3d_compile *c, struct qinst *inst) in dce() argument
55 has_nonremovable_reads(struct v3d_compile *c, struct qinst *inst) in has_nonremovable_reads() argument
66 can_write_to_null(struct v3d_compile *c, struct qinst *inst) in can_write_to_null() argument
76 vir_dce_flags(struct v3d_compile *c, struct qinst *inst) in vir_dce_flags() argument
94 check_last_ldunifa(struct v3d_compile *c, struct qinst *inst, struct qblock *block) check_last_ldunifa() argument
122 check_first_ldunifa(struct v3d_compile *c, struct qinst *inst, struct qblock *block, struct qinst **unifa) check_first_ldunifa() argument
[all...]
H A Dvir_dump.c148 vir_print_reg(struct v3d_compile *c, const struct qinst *inst, in vir_print_reg() argument
216 vir_dump_sig(struct v3d_compile *c, struct qinst *inst) in vir_dump_sig() argument
257 vir_dump_alu(struct v3d_compile *c, struct qinst *inst) vir_dump_alu() argument
299 vir_dump_inst(struct v3d_compile *c, struct qinst *inst) vir_dump_inst() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_cs_derived.cpp168 ir_instruction *inst = in make_gl_GlobalInvocationID() local
200 ir_instruction *inst = in make_gl_LocalInvocationIndex() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir_lower_uniforms.c75 is_lowerable_uniform(struct qinst *inst, int i) in is_lowerable_uniform() argument
88 qir_get_instruction_uniform_count(struct qinst *inst) in qir_get_instruction_uniform_count() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_saturate_propagation.cpp86 fs_inst *inst = (fs_inst *)block->start(); in instruction() local
/third_party/mesa3d/src/mesa/program/
H A Dprog_parameter_layout.c149 struct asm_instruction *inst; in _mesa_layout_parameters() local
[all...]
H A Dprogramopt.c254 struct prog_instruction *newInst, *inst; in _mesa_append_fog_code() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c93 uint32_t *inst, target; in nv30_vertprog_validate() local
136 uint32_t *inst, targe in nv30_vertprog_validate() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c184 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction; in tgsi_parse_token() local
[all...]

Completed in 13 milliseconds

12345678910>>...31