Home
last modified time | relevance | path

Searched refs:drawCount (Results 1 – 19 of 19) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp101 spec.drawCount = counts[countNdx]; in init()
171 spec.drawCount = counts[countNdx]; in init()
242 spec.drawCount = counts[countNdx]; in init()
310 spec.drawCount = counts[countNdx]; in init()
373 spec.drawCount = counts[countNdx]; in init()
438 spec.drawCount = counts[countNdx]; in init()
526 spec.drawCount = 256; in init()
647 spec.drawCount = 256; in init()
706 spec.drawCount = 256; in init()
797 spec.drawCount = 256; in init()
/external/skia/src/gpu/batches/
DGrVertexBatch.cpp81 int drawCount = drawArray.fDraws.count(); in onDraw() local
82 for (int i = 0; i < drawCount; i++) { in onDraw()
/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp102 spec.drawCount = counts[countNdx]; in init()
172 spec.drawCount = counts[countNdx]; in init()
243 spec.drawCount = counts[countNdx]; in init()
311 spec.drawCount = counts[countNdx]; in init()
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp100 spec.drawCount = counts[countNdx]; in init()
205 spec.drawCount = counts[countNdx]; in init()
308 spec.drawCount = counts[countNdx]; in init()
409 spec.drawCount = counts[countNdx]; in init()
503 spec.drawCount = counts[countNdx]; in init()
619 spec.drawCount = counts[countNdx]; in init()
739 spec.drawCount = 256; in init()
860 spec.drawCount = 256; in init()
919 spec.drawCount = 256; in init()
1010 spec.drawCount = 256; in init()
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp103 spec.drawCount = counts[countNdx]; in init()
208 spec.drawCount = counts[countNdx]; in init()
311 spec.drawCount = counts[countNdx]; in init()
412 spec.drawCount = counts[countNdx]; in init()
/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp515 …BindVertexBufferCase (Context& ctx, const char* name, const char* desc, int offset, int drawCount);
529 …:BindVertexBufferCase (Context& ctx, const char* name, const char* desc, int offset, int drawCount) in BindVertexBufferCase() argument
532 , m_drawCount (drawCount) in BindVertexBufferCase()
Des31sDrawTests.cpp176 const int drawCount = 10; //!< number of elements safe to draw (all buffers have this) in iterate() local
196 const int indexBufferSize = (m_op == INVALID_INDEX_COUNT) ? (drawCount) : (overBoundDrawCount); in iterate()
210 const int dataSize = (m_op == INVALID_DATA_COUNT) ? (drawCount) : (overBoundDrawCount); in iterate()
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1974 name << drawCount; in getName()
2000 << drawCount; in getDesc()
2086 …000 * int(m_spec.primitive) + 10000 * int(arraySpec.usage) + int(m_spec.drawCount) + 12 * int(arra… in iterate()
2089 …const size_t bufferSize = arraySpec.offset + stride * (m_spec.drawCount * primitiveSize - 1) + ar… in iterate()
2101 …data = RandomArrayGenerator::generateQuads(seed, m_spec.drawCount, arraySpec.componentCount, array… in iterate()
2106 …data = RandomArrayGenerator::generatePerQuad(seed, m_spec.drawCount, arraySpec.componentCount, arr… in iterate()
2129 …m_glArrayPack->render(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVa… in iterate()
2130 …m_rrArrayPack->render(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVa… in iterate()
DglsVertexArrayTests.hpp475 int drawCount; //!<Number of primitives to draw member in deqp::gls::MultiVertexArrayTest::Spec
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl460 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride… argument
462 m_vk.cmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride);
465 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride… argument
467 m_vk.cmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, stride);
DvkVirtualDeviceInterface.inl95 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride…
96 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride…
DvkConcreteDeviceInterface.inl95 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride…
96 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride…
DvkNullDriverImpl.inl723 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride) argument
728 DE_UNREF(drawCount);
732 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride) argument
737 DE_UNREF(drawCount);
DvkFunctionPointerTypes.inl112 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride…
113 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride…
/external/vulkan-validation-layers/loader/
Dtrampoline.c1846 VkDeviceSize offset, uint32_t drawCount, uint32_t stride) { argument
1851 disp->CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride);
1856 VkDeviceSize offset, uint32_t drawCount, argument
1862 disp->CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount,
/external/vulkan-validation-layers/layers/
Dcore_validation.h822 uint64_t drawCount[NUM_DRAW_TYPES]; // Count of each type of draw in this CB
Dcore_validation.cpp2163 if (pCB->drawCount[i]) in hasDrawCmd()
4433 memset(pCB->drawCount, 0, NUM_DRAW_TYPES * sizeof(uint64_t)); in resetCB()
7640 pCB->drawCount[DRAW]++; in vkCmdDraw()
7670 pCB->drawCount[DRAW_INDEXED]++; in vkCmdDrawIndexed()
7704 pCB->drawCount[DRAW_INDIRECT]++; in vkCmdDrawIndirect()
7737 pCB->drawCount[DRAW_INDEXED_INDIRECT]++; in vkCmdDrawIndexedIndirect()
/external/skia/third_party/vulkan/
Dvulkan.h2305 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride…
2306 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride…
2931 uint32_t drawCount,
2938 uint32_t drawCount,
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2314 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride…
2315 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride…
2940 uint32_t drawCount,
2947 uint32_t drawCount,