Searched defs:num_patches (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_tess.c169 unsigned num_patches = input_prim->count / shader->draw->pt.vertices_per_patch; local in function:draw_tess_ctrl_shader_run
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c69 si_emit_derived_tess_state(struct si_context * sctx,const struct pipe_draw_info * info,unsigned * num_patches) argument
491 si_get_ia_multi_vgt_param(struct si_context * sctx,const struct pipe_draw_info * info,unsigned num_patches) argument
612 si_emit_draw_registers(struct si_context * sctx,const struct pipe_draw_info * info,unsigned num_patches) argument
1220 unsigned num_patches = 0; local in function:si_emit_all_states
[all...]
H A Dsi_shader.c952 LLVMValueRef base_addr, vertices_per_patch, num_patches, total_vertices; local in function:get_tcs_tes_buffer_address
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c246 unsigned num_patches = fd_patch_num_elements(&batch->fb_read_patches); local in function:patch_fb_read_gmem
278 unsigned num_patches = fd_patch_num_elements(&batch->fb_read_patches); local in function:patch_fb_read_sysmem
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c219 LLVMValueRef base_addr, vertices_per_patch, num_patches, total_vertices; local in function:get_tcs_tes_buffer_address
H A Dsi_state_draw.cpp510 static void si_emit_derived_tess_state(struct si_context *sctx, unsigned *num_patches) argument
976 si_get_ia_multi_vgt_param(struct si_context * sctx,const struct pipe_draw_indirect_info * indirect,enum pipe_prim_type prim,unsigned num_patches,unsigned instance_count,bool primitive_restart,unsigned min_vertex_count) argument
1163 si_emit_ia_multi_vgt_param(struct si_context * sctx,const struct pipe_draw_indirect_info * indirect,enum pipe_prim_type prim,unsigned num_patches,unsigned instance_count,bool primitive_restart,unsigned min_vertex_count) argument
1201 gfx10_emit_ge_cntl(struct si_context * sctx,unsigned num_patches) argument
1248 si_emit_draw_registers(struct si_context * sctx,const struct pipe_draw_indirect_info * indirect,enum pipe_prim_type prim,unsigned num_patches,unsigned instance_count,bool primitive_restart,unsigned restart_index,unsigned min_vertex_count) argument
1991 unsigned num_patches = 0; local in function:si_emit_all_states
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.h90 uint8_t num_patches; member in struct:radv_tes_variant_key
293 uint32_t num_patches; member in struct:radv_shader_variant_info::__anon685e57830908::__anon685e57830e08
H A Dradv_pipeline.c88 unsigned num_patches; member in struct:radv_tessellation_state
1640 unsigned num_patches; local in function:calculate_tess_state
[all...]
H A Dradv_nir_to_llvm.c247 unsigned num_patches; local in function:get_tcs_num_patches
294 unsigned num_patches; local in function:calculate_tess_lds_size
375 unsigned num_patches = ctx->tcs_num_patches; local in function:get_tcs_out_patch0_offset
393 unsigned num_patches = ctx->tcs_num_patches; local in function:get_tcs_out_patch0_patch_data_offset
1361 uint32_t num_patches = ctx->tcs_num_patches; local in function:get_non_vertex_index_offset
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c2035 unsigned num_patches, dirty_tex_counter, index_offset = 0; local in function:r600_draw_vbo
H A Devergreen_state.c4497 void evergreen_setup_tess_constants(struct r600_context *rctx, const struct pipe_draw_info *info, unsigned *num_patches) argument
4592 evergreen_get_ls_hs_config(struct r600_context * rctx,const struct pipe_draw_info * info,unsigned num_patches) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c2103 unsigned num_patches, dirty_tex_counter, index_offset = 0; local in function:r600_draw_vbo
H A Devergreen_state.c4530 void evergreen_setup_tess_constants(struct r600_context *rctx, const struct pipe_draw_info *info, unsigned *num_patches) argument
4624 evergreen_get_ls_hs_config(struct r600_context * rctx,const struct pipe_draw_info * info,unsigned num_patches) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h596 unsigned num_patches = 64 / MAX2(tcs_num_input_vertices, tcs_num_output_vertices) * 4; local in function:get_tcs_num_patches
[all...]
H A Dradv_pipeline.c3047 unsigned num_patches = get_tcs_num_patches( local in function:gather_tess_info
4726 unsigned num_tcs_input_cp, num_tcs_output_cp, num_patches; local in function:radv_pipeline_generate_tess_state
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c3487 uint32_t num_patches = draw_count / verts_per_patch; local in function:get_tess_param_bo_size
3503 uint32_t num_patches = draw_count / verts_per_patch; local in function:get_tess_factor_bo_size

Completed in 62 milliseconds