Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_fs_exec.c127 &machine->QuadPos); in exec_run()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h384 struct tgsi_exec_vector QuadPos; member
Dtgsi_exec.c2916 const float x = mach->QuadPos.xyzw[0].f[0]; in eval_linear_coef()
2917 const float y = mach->QuadPos.xyzw[1].f[0]; in eval_linear_coef()
2937 const float x = mach->QuadPos.xyzw[0].f[0]; in eval_perspective_coef()
2938 const float y = mach->QuadPos.xyzw[1].f[0]; in eval_perspective_coef()
2942 const float *w = mach->QuadPos.xyzw[3].f; in eval_perspective_coef()