Home
last modified time | relevance | path

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

12345678910>>...29

/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...]
H A Dtgsi_two_side.c102 struct tgsi_full_instruction inst; in emit_prolog() local
171 xform_inst(struct tgsi_transform_context *ctx, struct tgsi_full_instruction *inst) xform_inst() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_swizzles.c40 rewrite_source(struct radeon_compiler * c, struct rc_instruction * inst, unsigned src) rewrite_source() argument
424 struct rc_instruction * inst; rc_dataflow_swizzles() local
[all...]
H A Dradeon_inline_literals.c88 struct rc_instruction * inst; in rc_inline_literals() local
H A Dradeon_pair_translate.c40 static void final_rewrite(struct rc_sub_instruction *inst) in final_rewrite() argument
89 classify_instruction(struct rc_sub_instruction * inst, int * needrgb, int * needalpha, int * istranscendent) classify_instruction() argument
151 set_pair_instruction(struct r300_fragment_program_compiler *c, struct rc_pair_instruction * pair, struct rc_sub_instruction * inst) set_pair_instruction() argument
330 check_opcode_support(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) check_opcode_support() argument
[all...]
H A Dradeon_program.c57 struct rc_instruction * inst = c->Program.Instructions.Next; in rc_local_transform() local
109 struct rc_instruction * inst; in rc_get_used_temporaries() local
79 get_used_temporaries_cb( void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int mask) get_used_temporaries_cb() argument
171 struct rc_instruction * inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction)); rc_alloc_instruction() local
184 rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst) rc_insert_instruction() argument
195 struct rc_instruction * inst = rc_alloc_instruction(c); rc_insert_new_instruction() local
202 rc_remove_instruction(struct rc_instruction * inst) rc_remove_instruction() argument
214 struct rc_instruction * inst; rc_recompute_ips() local
[all...]
H A Dradeon_vert_fc.c60 static void mark_write(void * userdata, struct rc_instruction * inst, in mark_write() argument
78 struct rc_instruction * inst; in reserve_predicate_reg() local
106 lower_bgnloop( struct rc_instruction * inst, struct vert_fc_state * fc_state) lower_bgnloop() argument
157 lower_brk( struct rc_instruction * inst, struct vert_fc_state * fc_state) lower_brk() argument
175 lower_endloop( struct rc_instruction * inst, struct vert_fc_state * fc_state) lower_endloop() argument
189 lower_if( struct rc_instruction * inst, struct vert_fc_state * fc_state) lower_if() argument
224 struct rc_instruction * inst; rc_vert_fc() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c328 struct tgsi_full_instruction *inst; in r300_tgsi_to_rc() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_atomics.cpp122 spv_result_t AtomicsPass(ValidationState_t& _, const Instruction* inst) { in AtomicsPass() argument
[all...]
H A Dvalidate_capability.cpp267 spv_result_t CapabilityPass(ValidationState_t& _, const Instruction* inst) { in CapabilityPass() argument
[all...]
H A Dvalidate_conversion.cpp29 spv_result_t ConversionPass(ValidationState_t& _, const Instruction* inst) { in ConversionPass() argument
[all...]
H A Dvalidate_id.cpp40 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst) { in UpdateIdUse() argument
132 IdPass(ValidationState_t& _, Instruction* inst) IdPass() argument
[all...]
H A Dvalidate_mode_setting.cpp28 spv_result_t ValidateEntryPoint(ValidationState_t& _, const Instruction* inst) { in ValidateEntryPoint() argument
254 ValidateExecutionMode(ValidationState_t& _, const Instruction* inst) ValidateExecutionMode() argument
489 ValidateMemoryModel(ValidationState_t& _, const Instruction* inst) ValidateMemoryModel() argument
527 ModeSettingPass(ValidationState_t& _, const Instruction* inst) ModeSettingPass() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddecoration_manager_test.cpp90 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument
H A Dpass_remove_duplicates_test.cpp93 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product.cpp38 std::string inst; member

Completed in 15 milliseconds

12345678910>>...29