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

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dgsraytrace.cpp90 "in vec4 uv_state; \n"
91 "// uv_state.z = state \n"
92 "// uv_state.w = type (ray generation) \n"
223 " int state = int(uv_state.z); \n"
224 " int type = int(uv_state.w); \n"
558 vec4 uv_state; member in struct:GSRay
606 //gs.gs->getVertexAttribLocation("uv_state", gs.uv_stateAttribLoc);
610 uv_stateAttribLoc = glGetAttribLocation(program, "uv_state");
637 sizeof(GSRay), (void*)offsetof(GSRay, uv_state));
696 sizeof(GSRay), (void*)offsetof(GSRay, uv_state));
[all...]

Completed in 2 milliseconds