Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_shader_util.h98 uint32_t ac_vgt_gs_mode(unsigned gs_max_vert_out, enum amd_gfx_level gfx_level);
Dac_shader_util.c92 uint32_t ac_vgt_gs_mode(unsigned gs_max_vert_out, enum amd_gfx_level gfx_level) in ac_vgt_gs_mode() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp1666 ac_vgt_gs_mode(gs->info.base.gs.vertices_out, sscreen->info.gfx_level); in si_shader_vs()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c5636 vgt_gs_mode = ac_vgt_gs_mode(gs->info.gs.vertices_out, pdevice->rad_info.gfx_level); in radv_pipeline_emit_vgt_gs_mode()