Home
last modified time | relevance | path

Searched defs:VkDevice (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp265 CuModuleNVX (VkDevice, const VkCuModuleCreateInfoNVX*) {} in CuModuleNVX() argument
272 CuFunctionNVX(VkDevice, const VkCuFunctionCreateInfoNVX*) {} in CuFunctionNVX() argument
291 Pipeline (VkDevice, const VkGraphicsPipelineCreateInfo*) {} in Pipeline() argument
292 Pipeline (VkDevice, const VkComputePipelineCreateInfo*) {} in Pipeline() argument
293 Pipeline (VkDevice, const VkRayTracingPipelineCreateInfoNV*) {} in Pipeline() argument
294 Pipeline (VkDevice, const VkRayTracingPipelineCreateInfoKHR*) {} in Pipeline() argument
300 RenderPass (VkDevice, const VkRenderPassCreateInfo*) {} in RenderPass() argument
301 RenderPass (VkDevice, const VkRenderPassCreateInfo2*) {} in RenderPass() argument
307 SwapchainKHR (VkDevice, const VkSwapchainCreateInfoKHR*) {} in SwapchainKHR() argument
314 SamplerYcbcrConversion (VkDevice, const VkSamplerYcbcrConversionCreateInfo*) {} in SamplerYcbcrConversion() argument
[all …]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dvertex_buffer_test.cc67 static VkResult vkCreateBuffer(VkDevice, in vkCreateBuffer() argument
75 VkDevice, in vkGetBufferMemoryRequirements() argument
82 static VkResult vkAllocateMemory(VkDevice, in vkAllocateMemory() argument
88 static VkResult vkBindBufferMemory(VkDevice, in vkBindBufferMemory() argument
114 static VkResult vkAllocateCommandBuffers(VkDevice, in vkAllocateCommandBuffers() argument
119 static VkResult vkCreateFence(VkDevice, in vkCreateFence() argument
125 static void vkDestroyBufferView(VkDevice, in vkDestroyBufferView() argument
128 static void vkFreeMemory(VkDevice, in vkFreeMemory() argument
131 static void vkDestroyBuffer(VkDevice, in vkDestroyBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.hpp49 const vk::VkDevice /*device*/, in bindDescriptorSets()
/third_party/vulkan-loader/tests/framework/
Dtest_environment.h171 operator VkDevice() { return dev; } in VkDevice() function
172 operator VkDevice() const { return dev; } in VkDevice() function