Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h231 nv50_ir_nir_shader_compiler_options(int chipset, uint8_t shader_type);
H A Dnv50_ir_from_nir.cpp3693 nv50_ir_nir_shader_compiler_options(int chipset, uint8_t shader_type) in nv50_ir_nir_shader_compiler_options() function
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_codegen.c36 return nv50_ir_nir_shader_compiler_options(pdev->info.chipset, stage); in nvk_cg_nir_options()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c1006 nv50_ir_nir_shader_compiler_options(nvc0->screen->base.device->chipset, in nvc0_program_init_tcp_empty()
H A Dnvc0_screen.c948 return nv50_ir_nir_shader_compiler_options(screen->base.device->chipset, shader); in nvc0_screen_get_compiler_options()
H A Dnvc0_surface.c857 nv50_ir_nir_shader_compiler_options(nouveau_screen(pipe->screen)->device->chipset, in nvc0_blitter_make_vp()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c849 return nv50_ir_nir_shader_compiler_options(NVISA_G80_CHIPSET, shader); in nv50_screen_get_compiler_options()
H A Dnv50_surface.c868 nv50_ir_nir_shader_compiler_options(chipset, PIPE_SHADER_FRAGMENT); in nv50_blitter_make_fp()