Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglspirv.c286 .front_face = !ctx->Const.GLSLFrontFacingIsSysVal, in _mesa_spirv_to_nir()
Dconsts_exts.h766 bool GLSLFrontFacingIsSysVal; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c927 bool face_sysval = st->ctx->Const.GLSLFrontFacingIsSysVal; in st_create_fp_variant()
Dst_extensions.c490 c->GLSLFrontFacingIsSysVal = in st_init_limits()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1324 if (this->state->consts->GLSLFrontFacingIsSysVal) { in generate_fs_special_vars()