Searched refs:tsrc_offset (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | ilo_shader_gs.c | 130 tsrc_offset(src, 0, src_ch)); in gs_COPY4() 144 tsrc_rect(tsrc_offset(src, 0, src_ch), TOY_RECT_010)); in gs_COPY1() 453 …tsrc_rect(tsrc_offset(tsrc_from(tdst_d(gcc->vars.tmp)), 0, gcc->out_vue_min_count - 1), TOY_RECT_0… in gs_lower_opcode_emit_so_static() 454 tsrc_rect(tsrc_offset(gcc->payload.svbi, 0, 4), TOY_RECT_010), in gs_lower_opcode_emit_so_static() 464 index = tsrc_d(tsrc_offset(tsrc_from(gcc->vars.tmp), 0, i)); in gs_lower_opcode_emit_so_static() 474 out = tsrc_offset(tsrc_from(gcc->vars.buffers[buf]), idx, 0); in gs_lower_opcode_emit_so_static() 477 out = tsrc_offset(out, 0, gcc->so_info->output[j].start_component); in gs_lower_opcode_emit_so_static() 603 tsrc_offset(gcc->payload.header, 0, 2), tsrc_imm_d(0x1f)); in gs_lower_opcode_tgsi_in() 612 attr = tsrc_offset(gcc->payload.vues[dim], reg, subreg); in gs_lower_opcode_tgsi_in() 619 attr = tsrc_offset(gcc->payload.vues[dim], reg, subreg); in gs_lower_opcode_tgsi_in() [all …]
|
D | ilo_shader_fs.c | 94 subspan_y = tsrc_offset(subspan_x, 0, 1); in fetch_position() 306 tsrc_offset(tsrc_from(tmp), param_size * i, 0); in fs_lower_opcode_tgsi_indirect_const() 333 tc_MOV(&fcc->tc, tdst_d(real_dst[i]), tsrc_d(tsrc_offset(src, 0, i))); in fs_lower_opcode_tgsi_const_pcb() 382 tsrc_offset(tsrc_rect(tsrc_from(tmp), TOY_RECT_010), 0, i); in fs_lower_opcode_tgsi_const_gen6() 430 tsrc_offset(tsrc_rect(tsrc_from(tmp), TOY_RECT_010), 0, i); in fs_lower_opcode_tgsi_const_gen7() 1202 right = tsrc_offset(left, 0, 1); in fs_lower_opcode_derivative() 1213 bottom = tsrc_offset(top, 0, 2); in fs_lower_opcode_derivative() 1482 inst = tc_MOV(tc, tdst_offset(header, 1, 0), tsrc_offset(r0, 1, 0)); in fs_write_fb()
|
D | toy_helpers.h | 107 trans[i] = tsrc_offset(src, swizzle[i], 0); in tsrc_transpose()
|
D | toy_legalize.c | 569 inst2->src[0] = tsrc_offset(inst2->src[0], 1, 0); in toy_compiler_legalize_for_asm() 571 inst2->src[1] = tsrc_offset(inst2->src[1], 1, 0); in toy_compiler_legalize_for_asm()
|
D | toy_compiler_reg.h | 616 tsrc_offset(struct toy_src src, int reg, int subreg) in tsrc_offset() function
|
D | ilo_shader_vs.c | 924 tsrc_rect(tsrc_offset(r0, 0, 5), TOY_RECT_010), in vs_write_vue()
|