Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h490 nir_shader *radv_shader_compile_to_nir(struct radv_device *device, struct vk_shader_module *module,
Dradv_shader.c416 radv_shader_compile_to_nir(struct radv_device *device, struct vk_shader_module *module, in radv_shader_compile_to_nir() function
Dradv_pipeline_rt.c864 nir_shader *shader = radv_shader_compile_to_nir( in parse_rt_stage()
Dradv_pipeline.c3409 nir[i] = radv_shader_compile_to_nir(device, modules[i], stage ? stage->pName : "main", i, in radv_create_shaders()