Searched refs:tess_offchip_block_dw_size (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.h | 656 unsigned tcs_num_patch_outputs, unsigned tess_offchip_block_dw_size, in get_tcs_num_patches() 687 num_patches = MIN2(num_patches, (tess_offchip_block_dw_size * 4) / output_patch_size); in get_tcs_num_patches() 654 get_tcs_num_patches(unsigned tcs_num_input_vertices, unsigned tcs_num_output_vertices, unsigned tcs_num_inputs, unsigned tcs_num_outputs, unsigned tcs_num_patch_outputs, unsigned tess_offchip_block_dw_size, enum amd_gfx_level gfx_level, enum radeon_family family) get_tcs_num_patches() argument
|
H A D | radv_pipeline.c | 3814 device->physical_device->hs.tess_offchip_block_dw_size, device->physical_device->rad_info.gfx_level, in gather_tess_info()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_gpu_info.h | 258 uint32_t tess_offchip_block_dw_size; member
|
H A D | ac_gpu_info.c | 1894 hs->tess_offchip_block_dw_size = in ac_get_hs_info() 1925 if (hs->tess_offchip_block_dw_size == 4096) { in ac_get_hs_info() 1929 assert(hs->tess_offchip_block_dw_size == 8192); in ac_get_hs_info() 1970 hs->tess_offchip_ring_size = hs->max_offchip_buffers * hs->tess_offchip_block_dw_size * 4; in ac_get_hs_info()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_draw.cpp | 711 MIN2(*num_patches, (sctx->screen->hs.tess_offchip_block_dw_size * 4) / output_patch_size);
|
Completed in 22 milliseconds