Searched refs:sampler_to_descriptor (Results 1 – 5 of 5) sorted by relevance
41 struct anv_pipeline_binding *surface_to_descriptor, *sampler_to_descriptor; in anv_shader_bin_create() local50 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()
521 struct anv_pipeline_binding sampler_to_descriptor[256]; in anv_pipeline_compile_vs() local525 .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() local788 .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() local866 .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() local1014 .sampler_to_descriptor = sampler_to_descriptor in anv_pipeline_compile_cs()
413 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()
2070 struct anv_pipeline_binding * sampler_to_descriptor; member
1807 struct anv_pipeline_binding *binding = &map->sampler_to_descriptor[s]; in emit_samplers()