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

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 360 const UniquePtr<Allocation> vertexBufferMemory (memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *vertexBuffer), MemoryRequirement::HostVisible));
362 VK_CHECK(vk.bindBufferMemory(vkDevice, *vertexBuffer, vertexBufferMemory->getMemory(), vertexBufferMemory->getOffset()));
865 vertexBufferMemory->getMemory(), // memory
869 void* vertexBufPtr = vertexBufferMemory->getHostPtr();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 621 de::MovePtr<Allocation> vertexBufferMemory;
779 vertexBufferMemory = allocator.allocate(getBufferMemoryRequirements(vkd, vkDevice, *vertexBuffer), MemoryRequirement::HostVisible);
781 VK_CHECK(vkd.bindBufferMemory(vkDevice, *vertexBuffer, vertexBufferMemory->getMemory(), vertexBufferMemory->getOffset()));
784 deMemcpy(vertexBufferMemory->getHostPtr(), positionData.data(), attributeBatchSize)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]

Completed in 42 milliseconds