Home
last modified time | relevance | path

Searched refs:tgsi_full_instruction (Results 1 – 25 of 52) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h61 struct tgsi_full_instruction;
311 struct tgsi_full_instruction *instructions;
321 const struct tgsi_full_instruction *inst_to_add);
367 const struct tgsi_full_instruction *,
371 const struct tgsi_full_instruction *,
390 struct tgsi_full_instruction *instructions;
511 const struct tgsi_full_instruction *inst,
589 const struct tgsi_full_instruction *inst,
596 const struct tgsi_full_instruction *inst,
607 const struct tgsi_full_instruction *inst);
[all …]
Dlp_bld_tgsi.c45 bld_base->instructions = (struct tgsi_full_instruction *) in lp_bld_tgsi_list_init()
46 MALLOC( LP_MAX_INSTRUCTIONS * sizeof(struct tgsi_full_instruction) ); in lp_bld_tgsi_list_init()
57 const struct tgsi_full_instruction *inst_to_add) in lp_bld_tgsi_add_instruction()
61 struct tgsi_full_instruction *instructions; in lp_bld_tgsi_add_instruction()
63 * sizeof(struct tgsi_full_instruction), in lp_bld_tgsi_add_instruction()
65 * sizeof(struct tgsi_full_instruction)); in lp_bld_tgsi_add_instruction()
233 const struct tgsi_full_instruction * inst) in lp_build_tgsi_inst_llvm()
328 const struct tgsi_full_instruction *inst, in lp_build_emit_fetch()
423 const struct tgsi_full_instruction *inst, in lp_build_emit_fetch_texoffset()
519 const struct tgsi_full_instruction *instr = in lp_build_tgsi_llvm()
Dlp_bld_tgsi_info.c107 const struct tgsi_full_instruction *inst, in analyse_tex()
202 const struct tgsi_full_instruction *inst, in analyse_sample()
285 struct tgsi_full_instruction *inst) in analyse_instruction()
565 struct tgsi_full_instruction *inst = in lp_build_tgsi_info()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c106 const struct tgsi_full_instruction *tgsi_inst, in aos_simple()
194 const struct tgsi_full_instruction *tgsi_inst, in aos_set_on_cond()
261 const struct tgsi_full_instruction *tgsi_inst, in aos_compare()
287 const struct tgsi_full_instruction *tgsi_inst, in aos_set_sign()
323 const struct tgsi_full_instruction *tgsi_inst, in aos_tex()
390 const struct tgsi_full_instruction *tgsi_inst, in aos_sample()
456 const struct tgsi_full_instruction *tgsi_inst, in aos_LIT()
489 const struct tgsi_full_instruction *tgsi_inst, in aos_EXP()
514 const struct tgsi_full_instruction *tgsi_inst, in aos_LOG()
542 const struct tgsi_full_instruction *tgsi_inst, in aos_DST()
[all …]
Dtoy_tgsi.h36 struct tgsi_full_instruction;
40 const struct tgsi_full_instruction *tgsi_inst,
/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_yuv.c98 static inline struct tgsi_full_instruction
101 struct tgsi_full_instruction inst; in tex_instruction()
115 static inline struct tgsi_full_instruction
118 struct tgsi_full_instruction inst; in mov_instruction()
129 static inline struct tgsi_full_instruction
132 struct tgsi_full_instruction inst; in dp3_instruction()
250 struct tgsi_full_instruction inst; in yuv_to_rgb()
301 struct tgsi_full_instruction *originst) in lower_nv12()
304 struct tgsi_full_instruction inst; in lower_nv12()
336 struct tgsi_full_instruction *originst) in lower_iyuv()
[all …]
Dst_cb_drawpixels_shader.c56 set_src(struct tgsi_full_instruction *inst, unsigned i, unsigned file, unsigned index, in set_src()
73 struct tgsi_full_instruction *current_inst) in transform_instr()
160 struct tgsi_full_instruction inst; in transform_instr()
Dst_cb_bitmap_shader.c53 struct tgsi_full_instruction *current_inst) in transform_instr()
56 struct tgsi_full_instruction inst; in transform_instr()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.h49 struct tgsi_full_instruction *inst);
79 const struct tgsi_full_instruction *inst);
259 struct tgsi_full_instruction inst; in tgsi_transform_op1_inst()
287 struct tgsi_full_instruction inst; in tgsi_transform_op2_inst()
319 struct tgsi_full_instruction inst; in tgsi_transform_op3_inst()
350 struct tgsi_full_instruction inst; in tgsi_transform_op1_swz_inst()
396 struct tgsi_full_instruction inst; in tgsi_transform_op2_swz_inst()
452 struct tgsi_full_instruction inst; in tgsi_transform_op3_swz_inst()
504 struct tgsi_full_instruction inst; in tgsi_transform_kill_inst()
531 struct tgsi_full_instruction inst; in tgsi_transform_tex_inst()
Dtgsi_dump.h59 struct tgsi_full_instruction;
69 const struct tgsi_full_instruction *inst,
76 const struct tgsi_full_instruction *inst,
Dtgsi_lowering.c135 struct tgsi_full_instruction new_inst; in create_mov()
197 struct tgsi_full_instruction *inst) in transform_dst()
203 struct tgsi_full_instruction new_inst; in transform_dst()
276 struct tgsi_full_instruction *inst) in transform_xpd()
282 struct tgsi_full_instruction new_inst; in transform_xpd()
339 struct tgsi_full_instruction *inst) in transform_scs()
344 struct tgsi_full_instruction new_inst; in transform_scs()
402 struct tgsi_full_instruction *inst) in transform_lrp()
409 struct tgsi_full_instruction new_inst; in transform_lrp()
452 struct tgsi_full_instruction *inst) in transform_frc()
[all …]
Dtgsi_exec.c1059 tgsi_check_soa_dependencies(const struct tgsi_full_instruction *inst) in tgsi_check_soa_dependencies()
1115 struct tgsi_full_instruction *instructions; in tgsi_exec_machine_bind_shader()
1192 instructions = (struct tgsi_full_instruction *) in tgsi_exec_machine_bind_shader()
1193 MALLOC( maxInstructions * sizeof(struct tgsi_full_instruction) ); in tgsi_exec_machine_bind_shader()
1254 * sizeof(struct tgsi_full_instruction), in tgsi_exec_machine_bind_shader()
1256 * sizeof(struct tgsi_full_instruction)); in tgsi_exec_machine_bind_shader()
1781 const struct tgsi_full_instruction *inst, in store_dest_dstret()
2000 const struct tgsi_full_instruction *inst, in store_dest_double()
2023 const struct tgsi_full_instruction *inst, in store_dest()
2067 const struct tgsi_full_instruction *inst) in exec_kill_if()
[all …]
Dtgsi_util.h39 struct tgsi_full_instruction;
78 tgsi_util_get_inst_usage_mask(const struct tgsi_full_instruction *inst,
Dtgsi_build.h103 struct tgsi_full_instruction
108 const struct tgsi_full_instruction *full_inst,
Dtgsi_parse.h88 struct tgsi_full_instruction struct
105 struct tgsi_full_instruction FullInstruction; argument
Dtgsi_emulate.c66 struct tgsi_full_instruction new_inst; in passthrough_edgeflag()
105 struct tgsi_full_instruction *inst) in transform_instr()
Dtgsi_transform.c42 const struct tgsi_full_instruction *inst) in emit_instruction()
167 struct tgsi_full_instruction *fullinst in tgsi_transform_shader()
Dtgsi_point_sprite.c250 struct tgsi_full_instruction inst; in psprite_prolog()
271 struct tgsi_full_instruction *vert_inst) in psprite_emit_vertex_inst()
274 struct tgsi_full_instruction inst; in psprite_emit_vertex_inst()
422 struct tgsi_full_instruction *inst) in psprite_inst()
Dtgsi_dump.c561 struct tgsi_full_instruction *inst ) in iter_instruction()
718 const struct tgsi_full_instruction *inst, in tgsi_dump_instruction()
731 iter_instruction( &ctx.iter, (struct tgsi_full_instruction *)inst ); in tgsi_dump_instruction()
841 const struct tgsi_full_instruction *inst, in tgsi_dump_instruction_str()
862 iter_instruction( &ctx.base.iter, (struct tgsi_full_instruction *)inst ); in tgsi_dump_instruction_str()
Dtgsi_two_side.c101 struct tgsi_full_instruction inst; in emit_prolog()
171 struct tgsi_full_instruction *inst) in xform_inst()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c89 const struct tgsi_full_instruction *insn, in translate_dst_register()
1030 const struct tgsi_full_instruction *insn) in emit_fake_arl()
1056 const struct tgsi_full_instruction *insn) in emit_if()
1087 const struct tgsi_full_instruction *insn) in emit_else()
1095 const struct tgsi_full_instruction *insn) in emit_endif()
1112 const struct tgsi_full_instruction *insn ) in emit_floor()
1141 const struct tgsi_full_instruction *insn) in emit_ceil()
1170 const struct tgsi_full_instruction *insn ) in emit_div()
1214 const struct tgsi_full_instruction *insn ) in emit_dp2()
1249 const struct tgsi_full_instruction *insn ) in emit_dph()
[all …]
Dsvga_tgsi_vgpu10.c230 const struct tgsi_full_instruction *inst);
3463 const struct tgsi_full_instruction *inst) in emit_arl_uarl()
3496 const struct tgsi_full_instruction *inst) in emit_cal()
3517 const struct tgsi_full_instruction *inst) in emit_iabs()
3540 const struct tgsi_full_instruction *inst) in emit_cmp()
3573 const struct tgsi_full_instruction *inst) in emit_dp2a()
3622 const struct tgsi_full_instruction *inst) in emit_dph()
3656 const struct tgsi_full_instruction *inst) in emit_dst()
3732 const struct tgsi_full_instruction *inst) in emit_endprim()
3751 const struct tgsi_full_instruction *inst) in emit_ex2()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c415 add_vector_clamp(struct tgsi_full_instruction *inst, struct ir2_instruction *alu) in add_vector_clamp()
423 add_scalar_clamp(struct tgsi_full_instruction *inst, struct ir2_instruction *alu) in add_scalar_clamp()
432 struct tgsi_full_instruction *inst, struct ir2_instruction *alu) in add_regs_vector_1()
445 struct tgsi_full_instruction *inst, struct ir2_instruction *alu) in add_regs_vector_2()
458 struct tgsi_full_instruction *inst, struct ir2_instruction *alu) in add_regs_vector_3()
487 struct tgsi_full_instruction *inst, struct ir2_instruction *alu) in add_regs_scalar_1()
688 struct tgsi_full_instruction *inst) in translate_pow()
737 struct tgsi_full_instruction *inst, unsigned opc) in translate_tex()
833 struct tgsi_full_instruction *inst, unsigned opc) in translate_sge_slt()
877 struct tgsi_full_instruction *inst, in translate_lrp()
[all …]
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c578 const struct tgsi_full_instruction *inst = &ctx.FullToken.FullInstruction; in etna_compile_pass_check_usage()
670 const struct tgsi_full_instruction *inst = &ctx.FullToken.FullInstruction; in etna_compile_pass_optimize_outputs()
1034 const struct tgsi_full_instruction *inst,
1047 const struct tgsi_full_instruction *inst, struct etna_inst_src *src) in trans_instr()
1074 const struct tgsi_full_instruction *inst, in trans_min_max()
1090 const struct tgsi_full_instruction *inst, struct etna_inst_src *src) in trans_if()
1121 const struct tgsi_full_instruction *inst, struct etna_inst_src *src) in trans_else()
1142 const struct tgsi_full_instruction *inst, struct etna_inst_src *src) in trans_endif()
1158 const struct tgsi_full_instruction *inst, in trans_loop_bgn()
1173 const struct tgsi_full_instruction *inst, in trans_loop_end()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c393 struct tgsi_full_instruction *i = &ctx->parse.FullToken.FullInstruction; in tgsi_is_supported()
1097 const struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction; in allocate_system_value_inputs()
1195 const struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction; in evergreen_gpr_count()
1582 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_gs_inputs()
1851 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_lds_inputs()
1881 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_constant()
1937 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_literal_constant()
2673 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in r600_store_tcs_output()
3726 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_dst()
3747 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_op2_64_params()
[all …]

123