Searched refs:STATE_DEPTH_RANGE (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/main/tests/ |
D | program_state_string.cpp | 34 STATE_DEPTH_RANGE in TEST()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_statevars.h | 106 STATE_DEPTH_RANGE, enumerator
|
D | prog_statevars.c | 464 case STATE_DEPTH_RANGE: in fetch_state() 891 case STATE_DEPTH_RANGE: in _mesa_program_state_flags() 1128 case STATE_DEPTH_RANGE: in append_token() 1343 case STATE_DEPTH_RANGE: in _mesa_program_state_string()
|
D | program_parse.y | 1634 $$[0] = STATE_DEPTH_RANGE;
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 58 {"near", {STATE_DEPTH_RANGE, 0, 0}, SWIZZLE_XXXX}, 59 {"far", {STATE_DEPTH_RANGE, 0, 0}, SWIZZLE_YYYY}, 60 {"diff", {STATE_DEPTH_RANGE, 0, 0}, SWIZZLE_ZZZZ},
|