Searched refs:pipeline_key (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 2493 struct v3dv_pipeline_key pipeline_key; in pipeline_compile_graphics() local 2494 pipeline_populate_graphics_key(pipeline, &pipeline_key, pCreateInfo); in pipeline_compile_graphics() 2495 pipeline_hash_graphics(pipeline, &pipeline_key, pipeline->sha1); in pipeline_compile_graphics() 3178 struct v3dv_pipeline_key pipeline_key; in pipeline_compile_compute() local 3179 pipeline_populate_compute_key(pipeline, &pipeline_key, info); in pipeline_compile_compute() 3180 pipeline_hash_compute(pipeline, &pipeline_key, pipeline->sha1); in pipeline_compile_compute()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_cmd_meta.c | 1471 const char *pipeline_key = in get_buffer_copy_pipeline_layout() local 1475 vk_meta_lookup_pipeline_layout(meta, pipeline_key, sizeof(copy_key)); in get_buffer_copy_pipeline_layout() 1502 return vk_meta_create_pipeline_layout(device, meta, &info, pipeline_key, in get_buffer_copy_pipeline_layout()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 22.0.2.rst | 278 - radv: fix initializing pipeline_key::topology for GFX9 and older
|
H A D | 22.1.0.rst | 3287 - radv: fix initializing pipeline_key::topology for GFX9 and older
|
H A D | 22.2.0.rst | 5378 - radv: fix initializing pipeline_key::topology for GFX9 and older
|