Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_compute.c93 struct radv_shader_binary **cs_binary) in radv_compile_cs() argument
137 *cs_binary = in radv_compile_cs()
140 cs_shader = radv_shader_create(device, cache, *cs_binary, skip_shaders_cache || dump_shader); in radv_compile_cs()
144 …radv_shader_dump_debug_info(device, dump_shader, *cs_binary, cs_shader, &cs_stage->nir, 1, &cs_sta… in radv_compile_cs()
182 struct radv_shader_binary *cs_binary = NULL; in radv_compute_pipeline_compile() local
219 skip_shaders_cache, &cs_binary); in radv_compute_pipeline_compile()
227 free(cs_binary); in radv_compute_pipeline_compile()
Dradv_pipeline_compute.h45 struct radv_shader_binary **cs_binary);
Dradv_shader_object.c226 struct radv_shader_binary *cs_binary; in radv_shader_object_init_compute() local
231 …v_shader *cs_shader = radv_compile_cs(device, NULL, &stage, false, false, false, true, &cs_binary); in radv_shader_object_init_compute()
236 shader_obj->binary = cs_binary; in radv_shader_object_init_compute()