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

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 401 const UniquePtr<Allocation> imageMemory (memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *image), MemoryRequirement::Any));
403 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset()));
    [all...]
vktApiImageClearingTests.cpp 668 de::MovePtr<Allocation> imageMemory (allocateImage(m_vki, m_vkd, m_context.getPhysicalDevice(), m_device, image, MemoryRequirement::Any, m_allocator, m_params.allocationKind));
669 VK_CHECK(m_vkd.bindImageMemory(m_device, image, imageMemory->getMemory(), imageMemory->getOffset()));
670 return imageMemory;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/device_group/
vktDeviceGroupRendering.cpp 447 vk::Move<vk::VkDeviceMemory> imageMemory;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 704 enum ImageMemory
713 ImageMemory imageMemory_,
722 , imageMemory (imageMemory_)
734 ImageMemory imageMemory;
752 TestConfig::ImageMemory operator| (TestConfig::ImageMemory a, TestConfig::ImageMemory b)
754 return (TestConfig::ImageMemory)(((deUint32)a) | ((deUint32)b));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrConversionTests.cpp 459 const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, format, createFlags, memoryRequirement));
476 fillImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *image, imageMemory, imageData, vk::VK_ACCESS_SHADER_READ_BIT, vk::VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL);
    [all...]

Completed in 747 milliseconds