Home
last modified time | relevance | path

Searched defs:vk (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkRefUtilImpl.inl207 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn…
214 …eateDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vk, VkPhys…
221 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo…
228 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr…
235 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre…
242 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCr…
249 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre…
256 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCreateInfo* …
263 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferView…
270 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreateInfo* pCr…
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRefUtil.cpp26 namespace vk namespace
31 Move<VkPipeline> createGraphicsPipeline (const DeviceInterface& vk, in createGraphicsPipeline()
42 Move<VkPipeline> createComputePipeline (const DeviceInterface& vk, in createComputePipeline()
53 Move<VkPipeline> createRayTracingPipelineNV (const DeviceInterface& vk, in createRayTracingPipelineNV()
64 Move<VkPipeline> createRayTracingPipelineKHR (const DeviceInterface& vk, in createRayTracingPipelineKHR()
76 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCo… in allocateCommandBuffer()
84 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDe… in allocateDescriptorSet()
92 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, in createSemaphore()
108 Move<VkSemaphore> createSemaphoreType (const DeviceInterface& vk, in createSemaphoreType()
134 Move<VkFence> createFence (const DeviceInterface& vk, in createFence()
[all …]
DvkCmdUtil.cpp29 namespace vk namespace
32 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, VkCommandB… in beginCommandBuffer()
44 void endCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in endCommandBuffer()
49 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
73 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
84 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
97 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
111 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
131 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
144 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
[all …]
DvkObjUtil.hpp30 namespace vk namespace
179 inline Move<VkBuffer> makeBuffer (const DeviceInterface& vk, in makeBuffer()
188 inline Move<VkBuffer> makeBuffer (const vk::DeviceInterface& vk, in makeBuffer()
195 inline Move<VkImage> makeImage (const DeviceInterface& vk, in makeImage()
DvkQueryUtil.cpp34 namespace vk namespace
76 vector<VkPhysicalDevice> enumeratePhysicalDevices (const InstanceInterface& vk, VkInstance instance) in enumeratePhysicalDevices()
95 vector<VkPhysicalDeviceGroupProperties> enumeratePhysicalDeviceGroups(const InstanceInterface& vk, … in enumeratePhysicalDeviceGroups()
118 vector<VkQueueFamilyProperties> getPhysicalDeviceQueueFamilyProperties (const InstanceInterface& vk in getPhysicalDeviceQueueFamilyProperties()
137 VkPhysicalDeviceFeatures getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysicalDevice p… in getPhysicalDeviceFeatures()
147 VkPhysicalDeviceFeatures2 getPhysicalDeviceFeatures2 (const InstanceInterface& vk, VkPhysicalDevice… in getPhysicalDeviceFeatures2()
158 VkPhysicalDeviceVulkan11Features getPhysicalDeviceVulkan11Features (const InstanceInterface& vk, Vk… in getPhysicalDeviceVulkan11Features()
175 VkPhysicalDeviceVulkan12Features getPhysicalDeviceVulkan12Features (const InstanceInterface& vk, Vk… in getPhysicalDeviceVulkan12Features()
192 VkPhysicalDeviceVulkan11Properties getPhysicalDeviceVulkan11Properties (const InstanceInterface& vk in getPhysicalDeviceVulkan11Properties()
202 VkPhysicalDeviceVulkan12Properties getPhysicalDeviceVulkan12Properties (const InstanceInterface& vk in getPhysicalDeviceVulkan12Properties()
[all …]
DvkObjUtil.cpp35 namespace vk namespace
38 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
69 Move<VkPipeline> makeGraphicsPipeline(const DeviceInterface& vk, in makeGraphicsPipeline()
323 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline()
417 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline()
531 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, in makeRenderPass()
622 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
644 Move<VkBufferView> makeBufferView (const DeviceInterface& vk, in makeBufferView()
664 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
720 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
[all …]
DvkRayTracingUtil.cpp39 namespace vk namespace
44 const DeviceInterface& vk; member
269 VkDeviceAddress getBufferDeviceAddress ( const DeviceInterface& vk, in getBufferDeviceAddress()
312 …ic inline VkDeviceOrHostAddressConstKHR makeDeviceOrHostAddressConstKHR (const DeviceInterface& vk, in makeDeviceOrHostAddressConstKHR()
333 static inline VkDeviceOrHostAddressKHR makeDeviceOrHostAddressKHR (const DeviceInterface& vk, in makeDeviceOrHostAddressKHR()
354 static inline Move<VkQueryPool> makeQueryPool (const DeviceInterface& vk, in makeQueryPool()
419 VkResult getRayTracingShaderGroupHandlesKHR (const DeviceInterface& vk, in getRayTracingShaderGroupHandlesKHR()
430 VkResult getRayTracingShaderGroupHandles (const DeviceInterface& vk, in getRayTracingShaderGroupHandles()
441 VkResult finishDeferredOperation (const DeviceInterface& vk, in finishDeferredOperation()
492 void finishDeferredOperation (const DeviceInterface& vk, in finishDeferredOperation()
[all …]
DvkYCbCrImageWithMemory.cpp31 namespace vk namespace
34 YCbCrImageWithMemory::YCbCrImageWithMemory (const vk::DeviceInterface& vk, in YCbCrImageWithMemory()
DvkBufferWithMemory.hpp34 namespace vk namespace
39 BufferWithMemory (const vk::DeviceInterface& vk, in BufferWithMemory()
DvkImageWithMemory.hpp33 namespace vk namespace
38 ImageWithMemory (const vk::DeviceInterface& vk, in ImageWithMemory()
DvkBuilderUtil.cpp28 namespace vk namespace
102 Move<VkDescriptorSetLayout> DescriptorSetLayoutBuilder::build (const DeviceInterface& vk, VkDevice … in build() argument
174 Move<VkDescriptorPool> DescriptorPoolBuilder::build (const DeviceInterface& vk, VkDevice device, Vk… in build() argument
264 void DescriptorSetUpdateBuilder::update (const DeviceInterface& vk, VkDevice device) const in update() argument
289 void DescriptorSetUpdateBuilder::updateWithPush (const DeviceInterface& vk, VkCommandBuffer cmd, Vk… in updateWithPush() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawBufferObjectUtil.cpp34 Buffer::Buffer (const vk::DeviceInterface& vk, vk::VkDevice device, vk::Move<vk::VkBuffer> object_) in Buffer()
51 de::SharedPtr<Buffer> Buffer::createAndAlloc (const vk::DeviceInterface& vk, in createAndAlloc()
64 de::SharedPtr<Buffer> Buffer::create (const vk::DeviceInterface& vk, in create()
71 void bufferBarrier (const vk::DeviceInterface& vk, in bufferBarrier()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp35 Buffer::Buffer (const DeviceInterface& vk, in Buffer()
46 Image::Image (const DeviceInterface& vk, in Image()
72 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
102 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkGetProcAddress.hpp20 namespace vk { namespace
37 namespace vk { namespace
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_utilities.cc35 const VulkanProcTable& vk, in InstanceOrDeviceLayersToEnable()
106 std::vector<std::string> InstanceLayersToEnable(const VulkanProcTable& vk) { in InstanceLayersToEnable()
111 const VulkanProcTable& vk, in DeviceLayersToEnable()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktDynamicRenderingTests.cpp291 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline()
594 void submitCommandsAndWait (const DeviceInterface& vk, in submitCommandsAndWait()
620 void beginSecondaryCmdBuffer (const DeviceInterface& vk, in beginSecondaryCmdBuffer()
664 void beginSecondaryCmdBuffer(const DeviceInterface& vk, in beginSecondaryCmdBuffer()
759 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate() local
853 const DeviceInterface& vk = m_context.getDeviceInterface(); in initialize() local
978 const DeviceInterface& vk = m_context.getDeviceInterface(); in createCmdBuffer() local
994 const DeviceInterface& vk = m_context.getDeviceInterface(); in rendering() local
1088 const DeviceInterface& vk = m_context.getDeviceInterface(); in preBarier() local
1148 const DeviceInterface& vk = m_context.getDeviceInterface(); in beginRenderingKHR() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp38 Buffer::Buffer (const vk::DeviceInterface& vk, in Buffer()
48 Image::Image (const vk::DeviceInterface& vk, in Image()
58 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer()
63 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
DvktPipelineCacheTests.cpp196 const DeviceInterface& vk = m_context.getDeviceInterface(); in bindShaderStage() local
228 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildPipeline() local
435 const DeviceInterface& vk = context.getDeviceInterface(); in createBufferAndBindMemory() local
467 const DeviceInterface& vk = context.getDeviceInterface(); in createImage2DAndBindMemory() local
542 const DeviceInterface& vk = m_context.getDeviceInterface(); in CacheTestInstance() local
573 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate() local
793 const DeviceInterface& vk = m_context.getDeviceInterface(); in GraphicsCacheTestInstance() local
1016 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareRenderPass() local
1036 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareCommandBuffer() local
1054 const DeviceInterface& vk = m_context.getDeviceInterface(); in verifyTestResult() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp238 vk::VkQueue getProtectedQueue (const vk::DeviceInterface& vk, in getProtectedQueue()
274 const vk::DeviceInterface& vk = context.getDeviceInterface(); in createImage2D() local
324 const vk::DeviceInterface& vk = context.getDeviceInterface(); in makeBuffer() local
377 const vk::DeviceInterface& vk = context.getDeviceInterface(); in createRenderPass() local
386 const vk::DeviceInterface& vk = context.getDeviceInterface(); in createFramebuffer() local
421 void beginSecondaryCommandBuffer (const vk::DeviceInterface& vk, in beginSecondaryCommandBuffer()
445 const vk::DeviceInterface& vk = context.getDeviceInterface(); in queueSubmit() local
481 vk::Move<vk::VkPipeline> makeComputePipeline (const vk::DeviceInterface& vk, in makeComputePipeline()
510 vk::Move<vk::VkSampler> makeSampler (const vk::DeviceInterface& vk, const vk::VkDevice& device) in makeSampler()
539 vk::Move<vk::VkCommandPool> makeCommandPool (const vk::DeviceInterface& vk, in makeCommandPool()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp135 Move<VkDescriptorSetLayout> makeDescriptorSetLayout (const DeviceInterface& vk, in makeDescriptorSetLayout()
159 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, in makeRenderPass()
337 Move<VkRenderPass> makeRenderPassWithDepth (const DeviceInterface& vk, const VkDevice device, const… in makeRenderPassWithDepth()
361 Move<VkRenderPass> makeRenderPassWithAttachments (const DeviceInterface& vk, in makeRenderPassWithAttachments()
529 void beginSecondaryCommandBuffer (const DeviceInterface& vk, in beginSecondaryCommandBuffer()
557 void imageBarrier (const DeviceInterface& vk, in imageBarrier()
DvktMultiViewRenderPassUtil.cpp245 Move<VkRenderPass> RenderPassCreateInfo1::createRenderPass (const DeviceInterface& vk, VkDevice dev… in createRenderPass() argument
274 Move<VkRenderPass> RenderPassCreateInfo2::createRenderPass (const DeviceInterface& vk, VkDevice dev… in createRenderPass() argument
309 void RenderpassSubpass1::cmdBeginRenderPass (const DeviceInterface& vk, in cmdBeginRenderPass()
319 void RenderpassSubpass1::cmdNextSubpass (const DeviceInterface& vk, in cmdNextSubpass()
330 void RenderpassSubpass1::cmdEndRenderPass (const DeviceInterface& vk, in cmdEndRenderPass()
339 void RenderpassSubpass2::cmdBeginRenderPass (const DeviceInterface& vk, in cmdBeginRenderPass()
347 void RenderpassSubpass2::cmdNextSubpass (const DeviceInterface& vk, in cmdNextSubpass()
358 void RenderpassSubpass2::cmdEndRenderPass (const DeviceInterface& vk, in cmdEndRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp50 const DeviceInterface& vk = context.getDeviceInterface(); in createTestBuffer() local
84 const DeviceInterface& vk = context.getDeviceInterface(); in createTestBuffer() local
114 const DeviceInterface& vk = context.getDeviceInterface(); in createTestImage() local
158 const DeviceInterface& vk = context.getDeviceInterface(); in createTestImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp280 const DeviceInterface& vk = m_context.getDeviceInterface(); in SizeTestInstance() local
294 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate() local
368 const DeviceInterface& vk = m_context.getDeviceInterface(); in ImageSizeTestInstance() local
382 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors() local
410 const DeviceInterface& vk = m_context.getDeviceInterface(); in commandBeforeCompute() local
444 const DeviceInterface& vk = m_context.getDeviceInterface(); in BufferSizeTestInstance() local
459 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicFenceTests.cpp50 const DeviceInterface& vk = context.getDeviceInterface(); in basicOneFenceCase() local
148 const DeviceInterface& vk = context.getDeviceInterface(); in basicMultiFenceCase() local
221 const DeviceInterface& vk = context.getDeviceInterface(); in emptySubmitCase() local
250 const DeviceInterface& vk = context.getDeviceInterface(); in basicMultiFenceWaitAllFalseCase() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp105 const DeviceInterface& vk; member in vkt::memory::__anonb39759e20111::MemoryMappingRAII
414 Move<VkCommandBuffer> createCommandBuffer (const DeviceInterface& vk, in createCommandBuffer()
443 const DeviceInterface& vk = ctx.getDeviceInterface(); in createBindingTargets() local
460 const DeviceInterface& vk = ctx.getDeviceInterface(); in createBindingTargets() local
485 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory() local
512 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory() local
538 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory() local
566 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory() local
601 const DeviceInterface& vk = ctx.getDeviceInterface(); in makeBinding() local
621 const DeviceInterface& vk = ctx.getDeviceInterface(); in makeBinding() local
[all …]

12345678910>>...19