Searched refs:sampler_mask (Results 1 – 8 of 8) sorted by relevance
49 uint16_t sampler_mask; member78 uint32_t m = ps->sampler_mask; in NinePixelShader9_UpdateKey()88 key = samplers_shadow & ps->sampler_mask; in NinePixelShader9_UpdateKey()
52 uint8_t sampler_mask; member89 samplers_shadow &= vs->sampler_mask; in NineVertexShader9_UpdateKey()
81 This->sampler_mask = info.sampler_mask; in NinePixelShader9_ctor()
99 This->sampler_mask = info.sampler_mask; in NineVertexShader9_ctor()
62 uint16_t sampler_mask; /* out, which samplers are being used */ member
2158 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 …]
642 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() local966 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()
1722 uint8_t sampler_mask = 0; in nine_ff_get_ps() local1762 sampler_mask |= (1 << s); in nine_ff_get_ps()1853 ps->sampler_mask = sampler_mask; in nine_ff_get_ps()