Home
last modified time | relevance | path

Searched refs:anv_pipeline_bind_map (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c316 struct anv_pipeline_bind_map *map) in anv_pipeline_compile()
404 const struct anv_pipeline_bind_map *bind_map) in anv_pipeline_upload_kernel()
439 struct anv_pipeline_bind_map map; in anv_pipeline_compile_vs()
457 map = (struct anv_pipeline_bind_map) { in anv_pipeline_compile_vs()
557 struct anv_pipeline_bind_map tcs_map; in anv_pipeline_compile_tcs_tes()
558 struct anv_pipeline_bind_map tes_map; in anv_pipeline_compile_tcs_tes()
589 tcs_map = (struct anv_pipeline_bind_map) { in anv_pipeline_compile_tcs_tes()
593 tes_map = (struct anv_pipeline_bind_map) { in anv_pipeline_compile_tcs_tes()
700 struct anv_pipeline_bind_map map; in anv_pipeline_compile_gs()
718 map = (struct anv_pipeline_bind_map) { in anv_pipeline_compile_gs()
[all …]
Danv_nir.h44 struct anv_pipeline_bind_map *map);
Danv_pipeline_cache.c50 const struct anv_pipeline_bind_map *bind_map) in anv_shader_bin_create()
271 const struct anv_pipeline_bind_map *bind_map) in anv_pipeline_cache_add_shader()
297 const struct anv_pipeline_bind_map *bind_map) in anv_pipeline_cache_upload_kernel()
Danv_private.h555 struct anv_pipeline_bind_map;
571 const struct anv_pipeline_bind_map *bind_map);
1375 struct anv_pipeline_bind_map { struct
1400 struct anv_pipeline_bind_map bind_map; argument
1411 const struct anv_pipeline_bind_map *bind_map);
Danv_nir_apply_pipeline_layout.c267 struct anv_pipeline_bind_map *map) in anv_nir_apply_pipeline_layout()
DgenX_pipeline.c749 struct anv_pipeline_bind_map *map;
1359 const struct anv_pipeline_bind_map *bind_map = &shader_bin->bind_map;
DgenX_cmd_buffer.c1100 struct anv_pipeline_bind_map *map = &pipeline->shaders[stage]->bind_map; in emit_binding_table()
1281 struct anv_pipeline_bind_map *map = &pipeline->shaders[stage]->bind_map; in emit_samplers()
Danv_blorp.c65 struct anv_pipeline_bind_map bind_map = { in upload_blorp_shader()