Searched refs:surface_to_descriptor (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 91 VK_MULTIALLOC_DECL(&ma, struct anv_pipeline_binding, surface_to_descriptor, in anv_shader_bin_create() 173 typed_memcpy(surface_to_descriptor, bind_map->surface_to_descriptor, in anv_shader_bin_create() 175 shader->bind_map.surface_to_descriptor = surface_to_descriptor; in anv_shader_bin_create() 222 blob_write_bytes(blob, shader->bind_map.surface_to_descriptor, in anv_shader_bin_serialize() 224 sizeof(*shader->bind_map.surface_to_descriptor)); in anv_shader_bin_serialize() 274 bind_map.surface_to_descriptor = (void *) in anv_shader_bin_deserialize() 276 sizeof(*bind_map.surface_to_descriptor)); in anv_shader_bin_deserialize()
|
D | anv_nir_apply_pipeline_layout.c | 1449 map->surface_to_descriptor[map->surface_count] = in anv_nir_apply_pipeline_layout() 1461 map->surface_to_descriptor[map->surface_count].set = in anv_nir_apply_pipeline_layout() 1545 map->surface_to_descriptor[map->surface_count++] = in anv_nir_apply_pipeline_layout() 1555 map->surface_to_descriptor[map->surface_count++] = in anv_nir_apply_pipeline_layout() 1614 &map->surface_to_descriptor[state.set[set].surface_offsets[binding]]; in anv_nir_apply_pipeline_layout() 1680 _mesa_sha1_compute(map->surface_to_descriptor, in anv_nir_apply_pipeline_layout()
|
D | anv_pipeline.c | 530 struct anv_pipeline_binding surface_to_descriptor[256]; member 1118 typed_memcpy(stage->bind_map.surface_to_descriptor, in anv_pipeline_link_fs() 1484 .surface_to_descriptor = stages[s].surface_to_descriptor, in anv_graphics_pipeline_load_nir() 1835 .surface_to_descriptor = stage.surface_to_descriptor, in anv_pipeline_compile_cs() 1841 stage.bind_map.surface_to_descriptor[0] = (struct anv_pipeline_binding) { in anv_pipeline_compile_cs() 1898 assert(stage.bind_map.surface_to_descriptor[0].set == in anv_pipeline_compile_cs() 1900 stage.bind_map.surface_to_descriptor[0].set = ANV_DESCRIPTOR_SET_NULL; in anv_pipeline_compile_cs()
|
D | anv_nir_compute_push_layout.c | 232 &map->surface_to_descriptor[ubo_range->block]; in anv_nir_compute_push_layout()
|
D | genX_pipeline.c | 1031 struct anv_pipeline_binding *binding = &map->surface_to_descriptor[i]; in emit_cb_state()
|
D | anv_private.h | 3014 struct anv_pipeline_binding * surface_to_descriptor; member
|
D | genX_cmd_buffer.c | 2594 struct anv_pipeline_binding *binding = &map->surface_to_descriptor[s]; in emit_binding_table()
|