HomeSort by relevance Sort by last modified time
    Searched refs:indexBufferSize (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawShaderDrawParametersTests.cpp 197 const std::size_t indexBufferSize = sizeof(deUint32) * (NDX_SECOND_INDEX + NUM_VERTICES);
198 m_indexBuffer = Buffer::createAndAlloc(m_vk, m_context.getDevice(), BufferCreateInfo(indexBufferSize, vk::VK_BUFFER_USAGE_INDEX_BUFFER_BIT),
202 deMemset(indices, 0, indexBufferSize);
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicGeometryShaderTests.cpp 619 const VkDeviceSize indexBufferSize = m_indices.size() * sizeof(deUint16);
625 indexBufferSize, // VkDeviceSize size;
636 deMemcpy(m_allocation->getHostPtr(), &m_indices[0], (size_t)indexBufferSize);
637 flushMappedMemoryRange(vk, device, m_allocation->getMemory(), m_allocation->getOffset(), indexBufferSize);
    [all...]
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 196 const int indexBufferSize = (m_op == INVALID_INDEX_COUNT) ? (drawCount) : (overBoundDrawCount);
197 std::vector<deUint16> indices (indexBufferSize);
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]

Completed in 234 milliseconds