Home
last modified time | relevance | path

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

1234567

/external/deqp/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<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCo… in allocateCommandBuffer()
61 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDe… in allocateDescriptorSet()
69 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, in createSemaphore()
85 Move<VkFence> createFence (const DeviceInterface& vk, in createFence()
101 Move<VkCommandPool> createCommandPool (const DeviceInterface& vk, in createCommandPool()
119 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, in allocateCommandBuffer()
137 Move<VkEvent> createEvent (const DeviceInterface& vk, in createEvent()
DvkRefUtilImpl.inl141 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn…
148 Move<VkDevice> createDevice (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, const Vk…
155 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo…
162 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr…
169 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre…
176 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCr…
183 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre…
190 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCreateInfo* …
197 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferView…
204 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreateInfo* pCr…
[all …]
DvkQueryUtil.cpp27 namespace vk namespace
32 vector<VkPhysicalDevice> enumeratePhysicalDevices (const InstanceInterface& vk, VkInstance instance) in enumeratePhysicalDevices()
51 vector<VkQueueFamilyProperties> getPhysicalDeviceQueueFamilyProperties (const InstanceInterface& vk in getPhysicalDeviceQueueFamilyProperties()
70 VkPhysicalDeviceFeatures getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysicalDevice p… in getPhysicalDeviceFeatures()
80 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPhysicalDevi… in getPhysicalDeviceProperties()
90 VkPhysicalDeviceMemoryProperties getPhysicalDeviceMemoryProperties (const InstanceInterface& vk, Vk… in getPhysicalDeviceMemoryProperties()
100 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice… in getPhysicalDeviceFormatProperties()
110 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk, VkPhys… in getPhysicalDeviceImageFormatProperties()
120 …FormatProperties> getPhysicalDeviceSparseImageFormatProperties(const InstanceInterface& vk, VkPhys… in getPhysicalDeviceSparseImageFormatProperties()
139 …SparseImageMemoryRequirements> getImageSparseMemoryRequirements(const DeviceInterface& vk, VkDevic… in getImageSparseMemoryRequirements()
[all …]
DvkBuilderUtil.cpp28 namespace vk namespace
69 Move<VkDescriptorSetLayout> DescriptorSetLayoutBuilder::build (const DeviceInterface& vk, VkDevice … in build() argument
132 Move<VkDescriptorPool> DescriptorPoolBuilder::build (const DeviceInterface& vk, VkDevice device, Vk… in build() argument
221 void DescriptorSetUpdateBuilder::update (const DeviceInterface& vk, VkDevice device) const in update() argument
246 void DescriptorSetUpdateBuilder::updateWithPush (const DeviceInterface& vk, VkCommandBuffer cmd, Vk… in updateWithPush() argument
DvkImageWithMemory.hpp33 namespace vk namespace
38 ImageWithMemory (const vk::DeviceInterface& vk, in ImageWithMemory()
DvkBufferWithMemory.hpp34 namespace vk namespace
39 BufferWithMemory (const vk::DeviceInterface& vk, in BufferWithMemory()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp35 Buffer::Buffer (const DeviceInterface& vk, in Buffer()
46 Image::Image (const DeviceInterface& vk, in Image()
89 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool()
101 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
117 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
134 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
162 Move<VkBufferView> makeBufferView (const DeviceInterface& vk, in makeBufferView()
182 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
203 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
263 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in beginCommandBuffer()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp38 Buffer::Buffer (const vk::DeviceInterface& vk, in Buffer()
48 Image::Image (const vk::DeviceInterface& vk, in Image()
119 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer()
124 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
140 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
156 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
173 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
202 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
223 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in beginCommandBuffer()
235 void submitCommandsAndWait (const DeviceInterface& vk, in submitCommandsAndWait()
[all …]
DvktPipelineSpecConstantUtil.cpp34 GraphicsPipelineBuilder& GraphicsPipelineBuilder::setShader (const DeviceInterface& vk, in setShader()
95 Move<VkPipeline> GraphicsPipelineBuilder::build (const DeviceInterface& vk, in build()
271 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, in makeRenderPass()
330 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
DvktPipelineCacheTests.cpp189 const DeviceInterface& vk = m_context.getDeviceInterface(); in bindShaderStage() local
221 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildPipeline() local
439 const DeviceInterface& vk = context.getDeviceInterface(); in createBufferAndBindMemory() local
471 const DeviceInterface& vk = context.getDeviceInterface(); in createImage2DAndBindMemory() local
548 const DeviceInterface& vk = m_context.getDeviceInterface(); in CacheTestInstance() local
582 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate() local
777 const DeviceInterface& vk = m_context.getDeviceInterface(); in GraphicsCacheTestInstance() local
1073 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareRenderPass() local
1104 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareCommandBuffer() local
1130 const DeviceInterface& vk = m_context.getDeviceInterface(); in verifyTestResult() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp98 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
114 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
130 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
147 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
176 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
197 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in beginCommandBuffer()
209 void submitCommandsAndWait (const DeviceInterface& vk, in submitCommandsAndWait()
232 Move<VkFramebuffer> makeFramebuffer (const DeviceInterface& vk, in makeFramebuffer()
256 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage()
263 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& alloca… in bindBuffer()
DvktFragmentOperationsMakeUtil.hpp52 inline vk::Move<vk::VkBuffer> makeBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device,… in makeBuffer()
57 inline vk::Move<vk::VkImage> makeImage (const vk::DeviceInterface& vk, const vk::VkDevice device, c… in makeImage()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp108 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer()
121 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
137 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
154 Move<VkPipelineLayout> makePipelineLayoutWithoutDescriptors (const DeviceInterface& vk, in makePipelineLayoutWithoutDescriptors()
170 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
232 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
268 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in beginCommandBuffer()
280 void endCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in endCommandBuffer()
285 void submitCommandsAndWait (const DeviceInterface& vk, in submitCommandsAndWait()
308 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
[all …]
DvktSynchronizationBasicEventTests.cpp46 const DeviceInterface& vk = context.getDeviceInterface(); in hostResetSetEventCase() local
82 const DeviceInterface& vk = context.getDeviceInterface(); in deviceResetSetEventCase() local
127 const DeviceInterface& vk = context.getDeviceInterface(); in deviceWaitForEventCase() local
174 const DeviceInterface& vk = context.getDeviceInterface(); in singleSubmissionCase() local
214 const DeviceInterface& vk = context.getDeviceInterface(); in multiSubmissionCase() local
274 const DeviceInterface& vk = context.getDeviceInterface(); in secondaryCommandBufferCase() local
DvktSynchronizationBasicFenceTests.cpp45 const DeviceInterface& vk = context.getDeviceInterface(); in basicOneFenceCase() local
103 const DeviceInterface& vk = context.getDeviceInterface(); in basicMultiFenceCase() local
164 const DeviceInterface& vk = context.getDeviceInterface(); in emptySubmitCase() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp41 GraphicsPipelineBuilder& GraphicsPipelineBuilder::setShader (const DeviceInterface& vk, in setShader()
133 Move<VkPipeline> GraphicsPipelineBuilder::build (const DeviceInterface& vk, in build()
420 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
436 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, const VkDevice device, const VkFormat… in makeRenderPass()
493 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
529 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
546 Move<VkFramebuffer> makeFramebuffer (const DeviceInterface& vk, in makeFramebuffer()
613 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
635 void endRenderPass (const DeviceInterface& vk, in endRenderPass()
641 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in beginCommandBuffer()
[all …]
/external/deqp/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()
/external/skia/tools/gpu/vk/
DVkTestContext.h29 const GrVkInterface* vk() const { return fVk->fInterface.get(); } in vk() function
32 VkTestContext(sk_sp<const GrVkBackendContext> vk) : fVk(std::move(vk)) {} in VkTestContext()
/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.cpp145 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool()
157 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer()
170 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
186 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
203 Move<VkPipelineLayout> makePipelineLayoutWithoutDescriptors (const DeviceInterface& vk, in makePipelineLayoutWithoutDescriptors()
219 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
255 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in beginCommandBuffer()
267 void endCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in endCommandBuffer()
272 void submitCommandsAndWait (const DeviceInterface& vk, in submitCommandsAndWait()
373 const DeviceInterface& vk = m_context.getDeviceInterface(); in VulkanDrawContext() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp252 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool()
264 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
281 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
310 Move<VkBufferView> makeBufferView (const DeviceInterface& vk, in makeBufferView()
330 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
351 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
367 Move<VkFramebuffer> makeFramebuffer (const DeviceInterface& vk, in makeFramebuffer()
474 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& all… in bindImage()
481 de::MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& al… in bindBuffer()
488 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in beginCommandBuffer()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp97 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool()
110 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
126 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
143 Move<VkPipelineLayout> makePipelineLayoutWithoutDescriptors (const DeviceInterface& vk, in makePipelineLayoutWithoutDescriptors()
159 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
211 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
247 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in beginCommandBuffer()
259 void endCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in endCommandBuffer()
264 void submitCommandsAndWait (const DeviceInterface& vk, in submitCommandsAndWait()
287 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp485 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolNullParamsTest() local
496 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolNonNullAllocatorTest() local
516 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolTransientBitTest() local
535 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolResetBitTest() local
554 const DeviceInterface& vk = context.getDeviceInterface(); in resetPoolReleaseResourcesBitTest() local
575 const DeviceInterface& vk = context.getDeviceInterface(); in resetPoolNoFlagsTest() local
594 const DeviceInterface& vk, in executeCommandBuffer()
645 const DeviceInterface& vk = context.getDeviceInterface(); in resetPoolReuseTest() local
696 const DeviceInterface& vk = context.getDeviceInterface(); in allocatePrimaryBufferTest() local
726 const DeviceInterface& vk = context.getDeviceInterface(); in allocateManyPrimaryBuffersTest() local
[all …]
DvktApiBufferAndImageAllocationUtil.cpp50 const DeviceInterface& vk = context.getDeviceInterface(); in createTestBuffer() local
88 const DeviceInterface& vk = context.getDeviceInterface(); in createTestBuffer() local
117 const DeviceInterface& vk = context.getDeviceInterface(); in createTestImage() local
163 const DeviceInterface& vk = context.getDeviceInterface(); in createTestImage() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp36 Buffer::Buffer (const DeviceInterface& vk, in Buffer()
47 Image::Image (const DeviceInterface& vk, in Image()
321 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
338 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
366 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline()
567 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, in makeRenderPass()
643 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, in makeRenderPass()
676 Move<VkBufferView> makeBufferView (const DeviceInterface& vk, in makeBufferView()
696 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
718 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
[all …]
DvktImageLoadStoreTests.cpp260 const DeviceInterface& vk = context.getDeviceInterface(); in commandImageWriteBarrierBetweenShaderInvocations() local
273 const DeviceInterface& vk = context.getDeviceInterface(); in commandBufferWriteBarrierBeforeHostRead() local
290 const DeviceInterface& vk = context.getDeviceInterface(); in commandCopyImageToBuffer() local
437 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate() local
502 const DeviceInterface& vk = m_context.getDeviceInterface(); in StoreTestInstance() local
516 const DeviceInterface& vk = m_context.getDeviceInterface(); in verifyResult() local
569 const DeviceInterface& vk = m_context.getDeviceInterface(); in ImageStoreTestInstance() local
605 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors() local
642 const DeviceInterface& vk = m_context.getDeviceInterface(); in commandBindDescriptorsForLayer() local
663 const DeviceInterface& vk = m_context.getDeviceInterface(); in commandBeforeCompute() local
[all …]

1234567