Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglspirv.c246 .frag_coord_is_sysval = ctx->Const.GLSLFragCoordIsSysVal, in _mesa_spirv_to_nir()
Dmtypes.h3996 bool GLSLFragCoordIsSysVal; member
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c650 ctx->Const.GLSLFragCoordIsSysVal ? in emit_wpos_adjustment()
Dst_extensions.c464 c->GLSLFragCoordIsSysVal = in st_init_limits()
Dst_program.c864 if (st->ctx->Const.GLSLFragCoordIsSysVal) in st_translate_fragment_program()
Dst_glsl_to_tgsi.cpp6334 ctx->Const.GLSLFragCoordIsSysVal ? in emit_wpos_adjustment()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1270 if (this->state->ctx->Const.GLSLFragCoordIsSysVal) { in generate_fs_special_vars()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c633 ctx->Const.GLSLFragCoordIsSysVal = true; in brw_initialize_context_constants()