Home
last modified time | relevance | path

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

12345678910>>...14

/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 …]
DvkRefUtil.hpp34 Move<VkPipeline> createGraphicsPipeline (const DeviceInterface& vk,
39 Move<VkPipeline> createComputePipeline (const DeviceInterface& vk,
44 Move<VkPipeline> createRayTracingPipelineNV(const DeviceInterface& vk,
49 Move<VkPipeline> createRayTracingPipelineKHR (const DeviceInterface& vk,
55 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCo…
56 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDe…
58 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk,
63 Move<VkSemaphore> createSemaphoreType (const DeviceInterface& vk,
70 Move<VkFence> createFence (const DeviceInterface& vk,
75 Move<VkCommandPool> createCommandPool (const DeviceInterface& vk,
[all …]
DvkObjUtil.hpp32 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk,
40 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk,
61 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk,
81 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk,
92 Move<VkImageView> makeImageView (const DeviceInterface& vk,
100 Move<VkBufferView> makeBufferView (const DeviceInterface& vk,
107 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk,
120 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk,
124 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk,
128 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk,
[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 …]
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 …]
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<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()
150 Move<VkCommandPool> createCommandPool (const DeviceInterface& vk, in createCommandPool()
[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 …]
DvkWsiUtil.hpp112 std::vector<VkImage> getSwapchainImages (const DeviceInterface& vkd,
135 WsiTriangleRenderer (const DeviceInterface& vkd,
163 static Move<VkRenderPass> createRenderPass (const DeviceInterface& vkd,
168 static Move<VkPipelineLayout> createPipelineLayout(const DeviceInterface& vkd,
171 static Move<VkPipeline> createPipeline (const DeviceInterface& vkd,
178 static Move<VkImageView> createAttachmentView(const DeviceInterface& vkd,
183 static Move<VkFramebuffer> createFramebuffer (const DeviceInterface& vkd,
189 static Move<VkBuffer> createBuffer (const DeviceInterface& vkd,
194 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.inl203 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo…
210 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr…
217 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre…
224 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCr…
231 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre…
238 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCreateInfo* …
245 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferView…
252 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreateInfo* pCr…
259 Move<VkImageView> createImageView (const DeviceInterface& vk, VkDevice device, const VkImageViewCre…
266 Move<VkShaderModule> createShaderModule (const DeviceInterface& vk, VkDevice device, const VkShader…
[all …]
DvkRayTracingUtil.hpp453 VkDeviceAddress getBufferDeviceAddress ( const DeviceInterface& vkd,
472 SerialStorage (const DeviceInterface& vk,
478 VkDeviceOrHostAddressKHR getAddress (const DeviceInterface& vk,
480 VkDeviceOrHostAddressConstKHR getAddressConst (const DeviceInterface& vk,
528 virtual void create (const DeviceInterface& vk,
533 virtual void build (const DeviceInterface& vk,
536 virtual void copyFrom (const DeviceInterface& vk,
542 virtual void serialize (const DeviceInterface& vk,
546 virtual void deserialize (const DeviceInterface& vk,
552 void createAndBuild (const DeviceInterface& vk,
[all …]
DvkObjUtil.cpp37 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline()
68 Move<VkPipeline> makeGraphicsPipeline(const DeviceInterface& vk, in makeGraphicsPipeline()
321 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline()
414 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, in makeRenderPass()
505 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView()
527 Move<VkBufferView> makeBufferView (const DeviceInterface& vk, in makeBufferView()
547 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet()
603 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
610 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
623 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout()
[all …]
DvkRayTracingUtil.cpp42 const DeviceInterface& vk;
267 VkDeviceAddress getBufferDeviceAddress ( const DeviceInterface& vk, in getBufferDeviceAddress()
310 static inline VkDeviceOrHostAddressConstKHR makeDeviceOrHostAddressConstKHR (const DeviceInterface&… in makeDeviceOrHostAddressConstKHR()
331 static inline VkDeviceOrHostAddressKHR makeDeviceOrHostAddressKHR (const DeviceInterface& vk, in makeDeviceOrHostAddressKHR()
400 VkResult getRayTracingShaderGroupHandlesKHR (const DeviceInterface& vk, in getRayTracingShaderGroupHandlesKHR()
411 VkResult getRayTracingShaderGroupHandles (const DeviceInterface& vk, in getRayTracingShaderGroupHandles()
422 VkResult finishDeferredOperation (const DeviceInterface& vk, in finishDeferredOperation()
473 void finishDeferredOperation (const DeviceInterface& vk, in finishDeferredOperation()
533 SerialStorage::SerialStorage (const DeviceInterface& vk, in SerialStorage()
553 VkDeviceOrHostAddressKHR SerialStorage::getAddress (const DeviceInterface& vk, in getAddress()
[all …]
/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/dynamic_state/
DvktDynamicStateComputeTests.cpp164 using RecordStateFunction = std::function<void(const DeviceInterface*, VkCommandBuffer, const Dynam…
167 void setViewport (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*) in setViewport()
181 void setScissor (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*) in setScissor()
191 void setLineWidth (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*) in setLineWidth()
196 void setDepthBias (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*) in setDepthBias()
201 void setBlendConstants (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateDa… in setBlendConstants()
207 void setDepthBounds (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*) in setDepthBounds()
212 void setStencilCompareMask (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicSta… in setStencilCompareMask()
217 void setStencilWriteMask (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicState… in setStencilWriteMask()
222 void setStencilReference (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicState… in setStencilReference()
[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 …]
/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,
244 Image (const vk::DeviceInterface& vk,
268 const vk::DeviceInterface& m_vk;
272 void transition2DImage (const vk::DeviceInterface& vk,
283 void initialTransitionColor2DImage (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, v…
286 void initialTransitionDepth2DImage (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, v…
289 void initialTransitionStencil2DImage (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer,…
292 void initialTransitionDepthStencil2DImage (const vk::DeviceInterface& vk,
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp50 Buffer (const vk::DeviceInterface& vk, in Buffer()
84 Image (const vk::DeviceInterface& vk, in Image()
120 …vk::Move<vk::VkPipelineCache> createPipelineCache (const vk::DeviceInterface& vk, const vk::VkDev…
121 …void setFromPipelineCache (const vk::DeviceInterface& vk, const vk::VkDevice device, const v…
140 …GraphicsPipelineBuilder& setShader (const vk::DeviceInterface& vk, const vk::VkDevice device,…
155 …vk::Move<vk::VkPipeline> build (const vk::DeviceInterface& vk, const vk::VkDevice device, co…
185 SynchronizationWrapperBase(const vk::DeviceInterface& vk) in SynchronizationWrapperBase()
218 const vk::DeviceInterface& m_vk;
280 const vk::DeviceInterface& vk,
284 const vk::DeviceInterface& vk,
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp177 Move<VkRenderPass> createRenderPass (const DeviceInterface& vk,
195 Move<VkRenderPass> createRenderPass (const DeviceInterface& vk,
233 static void cmdBeginRenderPass (const DeviceInterface& vk,
238 static void cmdNextSubpass (const DeviceInterface& vk,
243 static void cmdEndRenderPass (const DeviceInterface& vk,
254 static void cmdBeginRenderPass (const DeviceInterface& vk,
259 static void cmdNextSubpass (const DeviceInterface& vk,
264 static void cmdEndRenderPass (const DeviceInterface& vk,
421 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,

12345678910>>...14