/external/deqp/modules/gles2/functional/ |
D | es2fVertexArrayTest.cpp | 101 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/ |
D | GrVertexBatch.cpp | 81 int drawCount = drawArray.fDraws.count(); in onDraw() local 82 for (int i = 0; i < drawCount; i++) { in onDraw()
|
/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 102 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/ |
D | es3fVertexArrayTest.cpp | 100 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/ |
D | es3sVertexArrayTests.cpp | 103 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/ |
D | es31sVertexAttributeBindingTests.cpp | 515 …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()
|
D | es31sDrawTests.cpp | 176 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/ |
D | glsVertexArrayTests.cpp | 1974 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()
|
D | glsVertexArrayTests.hpp | 475 int drawCount; //!<Number of primitives to draw member in deqp::gls::MultiVertexArrayTest::Spec
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 460 …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);
|
D | vkVirtualDeviceInterface.inl | 95 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride… 96 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride…
|
D | vkConcreteDeviceInterface.inl | 95 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride… 96 …andBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride…
|
D | vkNullDriverImpl.inl | 723 …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);
|
D | vkFunctionPointerTypes.inl | 112 …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/ |
D | trampoline.c | 1846 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/ |
D | core_validation.h | 822 uint64_t drawCount[NUM_DRAW_TYPES]; // Count of each type of draw in this CB
|
D | core_validation.cpp | 2163 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/ |
D | vulkan.h | 2305 …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/ |
D | vulkan.h | 2314 …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,
|