Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglspirv.c284 .frag_coord = !ctx->Const.GLSLFragCoordIsSysVal, in _mesa_spirv_to_nir()
Dconsts_exts.h764 bool GLSLFragCoordIsSysVal; member
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c871 if (c->ctx->Const.GLSLFragCoordIsSysVal && in setup_registers_and_variables()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1317 if (this->state->consts->GLSLFragCoordIsSysVal) { in generate_fs_special_vars()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c486 c->GLSLFragCoordIsSysVal = in st_init_limits()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst1961 - mesa/arbprog: Move the GLSLFragCoordIsSysVal handling to prog_to_nir.