Home
last modified time | relevance | path

Searched refs:t_dst_index (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog.c75 static unsigned long t_dst_index(struct r300_vertex_program_code *vp, in t_dst_index() function
196 t_dst_index(vp, &vpi->DstReg), in ei_vector1()
213 t_dst_index(vp, &vpi->DstReg), in ei_vector2()
230 t_dst_index(vp, &vpi->DstReg), in ei_math1()
248 t_dst_index(vp, &vpi->DstReg), in ei_lit()
316 t_dst_index(vp, &vpi->DstReg), in ei_mad()
324 t_dst_index(vp, &vpi->DstReg), in ei_mad()
358 t_dst_index(vp, &vpi->DstReg), in ei_pow()
554 t_dst_index(compiler->code, &vpi->DstReg) == 0) { in translate_vertex_program()