Searched refs:STATE_FB_WPOS_Y_TRANSFORM (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.h | 130 …STATE_FB_WPOS_Y_TRANSFORM, /**< (1, 0, -1, height) if a FBO is bound, (-1, height, 1, 0) otherwi… enumerator
|
D | prog_statevars.c | 589 case STATE_FB_WPOS_Y_TRANSFORM: in _mesa_fetch_state() 729 case STATE_FB_WPOS_Y_TRANSFORM: in _mesa_program_state_flags() 938 case STATE_FB_WPOS_Y_TRANSFORM: in append_token()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 248 STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM in st_glsl_to_nir()
|
D | st_mesa_to_tgsi.c | 600 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM, 0, 0, 0 }; in emit_wpos_adjustment()
|
D | st_glsl_to_tgsi.cpp | 1663 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM }; in visit_expression() 2218 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM }; in visit_expression() 6574 STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM in get_mesa_program_tgsi()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 97 .state_tokens = {STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM, 0, 0, 0}, in brw_create_nir()
|