Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_graphics.c2796 bool fast_linking_enabled) in radv_should_compute_pipeline_hash() argument
2805 return !fast_linking_enabled || in radv_should_compute_pipeline_hash()
2828 const bool fast_linking_enabled = radv_is_fast_linking_enabled(pCreateInfo); in radv_generate_graphics_pipeline_state() local
2868 if (radv_should_compute_pipeline_hash(device, pipeline_type, fast_linking_enabled)) in radv_generate_graphics_pipeline_state()
2933 struct vk_pipeline_cache *cache, bool fast_linking_enabled) in radv_graphics_pipeline_compile() argument
2953 if (radv_should_compute_pipeline_hash(device, pipeline->base.type, fast_linking_enabled)) { in radv_graphics_pipeline_compile()
2964 if (fast_linking_enabled) { in radv_graphics_pipeline_compile()
3370 bool fast_linking_enabled = radv_is_fast_linking_enabled(pCreateInfo); in radv_graphics_pipeline_init() local
3404 …_graphics_pipeline_compile(pipeline, pCreateInfo, &gfx_state, device, cache, fast_linking_enabled); in radv_graphics_pipeline_init()
3499 bool fast_linking_enabled = radv_is_fast_linking_enabled(pCreateInfo); in radv_graphics_lib_pipeline_init() local
[all …]