Searched refs:tsrc_rect (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | ilo_shader_fs.c | 92 subspan_x = tsrc_rect(subspan_x, TOY_RECT_240); in fetch_position() 145 tc_SHR(tc, tmp, tsrc_rect(r0, TOY_RECT_010), tsrc_imm_d(15)); in fetch_face() 207 tc_MOV(tc, real_dst[ch], tsrc_rect(a0[ch], TOY_RECT_010)); in fetch_attr() 221 tsrc_rect(attr[ch], TOY_RECT_010), uv); in fetch_attr() 328 src = tsrc_rect(tsrc(TOY_FILE_GRF, grf, grf_subreg), TOY_RECT_010); 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() 412 inst = tc_MOV(tc, offset, tsrc_rect(idx, TOY_RECT_010)); in fs_lower_opcode_tgsi_const_gen7() 430 tsrc_offset(tsrc_rect(tsrc_from(tmp), TOY_RECT_010), 0, i); in fs_lower_opcode_tgsi_const_gen7() 1201 left = tsrc_rect(src[i], TOY_RECT_220); in fs_lower_opcode_derivative() 1212 top = tsrc_rect(src[i], TOY_RECT_440); in fs_lower_opcode_derivative() [all …]
|
D | ilo_shader_gs.c | 144 tsrc_rect(tsrc_offset(src, 0, src_ch), TOY_RECT_010)); in gs_COPY1() 411 inst2->src[0] = tsrc_rect(inst2->src[0], TOY_RECT_010); in gs_lower_opcode_emit_vue_static() 412 inst2->src[1] = tsrc_rect(inst2->src[1], TOY_RECT_010); in gs_lower_opcode_emit_vue_static() 450 tsrc_rect(tsrc_from(gcc->vars.so_index), TOY_RECT_010)); in gs_lower_opcode_emit_so_static() 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() 605 inst->src[0] = tsrc_rect(inst->src[0], TOY_RECT_010); in gs_lower_opcode_tgsi_in() 606 inst->src[1] = tsrc_rect(inst->src[1], TOY_RECT_010); in gs_lower_opcode_tgsi_in() 610 inst->src[0] = tsrc_rect(inst->src[0], TOY_RECT_010); in gs_lower_opcode_tgsi_in()
|
D | ilo_shader_vs.c | 97 src = tsrc_rect(tsrc(TOY_FILE_GRF, grf, grf_subreg), TOY_RECT_041); in vs_lower_opcode_tgsi_const_pcb() 879 const struct toy_src plane = tsrc_rect(tsrc(TOY_FILE_GRF, in vs_collect_outputs() 924 tsrc_rect(tsrc_offset(r0, 0, 5), TOY_RECT_010), in vs_write_vue() 925 tsrc_rect(tsrc_imm_ud(0xff00), TOY_RECT_010)); in vs_write_vue()
|
D | toy_compiler_reg.h | 554 tsrc_rect(struct toy_src src, enum toy_rect rect) in tsrc_rect() function
|