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

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/registers/
a6xx.xml.h 3572 #define A6XX_RB_STENCIL_CONTROL_FUNC__MASK 0x00000700
3576 return ((val) << A6XX_RB_STENCIL_CONTROL_FUNC__SHIFT) & A6XX_RB_STENCIL_CONTROL_FUNC__MASK;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_cmd_buffer.c 2555 A6XX_RB_STENCIL_CONTROL_FUNC__MASK |
3719 (cmd->state.rb_stencil_cntl & A6XX_RB_STENCIL_CONTROL_FUNC__MASK) >> A6XX_RB_STENCIL_CONTROL_FUNC__SHIFT;
tu_pipeline.c 2559 pipeline->rb_stencil_cntl_mask &= ~(A6XX_RB_STENCIL_CONTROL_FUNC__MASK |

Completed in 16 milliseconds