Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglspirv.c285 .front_face = !ctx->Const.GLSLFrontFacingIsSysVal, in _mesa_spirv_to_nir()
Dmtypes.h4080 bool GLSLFrontFacingIsSysVal; member
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1323 if (this->state->ctx->Const.GLSLFrontFacingIsSysVal) { in generate_fs_special_vars()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c677 ctx->Const.GLSLFrontFacingIsSysVal = true; in brw_initialize_context_constants()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c1393 bool face_sysval = st->ctx->Const.GLSLFrontFacingIsSysVal; in st_create_fp_variant()
Dst_extensions.c515 c->GLSLFrontFacingIsSysVal = in st_init_limits()