HomeSort by relevance Sort by last modified time
    Searched defs:vk (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.hpp 28 namespace vk namespace
35 } // vk
vkRefUtil.hpp 29 namespace vk namespace
34 Move<VkPipeline> createGraphicsPipeline (const DeviceInterface& vk,
39 Move<VkPipeline> createComputePipeline (const DeviceInterface& vk,
44 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo);
45 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo);
47 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk,
52 Move<VkFence> createFence (const DeviceInterface& vk,
57 Move<VkCommandPool> createCommandPool (const DeviceInterface& vk,
63 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk,
68 Move<VkEvent> createEvent (const DeviceInterface& vk,
    [all...]
vkShaderToSpirV.hpp 32 namespace vk namespace
77 } // vk
vkSpirVAsm.hpp 31 namespace vk namespace
43 } // vk
vkApiVersion.cpp 26 namespace vk namespace
45 } // vk
vkDeviceUtil.hpp 37 namespace vk namespace
57 } // vk
vkSpirVProgram.cpp 28 namespace vk namespace
53 } // vk
vkStrUtil.hpp 29 namespace vk namespace
43 } // vk
vkWsiPlatform.cpp 26 namespace vk namespace
37 } // vk
vkStrUtil.cpp 26 namespace vk namespace
51 } // vk
vkYCbCrImageWithMemory.cpp 30 namespace vk namespace
33 YCbCrImageWithMemory::YCbCrImageWithMemory (const vk::DeviceInterface& vk,
34 const vk::VkDevice device,
35 vk::Allocator& allocator,
36 const vk::VkImageCreateInfo& imageCreateInfo,
37 const vk::MemoryRequirement requirement)
38 : m_image (createImage(vk, device, &imageCreateInfo))
46 const VkMemoryRequirements reqs = getImagePlaneMemoryRequirements(vk, device, *m_image, planeAspect);
50 bindImagePlaneMemory(vk, device, *m_image, m_allocations.back()->getMemory(), m_allocations.back()->getOffset(), planeAspe (…)
    [all...]
vkApiVersion.hpp 30 namespace vk namespace
57 } // vk
vkShaderProgram.cpp 28 namespace vk namespace
92 } // vk
vkBufferWithMemory.hpp 34 namespace vk namespace
39 BufferWithMemory (const vk::DeviceInterface& vk,
40 const vk::VkDevice device,
41 vk::Allocator& allocator,
42 const vk::VkBufferCreateInfo& bufferCreateInfo,
43 const vk::MemoryRequirement memoryRequirement)
45 : m_buffer (createBuffer(vk, device, &bufferCreateInfo))
46 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement))
48 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()))
    [all...]
vkImageWithMemory.hpp 33 namespace vk namespace
38 ImageWithMemory (const vk::DeviceInterface& vk,
39 const vk::VkDevice device,
40 vk::Allocator& allocator,
41 const vk::VkImageCreateInfo& imageCreateInfo,
42 const vk::MemoryRequirement memoryRequirement)
44 : m_image (createImage(vk, device, &imageCreateInfo))
45 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
47 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()))
    [all...]
vkYCbCrImageWithMemory.hpp 35 namespace vk namespace
43 YCbCrImageWithMemory (const vk::DeviceInterface& vk,
44 const vk::VkDevice device,
45 vk::Allocator& allocator,
46 const vk::VkImageCreateInfo& imageCreateInfo,
47 const vk::MemoryRequirement requirement);
48 const vk::VkImage& get (void) const { return *m_image; }
49 const vk::VkImage& operator* (void) const { return get(); }
53 const vk::Unique<vk::VkImage> m_image
    [all...]
vkDebugReportUtil.cpp 29 namespace vk namespace
171 } // vk
vkDebugReportUtil.hpp 32 namespace vk namespace
90 } // vk
vkDefs.cpp 29 DE_STATIC_ASSERT(sizeof(vk::VkImageType) == sizeof(deUint32));
30 DE_STATIC_ASSERT(sizeof(vk::VkResult) == sizeof(deUint32));
31 DE_STATIC_ASSERT(sizeof(vk::VkDevice) == sizeof(void*));
32 DE_STATIC_ASSERT(sizeof(vk::VkBuffer) == sizeof(deUint64));
34 namespace vk namespace
94 } // vk
vkDeviceUtil.cpp 33 namespace vk namespace
93 TCU_THROW(InternalError, "Invalid --deqp-vk-device-id");
126 } // vk
  /external/deqp/framework/common/
tcuPlatform.hpp 38 namespace vk namespace
114 virtual const vk::Platform& getVulkanPlatform (void) const;
  /external/skia/tools/gpu/vk/
VkTestContext.h 15 #include "vk/GrVkBackendContext.h"
29 const GrVkInterface* vk() const { return fVk->fInterface.get(); } function in class:sk_gpu_test::VkTestContext
32 VkTestContext(sk_sp<const GrVkBackendContext> vk) : fVk(std::move(vk)) {}
41 * Creates Vk context object bound to the native Vk library.
  /external/skqp/tools/gpu/vk/
VkTestContext.h 15 #include "vk/GrVkBackendContext.h"
29 const GrVkInterface* vk() const { return fVk->fInterface.get(); } function in class:sk_gpu_test::VkTestContext
32 VkTestContext(sk_sp<const GrVkBackendContext> vk) : fVk(std::move(vk)) {}
41 * Creates Vk context object bound to the native Vk library.
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferAndImageAllocationUtil.hpp 32 namespace vk namespace
45 using namespace vk;
  /external/vulkan-validation-layers/demos/smoke/
Helpers.h 27 namespace vk { namespace
41 vk::EnumerateInstanceExtensionProperties(layer, &count, nullptr);
44 return vk::EnumerateInstanceExtensionProperties(layer, &count, exts.data());
49 vk::EnumerateDeviceExtensionProperties(phy, layer, &count, nullptr);
52 return vk::EnumerateDeviceExtensionProperties(phy, layer, &count, exts.data());
57 vk::EnumeratePhysicalDevices(instance, &count, nullptr);
60 return vk::EnumeratePhysicalDevices(instance, &count, phys.data());
65 vk::EnumerateInstanceLayerProperties(&count, nullptr);
68 return vk::EnumerateInstanceLayerProperties(&count, layer_props.data());
73 vk::GetPhysicalDeviceQueueFamilyProperties(phy, &count, nullptr)
    [all...]

Completed in 547 milliseconds

1 2 3 4 5 6 7