Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h635 unsigned pervertex_output_patch_size = tcs_num_output_vertices * output_vertex_size; in calculate_tess_lds_size() local
636 unsigned output_patch_size = pervertex_output_patch_size + tcs_num_patch_outputs * 16; in calculate_tess_lds_size()
662 uint32_t pervertex_output_patch_size = tcs_num_output_vertices * output_vertex_size; in get_tcs_num_patches() local
663 uint32_t output_patch_size = pervertex_output_patch_size + tcs_num_patch_outputs * 16; in get_tcs_num_patches()
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_tess_io_to_mem.c330 unsigned pervertex_output_patch_size = b->shader->info.tess.tcs_vertices_out * output_vertex_size; in hs_output_lds_offset() local
331 unsigned output_patch_stride = pervertex_output_patch_size + st->tcs_num_reserved_patch_outputs * 16u; in hs_output_lds_offset()
359 off = nir_iadd_imm_nuw(b, off, pervertex_output_patch_size); in hs_output_lds_offset()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp671 unsigned pervertex_output_patch_size = num_tcs_output_cp * output_vertex_size;
672 unsigned output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
759 unsigned perpatch_output_offset = output_patch0_offset + pervertex_output_patch_size;
771 assert(((pervertex_output_patch_size * *num_patches) & ~0x1fffff) == 0);
781 ((pervertex_output_patch_size * *num_patches) << 11);
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c4536 unsigned input_patch_size, pervertex_output_patch_size, output_patch_size; in evergreen_setup_tess_constants() local
4580 pervertex_output_patch_size = num_tcs_output_cp * output_vertex_size; in evergreen_setup_tess_constants()
4581 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in evergreen_setup_tess_constants()
4584 perpatch_output_offset = output_patch0_offset + pervertex_output_patch_size; in evergreen_setup_tess_constants()

Completed in 15 milliseconds