Searched refs:first_free_mrf (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | ilo_shader_cs.c | 45 int first_free_mrf; member 131 header = tdst_ud(tdst(TOY_FILE_MRF, ccc->first_free_mrf, 0)); in cs_dummy() 170 ccc->first_free_mrf = 1; in cs_setup() 178 ccc->first_free_mrf = ccc->last_free_grf + 1; in cs_setup() 179 ccc->last_free_mrf = ccc->first_free_mrf + 14; in cs_setup()
|
D | ilo_shader_vs.c | 54 int first_free_mrf; member 109 tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf, 0)); in vs_lower_opcode_tgsi_const_gen6() 111 tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf + 1, 0)); in vs_lower_opcode_tgsi_const_gen6() 145 tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf, 0)); in vs_lower_opcode_tgsi_const_gen7() 580 vcc->first_free_mrf, &sampler_index); in vs_lower_opcode_tgsi_sampling() 594 inst->src[0] = tsrc(TOY_FILE_MRF, vcc->first_free_mrf, 0); in vs_lower_opcode_tgsi_sampling() 917 header = tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf, 0)); in vs_write_vue() 935 int mrf = vcc->first_free_mrf + 1, avail_mrf_for_attrs; in vs_write_vue() 1273 vcc->first_free_mrf = 1; in vs_setup() 1280 vcc->first_free_mrf = vcc->last_free_grf + 1; in vs_setup() [all …]
|
D | ilo_shader_fs.c | 66 int first_free_mrf; member 263 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 0)); in fs_lower_opcode_tgsi_indirect_const() 344 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 0)); in fs_lower_opcode_tgsi_const_gen6() 346 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 2 * 4)); in fs_lower_opcode_tgsi_const_gen6() 395 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 0)); in fs_lower_opcode_tgsi_const_gen7() 1108 fcc->first_free_mrf, in fs_lower_opcode_tgsi_sampling() 1124 inst->src[0] = tsrc(TOY_FILE_MRF, fcc->first_free_mrf, 0); in fs_lower_opcode_tgsi_sampling() 1445 int base_mrf = fcc->first_free_mrf; in fs_write_fb() 1572 mrf - fcc->first_free_mrf, 0, in fs_write_fb() 1578 tsrc(TOY_FILE_MRF, fcc->first_free_mrf, 0), desc); in fs_write_fb() [all …]
|
D | ilo_shader_gs.c | 107 int first_free_mrf; member 204 mrf_header = tdst_d(tdst(TOY_FILE_MRF, gcc->first_free_mrf, 0)); in gs_write_so() 233 mrf_header = tdst_d(tdst(TOY_FILE_MRF, gcc->first_free_mrf, 0)); in gs_write_vue() 237 int mrf = gcc->first_free_mrf + 1; in gs_write_vue() 286 tdst_d(tdst(TOY_FILE_MRF, gcc->first_free_mrf, 0)); in gs_ff_sync() 338 mrf_header = tdst_d(tdst(TOY_FILE_MRF, gcc->first_free_mrf, 0)); in gs_discard() 1347 gcc->first_free_mrf = 1; in gs_setup()
|