Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c114 &bind_map->embedded_sampler_to_binding[i].key); in anv_shader_bin_get_embedded_samplers()
127 &bind_map->embedded_sampler_to_binding[i]); in anv_shader_bin_get_embedded_samplers()
275 embedded_sampler_to_binding, in anv_shader_bin_create()
447 typed_memcpy(embedded_sampler_to_binding, bind_map->embedded_sampler_to_binding, in anv_shader_bin_create()
449 shader->bind_map.embedded_sampler_to_binding = embedded_sampler_to_binding; in anv_shader_bin_create()
524 blob_write_bytes(blob, shader->bind_map.embedded_sampler_to_binding, in anv_shader_bin_serialize()
526 sizeof(*shader->bind_map.embedded_sampler_to_binding)); in anv_shader_bin_serialize()
600 bind_map.embedded_sampler_to_binding = (void *) in anv_shader_bin_deserialize()
602 sizeof(*bind_map.embedded_sampler_to_binding)); in anv_shader_bin_deserialize()
Danv_nir_apply_pipeline_layout.c2136 &map->embedded_sampler_to_binding[map->embedded_sampler_count++]; in add_embedded_sampler_entry()
Danv_private.h4650 struct anv_pipeline_embedded_sampler_binding* embedded_sampler_to_binding; member
Danv_pipeline.c384 .embedded_sampler_to_binding = embedded_sampler_bindings, in anv_stage_allocate_bind_map_tables()