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
2170 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 …]
568 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() local892 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()
1725 uint8_t sampler_mask = 0; in nine_ff_get_ps() local1765 sampler_mask |= (1 << s); in nine_ff_get_ps()1856 ps->sampler_mask = sampler_mask; in nine_ff_get_ps()