Searched refs:radv_shader_nir_to_asm (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_compute.c | 130 …radv_shader_nir_to_asm(device, cs_stage, &cs_stage->nir, 1, NULL, keep_executable_info, keep_stati… in radv_compile_cs()
|
H A D | radv_shader.h | 531 struct radv_shader_binary *radv_shader_nir_to_asm(struct radv_device *device, struct radv_shader_st…
|
H A D | radv_pipeline_rt.c | 449 …radv_shader_nir_to_asm(device, stage, shaders, num_shaders, NULL, keep_executable_info, keep_stati… in radv_rt_nir_to_asm()
|
H A D | radv_pipeline_graphics.c | 2295 …*gs_copy_binary = radv_shader_nir_to_asm(device, &gs_copy_stage, &nir, 1, &key.gfx_state, keep_exe… in radv_create_gs_copy_shader() 2355 binaries[s] = radv_shader_nir_to_asm(device, &stages[s], nir_shaders, shader_count, gfx_state, in radv_graphics_shaders_nir_to_asm()
|
H A D | radv_shader.c | 2996 radv_shader_nir_to_asm(struct radv_device *device, struct radv_shader_stage *pl_stage, function
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.2.1.rst | 1984 - radv: Break up radv_shader_nir_to_asm
|