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.c612 ctx->Const.GLSLFragCoordIsSysVal ? in emit_wpos_adjustment()
Dst_extensions.c404 c->GLSLFragCoordIsSysVal = in st_init_limits()
Dst_program.c591 if (st->ctx->Const.GLSLFragCoordIsSysVal) in st_translate_fragment_program()
Dst_glsl_to_tgsi.cpp5744 ctx->Const.GLSLFragCoordIsSysVal ? in emit_wpos_adjustment()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1143 if (this->state->ctx->Const.GLSLFragCoordIsSysVal) in generate_fs_special_vars()
/external/mesa3d/src/mesa/main/
Dmtypes.h3624 bool GLSLFragCoordIsSysVal; member