Home
last modified time | relevance | path

Searched refs:sampler_mask (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dpixelshader9.h49 uint16_t sampler_mask; member
78 uint32_t m = ps->sampler_mask; in NinePixelShader9_UpdateKey()
88 key = samplers_shadow & ps->sampler_mask; in NinePixelShader9_UpdateKey()
Dvertexshader9.h52 uint8_t sampler_mask; member
89 samplers_shadow &= vs->sampler_mask; in NineVertexShader9_UpdateKey()
Dpixelshader9.c81 This->sampler_mask = info.sampler_mask; in NinePixelShader9_ctor()
Dvertexshader9.c99 This->sampler_mask = info.sampler_mask; in NineVertexShader9_ctor()
Dnine_shader.h62 uint16_t sampler_mask; /* out, which samplers are being used */ member
Dnine_shader.c2170 tx->info->sampler_mask |= m; in DECL_SPECIAL()
2402 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()
2476 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()
2492 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()
2520 tx->info->sampler_mask |= 1 << (m + 1); in DECL_SPECIAL()
2551 tx->info->sampler_mask |= 1 << (m + 2); in DECL_SPECIAL()
2583 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()
2606 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()
2682 tx->info->sampler_mask |= 1 << (m + 2); in DECL_SPECIAL()
2687 tx->info->sampler_mask |= 1 << (m + 2); in DECL_SPECIAL()
[all …]
Dnine_state.c568 if ((context->bound_samplers_mask_vs & vs->sampler_mask) != vs->sampler_mask) in prepare_vs()
597 if ((context->bound_samplers_mask_ps & ps->sampler_mask) != ps->sampler_mask) in prepare_ps()
891 uint16_t sampler_mask = context->ps ? context->ps->sampler_mask : in update_textures_and_samplers() local
892 device->ff.ps->sampler_mask; in update_textures_and_samplers()
902 if (!context->texture[s].enabled && !(sampler_mask & (1 << i))) { in update_textures_and_samplers()
944 sampler_mask = context->programmable_vs ? context->vs->sampler_mask : 0; in update_textures_and_samplers()
950 if (!context->texture[s].enabled && !(sampler_mask & (1 << i))) { in update_textures_and_samplers()
Dnine_ff.c1725 uint8_t sampler_mask = 0; in nine_ff_get_ps() local
1765 sampler_mask |= (1 << s); in nine_ff_get_ps()
1856 ps->sampler_mask = sampler_mask; in nine_ff_get_ps()