Searched refs:samplers_shadow (Results 1 – 4 of 4) sorted by relevance
84 uint8_t samplers_shadow; in NineVertexShader9_UpdateKey() local88 …samplers_shadow = (uint8_t)((context->samplers_shadow & NINE_VS_SAMPLERS_MASK) >> NINE_SAMPLER_VS(… in NineVertexShader9_UpdateKey()89 samplers_shadow &= vs->sampler_mask; in NineVertexShader9_UpdateKey()90 key = samplers_shadow; in NineVertexShader9_UpdateKey()
70 uint16_t samplers_shadow; in NinePixelShader9_UpdateKey() local87 …samplers_shadow = (uint16_t)((context->samplers_shadow & NINE_PS_SAMPLERS_MASK) >> NINE_SAMPLER_PS… in NinePixelShader9_UpdateKey()88 key = samplers_shadow & ps->sampler_mask; in NinePixelShader9_UpdateKey()
294 uint32_t samplers_shadow; member
1370 context->samplers_shadow &= ~(1 << stage); in CSMT_ITEM_NO_WAIT()1371 context->samplers_shadow |= shadow << stage; in CSMT_ITEM_NO_WAIT()