Searched refs:indexBufferSize (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderDrawParametersTests.cpp | 171 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/ |
D | vktGeometryBasicGeometryShaderTests.cpp | 619 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/ |
D | es31sDrawTests.cpp | 196 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/ |
D | vktShaderRender.cpp | 2766 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()
|