Home
last modified time | relevance | path

Searched defs:nr_sampler_views (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h192 unsigned nr_sampler_views:8; member
220 unsigned nr_sampler_views:8; member
232 unsigned nr_sampler_views:8; member
241 unsigned nr_sampler_views:8; member
275 unsigned nr_sampler_views, in draw_llvm_variant_key_size()
288 unsigned nr_sampler_views, in draw_gs_llvm_variant_key_size()
299 unsigned nr_sampler_views, in draw_tcs_llvm_variant_key_size()
310 unsigned nr_sampler_views, in draw_tes_llvm_variant_key_size()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c958 int nr_sampler_views = BITSET_LAST_BIT(nir->info.textures_used); in llvmpipe_create_compute_state() local
1891 int nr_sampler_views = BITSET_LAST_BIT(nir->info.textures_used); in llvmpipe_create_ts_state() local
1968 int nr_sampler_views = BITSET_LAST_BIT(nir->info.textures_used); in llvmpipe_create_ms_state() local
H A Dlp_state_cs.h42 unsigned nr_sampler_views:8; member
H A Dlp_state_fs.h81 unsigned nr_sampler_views:8; /* actually derivable from just the shader */ member
H A Dlp_state_fs.c4004 const int nr_sampler_views = BITSET_LAST_BIT(nir->info.textures_used); in llvmpipe_create_fs_state() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c172 unsigned nr_sampler_views; member