Home
last modified time | relevance | path

Searched defs:tex_idx (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_descriptor_set.c66 unsigned sampler_idx = 0, tex_idx = 0, ubo_idx = 0; in panvk_GetDescriptorSetLayoutSupport() local
139 unsigned sampler_idx = 0, tex_idx = 0, ubo_idx = 0; in panvk_CreatePipelineLayout() local
Dpanvk_vX_descriptor_set.c129 unsigned sampler_idx = 0, tex_idx = 0, ubo_idx = 0; in panvk_per_arch() local
454 unsigned tex_idx = binding_layout->tex_idx + elem; in panvk_tex_desc() local
Dpanvk_private.h354 unsigned tex_idx; member
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c1340 unsigned tex_base, samp_base, tex_idx, samp_idx; member
1395 unsigned tex_idx = ir3_image_to_tex(&ctx->so->image_mapping, slot); in get_image_ssbo_samp_tex_src() local
4432 unsigned tex_idx = ctx->max_texture_index + 1; in fixup_astc_srgb() local
4466 unsigned tex_idx = ctx->max_texture_index + so->astc_srgb.count + 1; in fixup_tg4() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1051 for (uint32_t tex_idx = 0; tex_idx < texture_map->num_desc; tex_idx++) { in pipeline_populate_v3d_key() local