Home
last modified time | relevance | path

Searched refs:embedded_sampler_to_binding (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c113 &bind_map->embedded_sampler_to_binding[i].key); in anv_shader_bin_get_embedded_samplers()
126 &bind_map->embedded_sampler_to_binding[i]); in anv_shader_bin_get_embedded_samplers()
274 embedded_sampler_to_binding, in anv_shader_bin_create()
443 typed_memcpy(embedded_sampler_to_binding, bind_map->embedded_sampler_to_binding, in anv_shader_bin_create()
445 shader->bind_map.embedded_sampler_to_binding = embedded_sampler_to_binding; in anv_shader_bin_create()
520 blob_write_bytes(blob, shader->bind_map.embedded_sampler_to_binding, in anv_shader_bin_serialize()
522 sizeof(*shader->bind_map.embedded_sampler_to_binding)); in anv_shader_bin_serialize()
596 bind_map.embedded_sampler_to_binding = (void *) in anv_shader_bin_deserialize()
598 sizeof(*bind_map.embedded_sampler_to_binding)); in anv_shader_bin_deserialize()
H A Danv_nir_apply_pipeline_layout.c2096 &map->embedded_sampler_to_binding[map->embedded_sampler_count++]; in add_embedded_sampler_entry()
H A Danv_private.h4502 struct anv_pipeline_embedded_sampler_binding* embedded_sampler_to_binding; member
H A Danv_pipeline.c384 .embedded_sampler_to_binding = embedded_sampler_bindings, in anv_stage_allocate_bind_map_tables()