Searched refs:sampler_mask (Results 1 – 10 of 10) sorted by relevance
47 uint16_t sampler_mask; member85 key = samplers_shadow & ps->sampler_mask; in NinePixelShader9_UpdateKey()89 uint32_t m = ps->sampler_mask; in NinePixelShader9_UpdateKey()100 …assert((ps->byte_code.version < 0x14 && !(ps->sampler_mask & 0xFFF0)) || !(ps->sampler_mask & 0xFF… in NinePixelShader9_UpdateKey()
52 uint8_t sampler_mask; member97 samplers_shadow &= vs->sampler_mask; in NineVertexShader9_UpdateKey()
89 This->sampler_mask = info.sampler_mask; in NinePixelShader9_ctor()
105 This->sampler_mask = info.sampler_mask; in NineVertexShader9_ctor()
66 uint16_t sampler_mask; /* out, which samplers are being used */ member
642 if ((context->bound_samplers_mask_vs & vs->sampler_mask) != vs->sampler_mask) in prepare_vs()673 if ((context->bound_samplers_mask_ps & ps->sampler_mask) != ps->sampler_mask) in prepare_ps()968 uint16_t sampler_mask = context->ps ? context->ps->sampler_mask : in update_textures_and_samplers() local969 device->ff.ps->sampler_mask; in update_textures_and_samplers()979 if (!context->texture[s].enabled && !(sampler_mask & (1 << i))) { in update_textures_and_samplers()1021 sampler_mask = context->programmable_vs ? context->vs->sampler_mask : 0; in update_textures_and_samplers()1027 if (!context->texture[s].enabled && !(sampler_mask & (1 << i))) { in update_textures_and_samplers()
2249 tx->info->sampler_mask |= m; in DECL_SPECIAL()2531 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()2608 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()2625 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()2654 tx->info->sampler_mask |= 1 << (m + 1); in DECL_SPECIAL()2686 tx->info->sampler_mask |= 1 << (m + 2); in DECL_SPECIAL()2719 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()2743 tx->info->sampler_mask |= 1 << m; in DECL_SPECIAL()2822 tx->info->sampler_mask |= 1 << (m + 2); in DECL_SPECIAL()2827 tx->info->sampler_mask |= 1 << (m + 2); in DECL_SPECIAL()[all …]
1721 uint8_t sampler_mask = 0; in nine_ff_get_ps() local1761 sampler_mask |= (1 << s); in nine_ff_get_ps()1850 ps->sampler_mask = sampler_mask; in nine_ff_get_ps()
787 uint32_t sampler_mask = 0, image_mask = 0; in nir_tgsi_scan_shader() local791 sampler_mask |= ((1ull << sampler_count) - 1) << var->data.binding; in nir_tgsi_scan_shader()801 info->samplers_declared = sampler_mask; in nir_tgsi_scan_shader()
362 void AddSampler(uint32_t sampler_mask,