Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c51 struct anv_pipeline_binding *surface_to_descriptor, *sampler_to_descriptor; in anv_shader_bin_create() local
65 anv_multialloc_add(&ma, &sampler_to_descriptor, in anv_shader_bin_create()
129 typed_memcpy(sampler_to_descriptor, bind_map->sampler_to_descriptor, in anv_shader_bin_create()
131 shader->bind_map.sampler_to_descriptor = sampler_to_descriptor; in anv_shader_bin_create()
187 blob_write_bytes(blob, shader->bind_map.sampler_to_descriptor, in anv_shader_bin_write_to_blob()
189 sizeof(*shader->bind_map.sampler_to_descriptor)); in anv_shader_bin_write_to_blob()
238 bind_map.sampler_to_descriptor = (void *) in anv_shader_bin_create_from_blob()
240 sizeof(*bind_map.sampler_to_descriptor)); in anv_shader_bin_create_from_blob()
Danv_pipeline.c609 struct anv_pipeline_binding sampler_to_descriptor[256]; member
1445 .sampler_to_descriptor = stages[s].sampler_to_descriptor in anv_pipeline_compile_graphics()
1727 .sampler_to_descriptor = stage.sampler_to_descriptor in anv_pipeline_compile_cs()
Danv_nir_apply_pipeline_layout.c1328 map->sampler_to_descriptor[map->sampler_count++] = in anv_nir_apply_pipeline_layout()
1429 _mesa_sha1_compute(map->sampler_to_descriptor, in anv_nir_apply_pipeline_layout()
Danv_private.h3345 struct anv_pipeline_binding * sampler_to_descriptor; member
DgenX_cmd_buffer.c2857 struct anv_pipeline_binding *binding = &map->sampler_to_descriptor[s]; in emit_samplers()