Searched refs:hardware_lds_size (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h600 unsigned hardware_lds_size = 32768; local in function:get_tcs_num_patches
608 hardware_lds_size = 65536;
611 num_patches = MIN2(num_patches, hardware_lds_size / (input_patch_size + output_patch_size));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c91 unsigned offchip_layout, hardware_lds_size, ls_hs_config; local in function:si_emit_derived_tess_state
159 hardware_lds_size = 32768;
160 *num_patches = MIN2(*num_patches, hardware_lds_size / (input_patch_size +
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c248 unsigned hardware_lds_size; local in function:get_tcs_num_patches
258 hardware_lds_size = 32768;
266 hardware_lds_size = 65536;
268 num_patches = MIN2(num_patches, hardware_lds_size / (input_patch_size + output_patch_size));

Completed in 10 milliseconds