Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp264 CuModuleNVX (VkDevice, const VkCuModuleCreateInfoNVX*) {} in CuModuleNVX() argument
271 CuFunctionNVX(VkDevice, const VkCuFunctionCreateInfoNVX*) {} in CuFunctionNVX() argument
290 Pipeline (VkDevice, const VkGraphicsPipelineCreateInfo*) {} in Pipeline() argument
291 Pipeline (VkDevice, const VkComputePipelineCreateInfo*) {} in Pipeline() argument
292 Pipeline (VkDevice, const VkRayTracingPipelineCreateInfoNV*) {} in Pipeline() argument
293 Pipeline (VkDevice, const VkRayTracingPipelineCreateInfoKHR*) {} in Pipeline() argument
299 RenderPass (VkDevice, const VkRenderPassCreateInfo*) {} in RenderPass() argument
300 RenderPass (VkDevice, const VkRenderPassCreateInfo2*) {} in RenderPass() argument
306 SwapchainKHR (VkDevice, const VkSwapchainCreateInfoKHR*) {} in SwapchainKHR() argument
313 SamplerYcbcrConversion (VkDevice, const VkSamplerYcbcrConversionCreateInfo*) {} in SamplerYcbcrConversion() argument
[all …]
/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