/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiComputeInstanceResultBuffer.cpp | 34 ComputeInstanceResultBuffer::ComputeInstanceResultBuffer (const DeviceInterface &vki, 51 Move<VkBuffer> ComputeInstanceResultBuffer::createResultBuffer(const DeviceInterface &vki,
|
vktApiCommandBuffersTests.cpp | 70 const DeviceInterface& m_vkd; 500 const DeviceInterface& vk = context.getDeviceInterface(); 519 const DeviceInterface& vk = context.getDeviceInterface(); 539 const DeviceInterface& vk = context.getDeviceInterface(); 558 const DeviceInterface& vk = context.getDeviceInterface(); 577 const DeviceInterface& vk = context.getDeviceInterface(); 598 const DeviceInterface& vk = context.getDeviceInterface(); 620 const DeviceInterface& vk = context.getDeviceInterface(); 650 const DeviceInterface& vk = context.getDeviceInterface(); 694 const DeviceInterface& vk = context.getDeviceInterface() [all...] |
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
vktSpvAsmComputeShaderCase.cpp | 52 Move<VkBuffer> createBufferAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocator& allocator, size_t numBytes, AllocationMp* outMemory) 76 void setMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, const void* data) 84 void fillMemoryWithValue (const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, deUint8 value) 98 Move<VkDescriptorSetLayout> createDescriptorSetLayout (const DeviceInterface& vkdi, const VkDevice& device, size_t numBindings) 111 Move<VkPipelineLayout> createPipelineLayout (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorSetLayout descriptorSetLayout) 132 inline Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkdi, const VkDevice& device, deUint32 numDescriptors) 146 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorPool pool, VkDescriptorSetLayout layout, size_t numViews, const vector<VkDescriptorBufferInfo>& descriptorInfos) 170 Move<VkPipeline> createComputePipeline (const DeviceInterface& vkdi, const VkDevice& device, VkPipelineLayout pipelineLayout, VkShaderModule shader, const char* entryPoint, const vector<deUint32>& specConstants) 223 Move<VkCommandPool> createCommandPool (const DeviceInterface& vkdi, VkDevice device, deUint32 queueFamilyIndex) 292 const DeviceInterface& vkdi = m_context.getDeviceInterface() [all...] |
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesTestsUtil.cpp | 38 Buffer::Buffer (const DeviceInterface& vk, 49 Image::Image (const DeviceInterface& vk, 272 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint32 queueFamilyIndex) 284 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) 297 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, 314 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, 342 Move<VkBufferView> makeBufferView (const DeviceInterface& vk, 362 Move<VkImageView> makeImageView (const DeviceInterface& vk, 383 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, 399 Move<VkSemaphore> makeSemaphore (const DeviceInterface& vk, const VkDevice device [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkRef.hpp | 77 Deleter (const DeviceInterface& deviceIface, VkDevice device, const VkAllocationCallbacks* allocator) 91 const DeviceInterface* m_deviceIface; 186 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkDescriptorPool pool) 200 const DeviceInterface* m_deviceIface; 209 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkCommandPool pool) 223 const DeviceInterface* m_deviceIface;
|
vkPlatform.hpp | 81 class DeviceDriver : public DeviceInterface
|
vkWsiUtil.hpp | 97 std::vector<VkImage> getSwapchainImages (const DeviceInterface& vkd,
|
vkBuilderUtil.cpp | 69 Move<VkDescriptorSetLayout> DescriptorSetLayoutBuilder::build (const DeviceInterface& vk, VkDevice device) const 132 Move<VkDescriptorPool> DescriptorPoolBuilder::build (const DeviceInterface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets) const 221 void DescriptorSetUpdateBuilder::update (const DeviceInterface& vk, VkDevice device) const
|
vkBuilderUtil.hpp | 44 Move<VkDescriptorSetLayout> build (const DeviceInterface& vk, VkDevice device) const; 97 Move<VkDescriptorPool> build (const DeviceInterface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets) const; 154 void update (const DeviceInterface& vk, VkDevice device) const;
|
vkQueryUtil.cpp | 139 VkMemoryRequirements getBufferMemoryRequirements (const DeviceInterface& vk, VkDevice device, VkBuffer buffer) 146 VkMemoryRequirements getImageMemoryRequirements (const DeviceInterface& vk, VkDevice device, VkImage image)
|
vkQueryUtil.hpp | 46 VkMemoryRequirements getBufferMemoryRequirements (const DeviceInterface& vk, VkDevice device, VkBuffer buffer); 47 VkMemoryRequirements getImageMemoryRequirements (const DeviceInterface& vk, VkDevice device, VkImage image);
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineEarlyFragmentTests.cpp | 59 Buffer (const DeviceInterface& vk, 87 Image (const DeviceInterface& vk, 112 Move<VkImageView> makeImageView (const DeviceInterface& vk, 150 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, 166 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, 183 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint32 queueFamilyIndex) 195 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) 208 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) 220 void endCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) 225 void submitCommandsAndWait (const DeviceInterface& vk [all...] |
vktPipelineCacheTests.cpp | 192 const DeviceInterface& vk = m_context.getDeviceInterface(); 224 const DeviceInterface& vk = m_context.getDeviceInterface(); 461 const DeviceInterface& vk = context.getDeviceInterface(); 495 const DeviceInterface& vk = context.getDeviceInterface(); 574 const DeviceInterface& vk = m_context.getDeviceInterface(); 638 const DeviceInterface& vk = m_context.getDeviceInterface(); [all...] |
vktPipelineTimestampTests.cpp | 338 const DeviceInterface& vk = m_context.getDeviceInterface(); 370 const DeviceInterface& vk = m_context.getDeviceInterface(); 676 const DeviceInterface& vk = context.getDeviceInterface(); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
vktWsiSwapchainTests.cpp | 204 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex) 755 TriangleRenderer (const DeviceInterface& vkd, 771 static Move<VkRenderPass> createRenderPass (const DeviceInterface& vkd, 774 static Move<VkPipelineLayout> createPipelineLayout(const DeviceInterface& vkd, 776 static Move<VkPipeline> createPipeline (const DeviceInterface& vkd, 783 static Move<VkImageView> createAttachmentView(const DeviceInterface& vkd, 787 static Move<VkFramebuffer> createFramebuffer (const DeviceInterface& vkd, 793 static Move<VkBuffer> createBuffer (const DeviceInterface& vkd, 798 const DeviceInterface& m_vkd; 814 Move<VkRenderPass> TriangleRenderer::createRenderPass (const DeviceInterface& vkd [all...] |
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
vktBindingShaderAccessTests.cpp | 233 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, vk::VkBuffer buffer, vk::MemoryRequirement requirement) 242 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, vk::VkImage image, vk::MemoryRequirement requirement) 276 static vk::Move<vk::VkImage> createColorAttachment (const vk::DeviceInterface& vki, 283 static vk::Move<vk::VkImageView> createColorAttachmentView (const vk::DeviceInterface& vki, 288 static vk::Move<vk::VkRenderPass> createRenderPass (const vk::DeviceInterface& vki, 292 static vk::Move<vk::VkFramebuffer> createFramebuffer (const vk::DeviceInterface& vki, 298 static vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vki, 313 const vk::DeviceInterface& m_vki; 348 vk::Move<vk::VkImage> SingleTargetRenderInstance::createColorAttachment (const vk::DeviceInterface& vki, 381 vk::Move<vk::VkImageView> SingleTargetRenderInstance::createColorAttachmentView (const vk::DeviceInterface& vki [all...] |
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawBaseClass.hpp | 114 const vk::DeviceInterface& m_vk;
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
vktDynamicStateBaseClass.hpp | 89 const vk::DeviceInterface& m_vk;
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageLoadStoreTests.cpp | 359 const DeviceInterface& vk = context.getDeviceInterface(); 372 const DeviceInterface& vk = context.getDeviceInterface(); 389 const DeviceInterface& vk = context.getDeviceInterface(); 548 const DeviceInterface& vk = m_context.getDeviceInterface(); 613 const DeviceInterface& vk = m_context.getDeviceInterface(); 627 const DeviceInterface& vk = m_context.getDeviceInterface(); 680 const DeviceInterface& vk = m_context.getDeviceInterface(); 716 const DeviceInterface& vk = m_context.getDeviceInterface(); 753 const DeviceInterface& vk = m_context.getDeviceInterface(); 774 const DeviceInterface& vk = m_context.getDeviceInterface() [all...] |
vktImageSizeTests.cpp | 271 const DeviceInterface& vk = m_context.getDeviceInterface(); 285 const DeviceInterface& vk = m_context.getDeviceInterface(); 359 const DeviceInterface& vk = m_context.getDeviceInterface(); 373 const DeviceInterface& vk = m_context.getDeviceInterface(); 401 const DeviceInterface& vk = m_context.getDeviceInterface(); 435 const DeviceInterface& vk = m_context.getDeviceInterface(); 450 const DeviceInterface& vk = m_context.getDeviceInterface();
|
vktImageQualifiersTests.cpp | 359 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); 372 const vk::Unique<VkShaderModule> shaderModule(createShaderModule(deviceInterface, device, m_context.getBinaryCollection().get(m_name), 0u)); 375 const vk::Unique<VkPipelineLayout> pipelineLayout(makePipelineLayout(deviceInterface, device, *m_descriptorSetLayout)); 376 const vk::Unique<VkPipeline> pipeline(makeComputePipeline(deviceInterface, device, *pipelineLayout, *shaderModule)); 379 const Unique<VkCommandPool> cmdPool(makeCommandPool(deviceInterface, device, queueFamilyIndex)); 380 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(deviceInterface, device, *cmdPool)); 383 beginCommandBuffer(deviceInterface, *cmdBuffer); 385 deviceInterface.cmdBindPipeline(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipeline); 386 deviceInterface.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &m_desc (…) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
vktQueryPoolOcclusionTests.cpp | 48 StateObjects (const vk::DeviceInterface&vk, vkt::Context &context, const int numVertices, vk::VkPrimitiveTopology primitive); 49 void setVertices (const vk::DeviceInterface&vk, std::vector<tcu::Vec4> vertices); 74 StateObjects::StateObjects (const vk::DeviceInterface&vk, vkt::Context &context, const int numVertices, vk::VkPrimitiveTopology primitive) 242 void StateObjects::setVertices (const vk::DeviceInterface&vk, std::vector<tcu::Vec4> vertices) 320 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); 348 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); 359 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); 559 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); 603 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); 611 const vk::DeviceInterface& vk = m_context.getDeviceInterface() [all...] |
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
vktMemoryPipelineBarrierTests.cpp | 472 vk::Move<vk::VkCommandBuffer> createCommandBuffer (const vk::DeviceInterface& vkd, 490 vk::Move<vk::VkCommandBuffer> createBeginCommandBuffer (const vk::DeviceInterface& vkd, 521 vk::Move<vk::VkCommandPool> createCommandPool (const vk::DeviceInterface& vkd, 537 vk::Move<vk::VkBuffer> createBuffer (const vk::DeviceInterface& vkd, 560 vk::Move<vk::VkDeviceMemory> allocMemory (const vk::DeviceInterface& vkd, 578 const vk::DeviceInterface& vkd, 628 const vk::DeviceInterface& vkd, 677 void queueRun (const vk::DeviceInterface& vkd, 701 void* mapMemory (const vk::DeviceInterface& vkd, 779 const vk::DeviceInterface& vkd [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ |
vktTestCase.hpp | 69 const vk::DeviceInterface& getDeviceInterface (void) const;
|
vktSynchronization.cpp | 157 void createVulkanBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const BufferParameters& bufferParameters, Buffer& buffer, MemoryRequirement visibility) 229 void createVulkanImage (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const ImageParameters& imageParameters, Image& image, MemoryRequirement visibility) 303 void createColorOnlyRenderPass (const DeviceInterface& vkd, VkDevice device, const RenderPassParameters& renderPassParameters, vk::Move<VkRenderPass>& renderPass) 398 void createCommandBuffer (const DeviceInterface& deviceInterface, const VkDevice device, const deUint32 queueFamilyNdx, vk::Move<VkCommandBuffer>* commandBufferRef, vk::Move<VkCommandPool>* commandPoolRef) 411 commandPool = createCommandPool(deviceInterface, device, &commandPoolInfo, DE_NULL); 420 VK_CHECK(deviceInterface.allocateCommandBuffers(device, &commandBufferInfo, &commandBuffer)); 421 *commandBufferRef = vk::Move<VkCommandBuffer>(vk::check<VkCommandBuffer>(commandBuffer), Deleter<VkCommandBuffer>(deviceInterface, device, commandPool.get())); 425 void createFences (const DeviceInterface& deviceInterface, VkDevice device, bool signaled, deUint32 numFences, VkFence* fence [all...] |