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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h562 unsigned pervertex_output_patch_size = tcs_num_output_vertices * output_vertex_size; local in function:calculate_tess_lds_size
563 unsigned output_patch_size = pervertex_output_patch_size + tcs_num_patch_outputs * 16;
589 uint32_t pervertex_output_patch_size = tcs_num_output_vertices * output_vertex_size; local in function:get_tcs_num_patches
590 uint32_t output_patch_size = pervertex_output_patch_size + tcs_num_patch_outputs * 16;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c87 unsigned input_vertex_size, output_vertex_size, pervertex_output_patch_size; local in function:si_emit_derived_tess_state
142 pervertex_output_patch_size = num_tcs_output_cp * output_vertex_size;
143 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
212 perpatch_output_offset = output_patch0_offset + pervertex_output_patch_size;
236 (pervertex_output_patch_size * *num_patches << 12);
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_lower_tess_io_to_mem.c296 unsigned pervertex_output_patch_size = b->shader->info.tess.tcs_vertices_out * output_vertex_size; local in function:hs_output_lds_offset
297 unsigned output_patch_stride = pervertex_output_patch_size + st->tcs_num_reserved_patch_outputs * 16u;
319 off = nir_iadd_imm_nuw(b, off, pervertex_output_patch_size);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c245 uint32_t pervertex_output_patch_size = ctx->tcs_vertices_per_patch * output_vertex_size; local in function:get_tcs_num_patches
246 uint32_t output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
292 unsigned pervertex_output_patch_size; local in function:calculate_tess_lds_size
306 pervertex_output_patch_size = num_tcs_output_cp * output_vertex_size;
307 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
353 uint32_t pervertex_output_patch_size = ctx->tcs_vertices_per_patch * output_vertex_size; local in function:get_tcs_out_patch_stride
354 uint32_t output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
392 uint32_t pervertex_output_patch_size = ctx->tcs_vertices_per_patch * output_vertex_size; local in function:get_tcs_out_patch0_patch_data_offset
396 output_patch0_offset += pervertex_output_patch_size;
1369 uint32_t pervertex_output_patch_size local in function:get_non_vertex_index_offset
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp576 unsigned pervertex_output_patch_size = num_tcs_output_cp * output_vertex_size; local in function:si_emit_derived_tess_state
577 unsigned output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
664 unsigned perpatch_output_offset = output_patch0_offset + pervertex_output_patch_size;
676 assert(((pervertex_output_patch_size * *num_patches) & ~0x1fffff) == 0);
688 ((pervertex_output_patch_size * *num_patches) << 11);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_state.c4508 unsigned input_patch_size, pervertex_output_patch_size, output_patch_size; local in function:evergreen_setup_tess_constants
4552 pervertex_output_patch_size = num_tcs_output_cp * output_vertex_size;
4553 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
4556 perpatch_output_offset = output_patch0_offset + pervertex_output_patch_size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_state.c4541 unsigned input_patch_size, pervertex_output_patch_size, output_patch_size; local in function:evergreen_setup_tess_constants
4585 pervertex_output_patch_size = num_tcs_output_cp * output_vertex_size;
4586 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
4589 perpatch_output_offset = output_patch0_offset + pervertex_output_patch_size;

Completed in 30 milliseconds