Home
last modified time | relevance | path

Searched refs:oversub_pc_lines (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c2426 uint32_t oversub_pc_lines) in gfx10_emit_ge_pc_alloc()
2430 S_030980_OVERSUB_EN(oversub_pc_lines > 0) | S_030980_NUM_PC_LINES(oversub_pc_lines - 1)); in gfx10_emit_ge_pc_alloc()
5720 uint32_t oversub_pc_lines = late_alloc_wave64 ? pdevice->rad_info.pc_lines / 4 : 0; in radv_pipeline_emit_hw_vs() local
5721 gfx10_emit_ge_pc_alloc(cs, pdevice->rad_info.gfx_level, oversub_pc_lines); in radv_pipeline_emit_hw_vs()
5922 uint32_t oversub_pc_lines = late_alloc_wave64 ? pdevice->rad_info.pc_lines / 4 : 0; in radv_pipeline_emit_hw_ngg() local
5931 oversub_pc_lines *= oversub_factor; in radv_pipeline_emit_hw_ngg()
5934 gfx10_emit_ge_pc_alloc(cs, pdevice->rad_info.gfx_level, oversub_pc_lines); in radv_pipeline_emit_hw_ngg()
2425 gfx10_emit_ge_pc_alloc(struct radeon_cmdbuf *cs, enum amd_gfx_level gfx_level, uint32_t oversub_pc_lines) gfx10_emit_ge_pc_alloc() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp1510 unsigned oversub_pc_lines =
1512 shader->ctx_reg.ngg.ge_pc_alloc = S_030980_OVERSUB_EN(oversub_pc_lines > 0) |
1513 S_030980_NUM_PC_LINES(oversub_pc_lines - 1);

Completed in 15 milliseconds