Home
last modified time | relevance | path

Searched refs:samplers_shadow (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.h92 uint8_t samplers_shadow; in NineVertexShader9_UpdateKey() local
96samplers_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()
Dpixelshader9.h78 uint16_t samplers_shadow; in NinePixelShader9_UpdateKey() local
84samplers_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()
Dnine_state.h299 uint32_t samplers_shadow; member
Dnine_state.c1445 context->samplers_shadow &= ~(1 << stage); in CSMT_ITEM_NO_WAIT()
1446 context->samplers_shadow |= shadow << stage; in CSMT_ITEM_NO_WAIT()