Home
last modified time | relevance | path

Searched refs:sampler_map (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_lower_tex_src_plane.c46 unsigned char sampler_map[PIPE_MAX_SAMPLERS][2]; member
88 state->sampler_map[y_samp][0] = extra; in assign_extra_samplers()
93 state->sampler_map[y_samp][1] = extra; in assign_extra_samplers()
99 state->sampler_map[y_samp][0] = extra; in assign_extra_samplers()
133 unsigned u_v_samp = state->sampler_map[y_samp][plane[0].i32 - 1]; in lower_tex_src_plane_block()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c565 return &pipeline->shared_data->maps[broadcom_stage]->sampler_map; in pipeline_get_descriptor_map()
574 &pipeline->shared_data->maps[broadcom_stage]->sampler_map : in pipeline_get_descriptor_map()
1044 struct v3dv_descriptor_map *sampler_map = in pipeline_populate_v3d_key() local
1045 &p_stage->pipeline->shared_data->maps[p_stage->stage]->sampler_map; in pipeline_populate_v3d_key()
1058 key->num_samplers_used = sampler_map->num_desc; in pipeline_populate_v3d_key()
1060 for (uint32_t sampler_idx = 0; sampler_idx < sampler_map->num_desc; in pipeline_populate_v3d_key()
1063 sampler_map->return_size[sampler_idx]; in pipeline_populate_v3d_key()
1761 index = descriptor_map_add(&maps->sampler_map, -1, -1, -1, 0, 0, 16); in pipeline_lower_nir()
1764 index = descriptor_map_add(&maps->sampler_map, -2, -2, -2, 0, 0, 32); in pipeline_lower_nir()
1776 if (!needs_default_sampler_state && maps->sampler_map.num_desc == 2) in pipeline_lower_nir()
[all …]
Dv3dv_uniforms.c214 &pipeline->shared_data->maps[stage]->sampler_map, in write_tmu_p1()
219 &pipeline->shared_data->maps[stage]->sampler_map, in write_tmu_p1()
Dv3dv_private.h1932 struct v3dv_descriptor_map sampler_map; member
Dv3dv_cmd_buffer.c2499 vs_bin_maps->sampler_map.num_desc > 0) { in cmd_buffer_binning_sync_required()