Home
last modified time | relevance | path

Searched refs:GLSLFrontFacingIsSysVal (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1277 if (this->state->ctx->Const.GLSLFrontFacingIsSysVal) { in generate_fs_special_vars()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c634 ctx->Const.GLSLFrontFacingIsSysVal = true; in brw_initialize_context_constants()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c468 c->GLSLFrontFacingIsSysVal = in st_init_limits()
Dst_program.c1258 bool face_sysval = st->ctx->Const.GLSLFrontFacingIsSysVal; in st_create_fp_variant()
/external/mesa3d/src/mesa/main/
Dmtypes.h3998 bool GLSLFrontFacingIsSysVal; member