Searched refs:ps_mask (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_psi_ops.cpp80 int ps_mask = 0; local in function:r600_sb::psi_ops::try_inline
86 if (ps_mask == 3) {
109 if ((ps_mask & ps) == ps) {
113 ps_mask |= ps;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_psi_ops.cpp80 int ps_mask = 0; local in function:r600_sb::psi_ops::try_inline
86 if (ps_mask == 3) {
109 if ((ps_mask & ps) == ps) {
113 ps_mask |= ps;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_state.c723 unsigned ps_mask = context->ps ? context->ps->rt_mask : 1; local in function:update_framebuffer
724 unsigned mask = is_clear ? 0xf : ps_mask;
778 if (is_clear && context->rt_mask == ps_mask)
1001 const uint16_t ps_mask = sampler_mask | context->enabled_samplers_mask_ps; local in function:update_textures_and_samplers
1002 context->bound_samplers_mask_ps = ps_mask;
1003 num_textures = util_last_bit(ps_mask) + 1;
1035 u_foreach_bit(i, BITFIELD_MASK(num_textures) & ~ps_mask)
H A Ddevice9.c2959 unsigned ps_mask = state->ps ? state->ps->rt_mask : 1; local in function:NineAfterDraw
2965 if (rt && rt->desc.Format != D3DFMT_NULL && (ps_mask & (1 << i)) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.c696 unsigned ps_mask = context->ps ? context->ps->rt_mask : 1; local in function:update_framebuffer
697 unsigned mask = is_clear ? 0xf : ps_mask;
751 if (is_clear && context->rt_mask == ps_mask)
H A Ddevice9.c2782 unsigned ps_mask = state->ps ? state->ps->rt_mask : 1; local in function:NineAfterDraw
2788 if (rt && rt->desc.Format != D3DFMT_NULL && (ps_mask & (1 << i)) &&

Completed in 24 milliseconds