Home
last modified time | relevance | path

Searched defs:primitiveCount (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/src/OpenGL/libGLESv2/
DIndexDataManager.h35 unsigned int primitiveCount; member
DDevice.cpp252 …ice::drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primitiveCount) in drawIndexedPrimitive()
262 void Device::drawPrimitive(sw::DrawType type, unsigned int primitiveCount) in drawPrimitive()
DIndexDataManager.cpp230 …enum mode, GLsizei count, const std::vector<GLsizei>& restartIndices, unsigned int* primitiveCount) in recomputePrimitiveCount()
Dutilities.cpp2301 … GLsizei elementCount, GLenum elementType, sw::DrawType &drawType, int &primitiveCount, int &verti… in ConvertPrimitiveType()
DContext.cpp3574 int primitiveCount; in drawArrays() local
3660 int primitiveCount; in drawElements() local
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp220 …ice::drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primitiveCount) in drawIndexedPrimitive()
230 void Device::drawPrimitive(sw::DrawType type, unsigned int primitiveCount) in drawPrimitive()
Dutilities.cpp754 …mitiveType, GLsizei elementCount, GLenum elementType, sw::DrawType &drawType, int &primitiveCount) in ConvertPrimitiveType()
DContext.cpp2724 int primitiveCount; in drawArrays() local
2763 int primitiveCount; in drawElements() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp209 int primitiveCount, in InputAssemblyTest()
287 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkI… in createBufferData()
641 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIn… in createBufferData()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp229 …igned int minIndex, unsigned int numVertices, unsigned int startIndex, unsigned int primitiveCount) in DrawIndexedPrimitive()
236 …IVETYPE type, unsigned int minIndex, unsigned int numVertices, unsigned int primitiveCount, const … in DrawIndexedPrimitiveUP()
243 …rawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primitiveCount) in DrawPrimitive()
250 …ct3DDevice9Ex::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount, const … in DrawPrimitiveUP()
DDirect3DDevice9.cpp996 …igned int minIndex, unsigned int numVertices, unsigned int startIndex, unsigned int primitiveCount) in DrawIndexedPrimitive()
1064 …IVETYPE type, unsigned int minIndex, unsigned int numVertices, unsigned int primitiveCount, const … in DrawIndexedPrimitiveUP()
1155 …rawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primitiveCount) in DrawPrimitive()
1186 …long Direct3DDevice9::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount,… in DrawPrimitiveUP()
/external/deqp/modules/gles3/functional/
Des3fOcclusionQueryTests.cpp119 …erateVertices (std::vector<float>& dst, float width, float height, int primitiveCount, int vertice… in generateVertices()
/external/deqp/modules/glshared/
DglsScissorTests.cpp314 int primitiveCount) in ScissorPrimitiveCase()
849 int primitiveCount) in createPrimitiveTest()
DglsDrawTest.hpp225 int primitiveCount; //!< number of primitives to draw (per instance) member
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp889 …igned int minIndex, unsigned int numVertices, unsigned int startIndex, unsigned int primitiveCount) in DrawIndexedPrimitive()
958 …IVETYPE type, unsigned int minIndex, unsigned int numVertices, unsigned int primitiveCount, const … in DrawIndexedPrimitiveUP()
1046 …rawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primitiveCount) in DrawPrimitive()
1074 …long Direct3DDevice8::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount,… in DrawPrimitiveUP()
/external/skqp/src/gpu/ops/
DGrDrawVerticesOp.cpp614 uint32_t primitiveCount = random->nextRangeU(1, 100); in GR_DRAW_OP_TEST_DEFINE() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp173 const int primitiveCount, in GeometryOutputCountTestInstance()
/external/deqp/framework/referencerenderer/
DrrPrimitiveAssembler.hpp472 const size_t primitiveCount = getPrimitiveCount(numVertices); in exec() local
/external/deqp/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp64 static size_t getElementCount (gls::DrawTestSpec::Primitive primitive, size_t primitiveCount) in getElementCount()
/external/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp665 uint32_t primitiveCount = random->nextRangeU(1, 100); in GR_DRAW_OP_TEST_DEFINE() local
/external/swiftshader/src/Device/
DRenderer.hpp226 AtomicInt primitiveCount; member
/external/swiftshader/src/Renderer/
DRenderer.hpp255 AtomicInt primitiveCount; member
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h652 uint32 primitiveCount; member
723 uint32 primitiveCount; /* How many primitives to render */ member
749 uint32 primitiveCount; /* How many primitives to render */ member
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp167 const uint32_t primitiveCount = pipeline->computePrimitiveCount(vertexCount); in play() local
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp1348 …const int primitiveCount = referencePrimitiveCount(m_caseDef.primitiveType, m_caseDef.spacingMode,… in iterate() local

12