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.c2158 tx->info->sampler_mask |= m; in DECL_SPECIAL()
2390 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()
2464 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()
2480 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()
2508 tx->info->sampler_mask |= 1 << (m + 1); in DECL_SPECIAL()
2539 tx->info->sampler_mask |= 1 << (m + 2); in DECL_SPECIAL()
2571 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()
2594 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()
2670 tx->info->sampler_mask |= 1 << (m + 2); in DECL_SPECIAL()
2675 tx->info->sampler_mask |= 1 << (m + 2); in DECL_SPECIAL()
[all …]
Dnine_state.c642 if ((context->bound_samplers_mask_vs & vs->sampler_mask) != vs->sampler_mask) in prepare_vs()
671 if ((context->bound_samplers_mask_ps & ps->sampler_mask) != ps->sampler_mask) in prepare_ps()
965 uint16_t sampler_mask = context->ps ? context->ps->sampler_mask : in update_textures_and_samplers() local
966 device->ff.ps->sampler_mask; in update_textures_and_samplers()
976 if (!context->texture[s].enabled && !(sampler_mask & (1 << i))) { in update_textures_and_samplers()
1018 sampler_mask = context->programmable_vs ? context->vs->sampler_mask : 0; in update_textures_and_samplers()
1024 if (!context->texture[s].enabled && !(sampler_mask & (1 << i))) { in update_textures_and_samplers()
Dnine_ff.c1722 uint8_t sampler_mask = 0; in nine_ff_get_ps() local
1762 sampler_mask |= (1 << s); in nine_ff_get_ps()
1853 ps->sampler_mask = sampler_mask; in nine_ff_get_ps()