Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c3806 unsigned tess_out_patch_size = stages[MESA_SHADER_TESS_CTRL].nir->info.tess.tcs_vertices_out; in gather_tess_info() local
3810 tess_in_patch_size, tess_out_patch_size, in gather_tess_info()
3819 device->physical_device->rad_info.gfx_level, tess_in_patch_size, tess_out_patch_size, in gather_tess_info()
3836 stages[MESA_SHADER_TESS_CTRL].info.tcs.tcs_vertices_out = tess_out_patch_size; in gather_tess_info()
3837 stages[MESA_SHADER_VERTEX].info.tcs.tcs_vertices_out = tess_out_patch_size; in gather_tess_info()
3851 tess_in_patch_size == tess_out_patch_size && in gather_tess_info()
3872 tess_in_patch_size, tess_out_patch_size); in gather_tess_info()

Completed in 13 milliseconds