Home
last modified time | relevance | path

Searched refs:GLSLFragCoordIsSysVal (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c638 ctx->Const.GLSLFragCoordIsSysVal ? in emit_wpos_adjustment()
Dst_extensions.c416 c->GLSLFragCoordIsSysVal = in st_init_limits()
Dst_program.c671 if (st->ctx->Const.GLSLFragCoordIsSysVal) in st_translate_fragment_program()
Dst_glsl_to_tgsi.cpp5965 ctx->Const.GLSLFragCoordIsSysVal ? in emit_wpos_adjustment()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1161 if (this->state->ctx->Const.GLSLFragCoordIsSysVal) in generate_fs_special_vars()
/external/mesa3d/src/mesa/main/
Dmtypes.h3838 bool GLSLFragCoordIsSysVal; member