Searched refs:clipdist_temp (Results 1 – 1 of 1) sorted by relevance
3594 unsigned clipdist_temp[2]; in r600_shader_from_tgsi() local3596 clipdist_temp[0] = r600_get_temp(&ctx); in r600_shader_from_tgsi()3597 clipdist_temp[1] = r600_get_temp(&ctx); in r600_shader_from_tgsi()3604 shader->output[noutput].gpr = clipdist_temp[0]; in r600_shader_from_tgsi()3607 shader->output[noutput].gpr = clipdist_temp[1]; in r600_shader_from_tgsi()3631 alu.dst.sel = clipdist_temp[oreg]; in r600_shader_from_tgsi()