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

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c125 &machine->QuadPos);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h281 struct tgsi_exec_vector QuadPos; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c2297 const float x = mach->QuadPos.xyzw[0].f[0];
2298 const float y = mach->QuadPos.xyzw[1].f[0];
2318 const float x = mach->QuadPos.xyzw[0].f[0];
2319 const float y = mach->QuadPos.xyzw[1].f[0];
2323 const float *w = mach->QuadPos.xyzw[3].f;

Completed in 435 milliseconds