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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_context.h 96 #define IRIS_DIRTY_MULTISAMPLE (1ull << 13)
iris_state.c 1921 ice->state.dirty |= IRIS_DIRTY_MULTISAMPLE;
3093 ice->state.dirty |= IRIS_DIRTY_MULTISAMPLE;
5894 // XXX: we may want to flag IRIS_DIRTY_MULTISAMPLE (or SAMPLE_MASK?)
5940 if (dirty & IRIS_DIRTY_MULTISAMPLE) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_context.h 86 #define IRIS_DIRTY_MULTISAMPLE (1ull << 13)
iris_state.c 1367 ice->state.dirty |= IRIS_DIRTY_MULTISAMPLE;
2453 ice->state.dirty |= IRIS_DIRTY_MULTISAMPLE;
2543 // XXX: we may want to flag IRIS_DIRTY_MULTISAMPLE (or SAMPLE_MASK?)
4749 if (dirty & IRIS_DIRTY_MULTISAMPLE) {

Completed in 15 milliseconds