Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c93 VK_MULTIALLOC_DECL(&ma, struct anv_pipeline_binding, sampler_to_descriptor, in anv_shader_bin_create()
176 typed_memcpy(sampler_to_descriptor, bind_map->sampler_to_descriptor, in anv_shader_bin_create()
178 shader->bind_map.sampler_to_descriptor = sampler_to_descriptor; in anv_shader_bin_create()
225 blob_write_bytes(blob, shader->bind_map.sampler_to_descriptor, in anv_shader_bin_serialize()
227 sizeof(*shader->bind_map.sampler_to_descriptor)); in anv_shader_bin_serialize()
277 bind_map.sampler_to_descriptor = (void *) in anv_shader_bin_deserialize()
279 sizeof(*bind_map.sampler_to_descriptor)); in anv_shader_bin_deserialize()
H A Danv_pipeline.c531 struct anv_pipeline_binding sampler_to_descriptor[256]; member
1485 .sampler_to_descriptor = stages[s].sampler_to_descriptor in anv_graphics_pipeline_load_nir()
1836 .sampler_to_descriptor = stage.sampler_to_descriptor in anv_pipeline_compile_cs()
H A Danv_nir_apply_pipeline_layout.c1588 map->sampler_to_descriptor[map->sampler_count++] = in anv_nir_apply_pipeline_layout()
1683 _mesa_sha1_compute(map->sampler_to_descriptor, in anv_nir_apply_pipeline_layout()
H A Danv_private.h3015 struct anv_pipeline_binding * sampler_to_descriptor; member
H A DgenX_cmd_buffer.c2873 struct anv_pipeline_binding *binding = &map->sampler_to_descriptor[s]; in emit_samplers()

Completed in 25 milliseconds