Searched refs:samplers_shadow (Results 1 – 4 of 4) sorted by relevance
92 uint8_t samplers_shadow; in NineVertexShader9_UpdateKey() local96 …samplers_shadow = (uint8_t)((context->samplers_shadow & NINE_VS_SAMPLERS_MASK) >> NINE_SAMPLER_VS(… in NineVertexShader9_UpdateKey()97 samplers_shadow &= vs->sampler_mask; in NineVertexShader9_UpdateKey()98 key = samplers_shadow; in NineVertexShader9_UpdateKey()
78 uint16_t samplers_shadow; in NinePixelShader9_UpdateKey() local84 …samplers_shadow = (uint16_t)((context->samplers_shadow & NINE_PS_SAMPLERS_MASK) >> NINE_SAMPLER_PS… in NinePixelShader9_UpdateKey()85 key = samplers_shadow & ps->sampler_mask; in NinePixelShader9_UpdateKey()
299 uint32_t samplers_shadow; member
1445 context->samplers_shadow &= ~(1 << stage); in CSMT_ITEM_NO_WAIT()1446 context->samplers_shadow |= shadow << stage; in CSMT_ITEM_NO_WAIT()