Searched refs:vertsPerPrim (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dpa.h445 uint32_t vertsPerPrim{0}; member in struct:PA_STATE_CUT
500 vertsPerPrim = NumVertsPerPrim(topo, gsEnabled);
708 for (uint32_t v = 0; v < this->vertsPerPrim; ++v)
760 for (uint32_t v = 0; v < this->vertsPerPrim; ++v)
827 for (uint32_t v = 0; v < this->vertsPerPrim; ++v)
874 for (uint32_t v = 0; v < this->vertsPerPrim; ++v)
H A Dapi.cpp1140 uint32_t vertsPerPrim = topology - TOP_PATCHLIST_BASE; local in function:MaxVertsPerDraw
1141 vertsPerDraw = vertsPerPrim * KNOB_MAX_TESS_PRIMS_PER_DRAW;
H A Dfrontend.cpp1193 uint32_t vertsPerPrim,
1203 uint32_t vertexInBufferSize = gsState.inputVertStride * sizeof(simdvector) * vertsPerPrim;
1191 AllocateGsBuffers(DRAW_CONTEXT * pDC,const API_STATE & state,uint32_t vertsPerPrim,GsBuffers * pGsBuffers) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp481 uint32_t vertsPerPrim = iface->num_verts_per_prim; local in function:BuilderSWR::swr_gs_llvm_end_primitive
484 ADD(MUL(unwrap(emitted_prims_vec), VIMMED1(vertsPerPrim)),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp888 uint32_t vertsPerPrim = iface->num_verts_per_prim; local in function:BuilderSWR::swr_gs_llvm_end_primitive
891 ADD(MUL(unwrap(emitted_prims_vec), VIMMED1(vertsPerPrim)),

Completed in 16 milliseconds