Home
last modified time | relevance | path

Searched defs:output_patch_size (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h636 unsigned output_patch_size = pervertex_output_patch_size + tcs_num_patch_outputs * 16; in calculate_tess_lds_size() local
663 uint32_t output_patch_size = pervertex_output_patch_size + tcs_num_patch_outputs * 16; in get_tcs_num_patches() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp672 unsigned output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in si_emit_derived_tess_state() local
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c4536 unsigned input_patch_size, pervertex_output_patch_size, output_patch_size; in evergreen_setup_tess_constants() local