HomeSort by: relevance | last modified time | path
    Searched refs:GLSLFrontFacingIsSysVal (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
glspirv.c 285 .front_face = !ctx->Const.GLSLFrontFacingIsSysVal,
mtypes.h 4080 bool GLSLFrontFacingIsSysVal;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
builtin_variables.cpp 1323 if (this->state->ctx->Const.GLSLFrontFacingIsSysVal) {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
builtin_variables.cpp 1182 if (this->state->ctx->Const.GLSLFrontFacingIsSysVal)
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_context.c 678 ctx->Const.GLSLFrontFacingIsSysVal = true;
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.c 515 c->GLSLFrontFacingIsSysVal =
st_program.c 1393 bool face_sysval = st->ctx->Const.GLSLFrontFacingIsSysVal;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_extensions.c 448 c->GLSLFrontFacingIsSysVal =
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 3912 bool GLSLFrontFacingIsSysVal;

Completed in 26 milliseconds