Searched refs:num_primitives (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs.h | 117 unsigned num_primitives,
|
| H A D | draw_gs.c | 79 unsigned num_primitives, 91 for (prim_idx = 0; prim_idx < num_primitives; ++prim_idx) { 120 shader->stream[stream].emitted_primitives += num_primitives; 317 unsigned num_primitives, 77 tgsi_fetch_gs_outputs(struct draw_geometry_shader * shader,unsigned stream,unsigned num_primitives,float (** p_output)[4]) argument 315 llvm_fetch_gs_outputs(struct draw_geometry_shader * shader,unsigned stream,unsigned num_primitives,float (** p_output)[4]) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs.h | 118 unsigned num_primitives,
|
| H A D | draw_gs.c | 79 unsigned num_primitives, 91 for (prim_idx = 0; prim_idx < num_primitives; ++prim_idx) { 120 shader->stream[stream].emitted_primitives += num_primitives; 300 unsigned num_primitives, 77 tgsi_fetch_gs_outputs(struct draw_geometry_shader * shader,unsigned stream,unsigned num_primitives,float (** p_output)[4]) argument 298 llvm_fetch_gs_outputs(struct draw_geometry_shader * shader,unsigned stream,unsigned num_primitives,float (** p_output)[4]) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | draw_validate.c | 858 size_t num_primitives; local in function:count_tessellated_primitives 861 num_primitives = count; 864 num_primitives = count >= 2 ? count - 1 : 0; 867 num_primitives = count >= 2 ? count : 0; 870 num_primitives = count / 2; 875 num_primitives = count >= 3 ? count - 2 : 0; 878 num_primitives = count / 3; 881 num_primitives = count >= 4 ? ((count / 2) - 1) * 2 : 0; 884 num_primitives = (count / 4) * 2; 887 num_primitives [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | draw.c | 389 size_t num_primitives; local in function:count_tessellated_primitives 392 num_primitives = count; 395 num_primitives = count >= 2 ? count - 1 : 0; 398 num_primitives = count >= 2 ? count : 0; 401 num_primitives = count / 2; 406 num_primitives = count >= 3 ? count - 2 : 0; 409 num_primitives = count / 3; 412 num_primitives = count >= 4 ? ((count / 2) - 1) * 2 : 0; 415 num_primitives = (count / 4) * 2; 418 num_primitives [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_shader_ngg.c | 1120 LLVMValueRef num_primitives = ngg_get_prim_cnt(ctx); local in function:gfx10_emit_ngg_culling_epilogue 1121 num_primitives = LLVMBuildSelect(builder, 1124 ctx->ac.i32_0, num_primitives, ""); 1127 ac_build_imax(&ctx->ac, new_num_es_threads, num_primitives),
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 8914 Temp num_primitives = get_ssa_temp(ctx, instr->src[1].ssa); local in function:aco::__anon562fcc110110::visit_intrinsic 8915 ngg_emit_sendmsg_gs_alloc_req(ctx, num_vertices, num_primitives);
|
Completed in 30 milliseconds