Home
last modified time | relevance | path

Searched refs:DeviceInterface (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtil.inl6 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMe…
7 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCrea…
8 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSem…
9 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCrea…
10 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQue…
11 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCr…
12 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBu…
13 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCrea…
14 Move<VkImageView> createImageView (const DeviceInterface& vk, VkDevice device, const VkIma…
15 Move<VkShaderModule> createShaderModule (const DeviceInterface& vk, VkDevice device, const V…
[all …]
DvkCmdUtil.hpp32 void beginCommandBuffer (const DeviceInterface& vk,
36 void endCommandBuffer (const DeviceInterface& vk,
39 void beginRenderPass (const DeviceInterface& vk,
49 void beginRenderPass (const DeviceInterface& vk,
57 void beginRenderPass (const DeviceInterface& vk,
64 void beginRenderPass (const DeviceInterface& vk,
72 void beginRenderPass (const DeviceInterface& vk,
81 void beginRenderPass (const DeviceInterface& vk,
92 void beginRenderPass (const DeviceInterface& vk,
100 void beginRenderPass (const DeviceInterface& vk,
[all …]
DvkRefUtil.hpp34 Move<VkPipeline> createGraphicsPipeline (const DeviceInterface& vk,
39 Move<VkPipeline> createComputePipeline (const DeviceInterface& vk,
44 Move<VkPipeline> createRayTracingPipelineNV(const DeviceInterface& vk,
49 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCo…
50 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDe…
52 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk,
57 Move<VkSemaphore> createSemaphoreType (const DeviceInterface& vk,
64 Move<VkFence> createFence (const DeviceInterface& vk,
69 Move<VkCommandPool> createCommandPool (const DeviceInterface& vk,
75 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk,
[all …]
DvkMemUtil.hpp77 void flushAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc);
78 void invalidateAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc);
141 …SimpleAllocator (const DeviceInterface& vk, VkDevice device, const VkPhysicalDeviceMemoryPropertie…
147 const DeviceInterface& m_vk;
152 de::MovePtr<Allocation> allocateExtended (const InstanceInterface& vki, const DeviceInterface& vk…
153 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
154 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
156 void* mapMemory (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory mem, VkDeviceS…
157 void flushMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memor…
158 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory m…
[all …]
DvkObjUtil.hpp33 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk,
54 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk,
74 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk,
85 Move<VkImageView> makeImageView (const DeviceInterface& vk,
93 Move<VkBufferView> makeBufferView (const DeviceInterface& vk,
100 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk,
109 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk,
113 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk,
118 Move<VkFramebuffer> makeFramebuffer (const DeviceInterface& vk,
126 Move<VkFramebuffer> makeFramebuffer (const DeviceInterface& vk,
[all …]
DvkCmdUtil.cpp32 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()
165 void beginRenderPass (const DeviceInterface& vk, in beginRenderPass()
[all …]
DvkRefUtil.cpp31 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<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCo… in allocateCommandBuffer()
72 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDe… in allocateDescriptorSet()
80 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, in createSemaphore()
96 Move<VkSemaphore> createSemaphoreType (const DeviceInterface& vk, in createSemaphoreType()
122 Move<VkFence> createFence (const DeviceInterface& vk, in createFence()
138 Move<VkCommandPool> createCommandPool (const DeviceInterface& vk, in createCommandPool()
156 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, in allocateCommandBuffer()
[all …]
DvkWsiUtil.hpp112 std::vector<VkImage> getSwapchainImages (const DeviceInterface& vkd,
131 WsiTriangleRenderer (const DeviceInterface& vkd,
159 static Move<VkRenderPass> createRenderPass (const DeviceInterface& vkd,
164 static Move<VkPipelineLayout> createPipelineLayout(const DeviceInterface& vkd,
167 static Move<VkPipeline> createPipeline (const DeviceInterface& vkd,
174 static Move<VkImageView> createAttachmentView(const DeviceInterface& vkd,
179 static Move<VkFramebuffer> createFramebuffer (const DeviceInterface& vkd,
185 static Move<VkBuffer> createBuffer (const DeviceInterface& vkd,
190 const DeviceInterface& m_vkd;
DvkMemUtil.cpp50 …HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize offset,…
56 const DeviceInterface& m_vkd;
62 HostPtr::HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize … in HostPtr()
107 void flushAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc) in flushAlloc()
112 void invalidateAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc) in invalidateAlloc()
199 SimpleAllocator::SimpleAllocator (const DeviceInterface& vk, VkDevice device, const VkPhysicalDevic… in SimpleAllocator()
257 const DeviceInterface& vkd, in allocateExtended()
286 const DeviceInterface& vkd, in allocateDedicated()
305 const DeviceInterface& vkd, in allocateDedicated()
323 void* mapMemory (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory mem, VkDeviceSize offs… in mapMemory()
[all …]
DvkRefUtilImpl.inl179 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo…
186 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr…
193 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre…
200 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCr…
207 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre…
214 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCreateInfo* …
221 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferView…
228 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreateInfo* pCr…
235 Move<VkImageView> createImageView (const DeviceInterface& vk, VkDevice device, const VkImageViewCre…
242 Move<VkShaderModule> createShaderModule (const DeviceInterface& vk, VkDevice device, const VkShader…
[all …]
DvkObjUtil.cpp35 Move<VkPipeline> makeGraphicsPipeline(const DeviceInterface& vk, in makeGraphicsPipeline()
288 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline()
381 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, in makeRenderPass()
472 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
494 Move<VkBufferView> makeBufferView (const DeviceInterface& vk, in makeBufferView()
514 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
548 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
555 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
574 Move<VkFramebuffer> makeFramebuffer (const DeviceInterface& vk, in makeFramebuffer()
585 Move<VkFramebuffer> makeFramebuffer (const DeviceInterface& vk, in makeFramebuffer()
[all …]
DvkDefs.hpp212 class DeviceInterface class
218 DeviceInterface (void) {} in DeviceInterface() function in vk::DeviceInterface
221 DeviceInterface (const DeviceInterface&);
222 DeviceInterface& operator= (const DeviceInterface&);
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.hpp202 int getMemoryFd (const vk::DeviceInterface& vkd,
207 void getMemoryNative (const vk::DeviceInterface& vkd,
213 vk::Move<vk::VkSemaphore> createExportableSemaphore (const vk::DeviceInterface& vkd,
217 vk::Move<vk::VkSemaphore> createExportableSemaphoreType (const vk::DeviceInterface& vkd,
222 int getSemaphoreFd (const vk::DeviceInterface& vkd,
227 void getSemaphoreNative (const vk::DeviceInterface& vkd,
233 void importSemaphore (const vk::DeviceInterface& vkd,
240 vk::Move<vk::VkSemaphore> createAndImportSemaphore (const vk::DeviceInterface& vkd,
246 vk::Move<vk::VkFence> createExportableFence (const vk::DeviceInterface& vkd,
250 int getFenceFd (const vk::DeviceInterface& vkd,
[all …]
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp161 Move<VkRenderPass> createRenderPass (const DeviceInterface& vk,
179 Move<VkRenderPass> createRenderPass (const DeviceInterface& vk,
217 static void cmdBeginRenderPass (const DeviceInterface& vk,
222 static void cmdNextSubpass (const DeviceInterface& vk,
227 static void cmdEndRenderPass (const DeviceInterface& vk,
238 static void cmdBeginRenderPass (const DeviceInterface& vk,
243 static void cmdNextSubpass (const DeviceInterface& vk,
248 static void cmdEndRenderPass (const DeviceInterface& vk,
DvktMultiViewRenderUtil.hpp40 vk::Move<vk::VkDescriptorSetLayout> makeDescriptorSetLayout (const vk::DeviceInterface& vk, const…
43 vk::Move<vk::VkRenderPass> makeRenderPass (const vk::DeviceInterface& vk, const vk::VkDevice …
46 vk::Move<vk::VkRenderPass> makeRenderPassWithAttachments (const vk::DeviceInterface& vk, const vk…
49 vk::Move<vk::VkRenderPass> makeRenderPassWithDepth (const vk::DeviceInterface& vk, const vk::Vk…
51 void beginSecondaryCommandBuffer (const vk::DeviceInterface& vk, const vk::VkCommandBuffer …
52 void imageBarrier (const vk::DeviceInterface& vk, const vk::VkCommandBuffer cmdBuffer, c…
DvktMultiViewRenderUtil.cpp135 Move<VkDescriptorSetLayout> makeDescriptorSetLayout (const DeviceInterface& vk, in makeDescriptorSetLayout()
159 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, in makeRenderPass()
314 (const DeviceInterface& vk,
325 (const DeviceInterface& vk,
335 Move<VkRenderPass> makeRenderPassWithDepth (const DeviceInterface& vk, const VkDevice device, const… in makeRenderPassWithDepth()
343 (const DeviceInterface& vk,
352 (const DeviceInterface& vk,
359 Move<VkRenderPass> makeRenderPassWithAttachments (const DeviceInterface& vk, in makeRenderPassWithAttachments()
510 (const DeviceInterface& vk,
519 (const DeviceInterface& vk,
[all …]
DvktMultiViewRenderPassUtil.cpp245 Move<VkRenderPass> RenderPassCreateInfo1::createRenderPass (const DeviceInterface& vk, VkDevice dev… in createRenderPass()
274 Move<VkRenderPass> RenderPassCreateInfo2::createRenderPass (const DeviceInterface& vk, VkDevice dev… in createRenderPass()
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()
/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()
58 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer()
63 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
92 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, c… in bindImageDedicated()
99 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, … in bindBufferDedicated()
DvktPipelineMakeUtil.hpp40 Buffer (const vk::DeviceInterface& vk,
61 Image (const vk::DeviceInterface& vk,
79 vk::Move<vk::VkCommandBuffer> makeCommandBuffer (const vk::DeviceInterface& vk, const vk::VkDevice…
80 vk::Move<vk::VkPipeline> makeComputePipeline (const vk::DeviceInterface& vk, const vk::VkDevice d…
81 …n> bindImageDedicated (const vk::InstanceInterface& vki, const vk::DeviceInterface& vkd, const v…
82 …> bindBufferDedicated (const vk::InstanceInterface& vki, const vk::DeviceInterface& vkd, const v…
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBufferObjectUtil.hpp41 …static de::SharedPtr<Buffer> create (const vk::DeviceInterface& vk, vk::VkDevice device, const v…
43 static de::SharedPtr<Buffer> createAndAlloc (const vk::DeviceInterface& vk,
49 … Buffer (const vk::DeviceInterface &vk, vk::VkDevice device, vk::Move<vk::VkBuffer> object);
64 const vk::DeviceInterface& m_vk;
68 void bufferBarrier (const vk::DeviceInterface& vk,
DvktDrawImageObjectUtil.hpp65 …static de::SharedPtr<Image> create (const vk::DeviceInterface& vk, vk::VkDevice device, const v…
67 static de::SharedPtr<Image> createAndAlloc (const vk::DeviceInterface& vk,
234 Image (const vk::DeviceInterface& vk,
258 const vk::DeviceInterface& m_vk;
262 void transition2DImage (const vk::DeviceInterface& vk,
273 void initialTransitionColor2DImage (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, v…
276 void initialTransitionDepth2DImage (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, v…
279 void initialTransitionStencil2DImage (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer,…
282 void initialTransitionDepthStencil2DImage (const vk::DeviceInterface& vk,
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp43 Buffer (const vk::DeviceInterface& vk, in Buffer()
77 Image (const vk::DeviceInterface& vk, in Image()
113 …vk::Move<vk::VkPipelineCache> createPipelineCache (const vk::DeviceInterface& vk, const vk::VkDev…
114 …void setFromPipelineCache (const vk::DeviceInterface& vk, const vk::VkDevice device, const v…
133 …GraphicsPipelineBuilder& setShader (const vk::DeviceInterface& vk, const vk::VkDevice device,…
148 …vk::Move<vk::VkPipeline> build (const vk::DeviceInterface& vk, const vk::VkDevice device, co…
227 vk::Move<vk::VkCommandBuffer> makeCommandBuffer (const vk::DeviceInterface& vk, const vk::VkD…
228 vk::Move<vk::VkPipeline> makeComputePipeline (const vk::DeviceInterface& vk, const vk::VkDev…
229 void beginRenderPassWithRasterizationDisabled (const vk::DeviceInterface& vk, const vk::VkCom…
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp171 Move<VkRenderPass> createRenderPass (const DeviceInterface& vk,
189 Move<VkRenderPass> createRenderPass (const DeviceInterface& vk,
227 static void cmdBeginRenderPass (const DeviceInterface& vk,
232 static void cmdNextSubpass (const DeviceInterface& vk,
237 static void cmdEndRenderPass (const DeviceInterface& vk,
248 static void cmdBeginRenderPass (const DeviceInterface& vk,
253 static void cmdNextSubpass (const DeviceInterface& vk,
258 static void cmdEndRenderPass (const DeviceInterface& vk,
415 Move<VkRenderPass> createRenderPass (const DeviceInterface& vk,
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.hpp75 vk::VkQueue getProtectedQueue (const vk::DeviceInterface& vk,
115 void beginSecondaryCommandBuffer (const vk::DeviceInterface& vk,
126 vk::Move<vk::VkPipeline> makeComputePipeline (const vk::DeviceInterface& vk,
132 vk::Move<vk::VkSampler> makeSampler (const vk::DeviceInterface& vk,
134 vk::Move<vk::VkCommandPool> makeCommandPool (const vk::DeviceInterface& vk,
139 vk::Move<vk::VkPipeline> makeGraphicsPipeline (const vk::DeviceInterface& vk,
150 vk::Move<vk::VkPipeline> makeGraphicsPipeline (const vk::DeviceInterface& vk,
/external/deqp/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()

12345678910>>...12