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.c41 struct anv_pipeline_binding *surface_to_descriptor, *sampler_to_descriptor; in anv_shader_bin_create() local
50 anv_multialloc_add(&ma, &sampler_to_descriptor, in anv_shader_bin_create()
79 typed_memcpy(sampler_to_descriptor, bind_map->sampler_to_descriptor, in anv_shader_bin_create()
81 shader->bind_map.sampler_to_descriptor = sampler_to_descriptor; in anv_shader_bin_create()
119 ok = blob_write_bytes(blob, shader->bind_map.sampler_to_descriptor, in anv_shader_bin_write_to_blob()
121 sizeof(*shader->bind_map.sampler_to_descriptor)); in anv_shader_bin_write_to_blob()
151 bind_map.sampler_to_descriptor = (void *) in anv_shader_bin_create_from_blob()
153 sizeof(*bind_map.sampler_to_descriptor)); in anv_shader_bin_create_from_blob()
Danv_pipeline.c521 struct anv_pipeline_binding sampler_to_descriptor[256]; in anv_pipeline_compile_vs() local
525 .sampler_to_descriptor = sampler_to_descriptor in anv_pipeline_compile_vs()
659 .sampler_to_descriptor = tcs_sampler_to_descriptor in anv_pipeline_compile_tcs_tes()
663 .sampler_to_descriptor = tes_sampler_to_descriptor in anv_pipeline_compile_tcs_tes()
784 struct anv_pipeline_binding sampler_to_descriptor[256]; in anv_pipeline_compile_gs() local
788 .sampler_to_descriptor = sampler_to_descriptor in anv_pipeline_compile_gs()
862 struct anv_pipeline_binding sampler_to_descriptor[256]; in anv_pipeline_compile_fs() local
866 .sampler_to_descriptor = sampler_to_descriptor in anv_pipeline_compile_fs()
1010 struct anv_pipeline_binding sampler_to_descriptor[256]; in anv_pipeline_compile_cs() local
1014 .sampler_to_descriptor = sampler_to_descriptor in anv_pipeline_compile_cs()
Danv_nir_apply_pipeline_layout.c413 map->sampler_to_descriptor[sampler].set = set; in anv_nir_apply_pipeline_layout()
414 map->sampler_to_descriptor[sampler].binding = b; in anv_nir_apply_pipeline_layout()
415 map->sampler_to_descriptor[sampler].index = i; in anv_nir_apply_pipeline_layout()
416 map->sampler_to_descriptor[sampler].plane = p; in anv_nir_apply_pipeline_layout()
Danv_private.h2070 struct anv_pipeline_binding * sampler_to_descriptor; member
DgenX_cmd_buffer.c1807 struct anv_pipeline_binding *binding = &map->sampler_to_descriptor[s]; in emit_samplers()