Home
last modified time | relevance | path

Searched refs:indexBufferSize (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp171 const std::size_t indexBufferSize = sizeof(deUint32) * (NDX_SECOND_INDEX + NUM_VERTICES); in DrawTest() local
172 …Buffer::createAndAlloc(m_vk, m_context.getDevice(), BufferCreateInfo(indexBufferSize, vk::VK_BUFFE… in DrawTest()
176 deMemset(indices, 0, indexBufferSize); in DrawTest()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp619 const VkDeviceSize indexBufferSize = m_indices.size() * sizeof(deUint16); in createIndicesBuffer() local
625 indexBufferSize, // VkDeviceSize size; in createIndicesBuffer()
636 deMemcpy(m_allocation->getHostPtr(), &m_indices[0], (size_t)indexBufferSize); in createIndicesBuffer()
637 …ppedMemoryRange(vk, device, m_allocation->getMemory(), m_allocation->getOffset(), indexBufferSize); in createIndicesBuffer()
/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp196 const int indexBufferSize = (m_op == INVALID_INDEX_COUNT) ? (drawCount) : (overBoundDrawCount); in iterate() local
197 std::vector<deUint16> indices (indexBufferSize); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2766 const VkDeviceSize indexBufferSize = numIndices * sizeof(deUint16); in render() local
2772 indexBufferSize, // VkDeviceSize size; in render()
2785 deMemcpy(indexBufferAlloc->getHostPtr(), indices, (size_t)indexBufferSize); in render()
2786 …Range(vk, vkDevice, indexBufferAlloc->getMemory(), indexBufferAlloc->getOffset(), indexBufferSize); in render()