/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRefUtilImpl.inl | 129 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn… 136 Move<VkDevice> createDevice (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, const Vk… 143 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo… 150 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr… 157 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre… 164 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCr… 171 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre… 178 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCreateInfo* … 185 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferView… 192 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreateInfo* pCr… [all …]
|
D | vkRefUtil.cpp | 26 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()
|
D | vkQueryUtil.cpp | 27 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 VkMemoryRequirements getBufferMemoryRequirements (const DeviceInterface& vk, VkDevice device, VkBuf… in getBufferMemoryRequirements() [all …]
|
D | vkBuilderUtil.cpp | 28 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
|
D | vkGlslToSpirV.hpp | 32 namespace vk namespace
|
D | vkImageUtil.hpp | 32 namespace vk namespace
|
D | vkNullDriver.hpp | 28 namespace vk namespace
|
D | vkSpirVAsm.hpp | 31 namespace vk namespace
|
D | vkRefUtil.hpp | 29 namespace vk namespace
|
D | vkDeviceUtil.hpp | 37 namespace vk namespace
|
D | vkWsiPlatform.cpp | 26 namespace vk namespace
|
D | vkApiVersion.cpp | 26 namespace vk namespace
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeTestsUtil.cpp | 35 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<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer() 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() 175 Move<VkBufferView> makeBufferView (const DeviceInterface& vk, in makeBufferView() 195 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView() 216 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 36 Buffer::Buffer (const DeviceInterface& vk, in Buffer() 47 Image::Image (const DeviceInterface& vk, in Image() 225 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool() 237 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer() 250 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout() 267 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline() 295 Move<VkBufferView> makeBufferView (const DeviceInterface& vk, in makeBufferView() 315 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView() 336 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet() 396 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in beginCommandBuffer() [all …]
|
D | vktImageLoadStoreTests.cpp | 359 const DeviceInterface& vk = context.getDeviceInterface(); in commandImageWriteBarrierBetweenShaderInvocations() local 372 const DeviceInterface& vk = context.getDeviceInterface(); in commandBufferWriteBarrierBeforeHostRead() local 389 const DeviceInterface& vk = context.getDeviceInterface(); in commandCopyImageToBuffer() local 548 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate() local 613 const DeviceInterface& vk = m_context.getDeviceInterface(); in StoreTestInstance() local 627 const DeviceInterface& vk = m_context.getDeviceInterface(); in verifyResult() local 680 const DeviceInterface& vk = m_context.getDeviceInterface(); in ImageStoreTestInstance() local 716 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors() local 753 const DeviceInterface& vk = m_context.getDeviceInterface(); in commandBindDescriptorsForLayer() local 774 const DeviceInterface& vk = m_context.getDeviceInterface(); in commandBeforeCompute() local [all …]
|
D | vktImageSizeTests.cpp | 271 const DeviceInterface& vk = m_context.getDeviceInterface(); in SizeTestInstance() local 285 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate() local 359 const DeviceInterface& vk = m_context.getDeviceInterface(); in ImageSizeTestInstance() local 373 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors() local 401 const DeviceInterface& vk = m_context.getDeviceInterface(); in commandBeforeCompute() local 435 const DeviceInterface& vk = m_context.getDeviceInterface(); in BufferSizeTestInstance() local 450 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors() local
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 38 Buffer::Buffer (const DeviceInterface& vk, in Buffer() 49 Image::Image (const DeviceInterface& vk, in Image() 272 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool() 284 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer() 297 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout() 314 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk, in makeComputePipeline() 342 Move<VkBufferView> makeBufferView (const DeviceInterface& vk, in makeBufferView() 362 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView() 383 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet() 399 Move<VkSemaphore> makeSemaphore (const DeviceInterface& vk, const VkDevice device) in makeSemaphore() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBufferObjectUtil.cpp | 34 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/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolBufferObjectUtil.cpp | 34 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()
|
D | vktQueryPoolOcclusionTests.cpp | 74 StateObjects::StateObjects (const vk::DeviceInterface&vk, vkt::Context &context, const int numVerti… in StateObjects() 242 void StateObjects::setVertices (const vk::DeviceInterface&vk, std::vector<tcu::Vec4> vertices) in setVertices() 320 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in BasicOcclusionQueryTestInstance() local 348 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in ~BasicOcclusionQueryTestInstance() local 359 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in iterate() local 559 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in OcclusionQueryTestInstance() local 603 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in ~OcclusionQueryTestInstance() local 611 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in iterate() local 711 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in recordRender() local 792 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in recordCopyResults() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBufferObjectUtil.cpp | 34 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/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineEarlyFragmentTests.cpp | 59 Buffer (const DeviceInterface& vk, in Buffer() 87 Image (const DeviceInterface& vk, in Image() 112 Move<VkImageView> makeImageView (const DeviceInterface& vk, in makeImageView() 150 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk, in makeDescriptorSet() 166 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, in makePipelineLayout() 183 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool() 195 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer() 208 void beginCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in beginCommandBuffer() 220 void endCommandBuffer (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) in endCommandBuffer() 225 void submitCommandsAndWait (const DeviceInterface& vk, in submitCommandsAndWait() [all …]
|
D | vktPipelineCacheTests.cpp | 192 const DeviceInterface& vk = m_context.getDeviceInterface(); in bindShaderStage() local 224 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildPipeline() local 461 const DeviceInterface& vk = context.getDeviceInterface(); in createBufferAndBindMemory() local 495 const DeviceInterface& vk = context.getDeviceInterface(); in createImage2DAndBindMemory() local 574 const DeviceInterface& vk = m_context.getDeviceInterface(); in CacheTestInstance() local 638 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate() local 822 const DeviceInterface& vk = m_context.getDeviceInterface(); in GraphicsCacheTestInstance() local 1065 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareRenderPass() local 1096 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareCommandBuffer() local 1117 const DeviceInterface& vk = m_context.getDeviceInterface(); in verifyTestResult() local [all …]
|
D | vktPipelineTimestampTests.cpp | 338 const DeviceInterface& vk = m_context.getDeviceInterface(); in bindShaderStage() local 370 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildPipeline() local 676 const DeviceInterface& vk = context.getDeviceInterface(); in TimestampTestInstance() local 759 const DeviceInterface& vk = m_context.getDeviceInterface(); in configCommandBuffer() local 784 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate() local 855 const DeviceInterface& vk = m_context.getDeviceInterface(); in createBufferAndBindMemory() local 890 const DeviceInterface& vk = m_context.getDeviceInterface(); in createImage2DAndBindMemory() local 1026 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildVertexBuffer() local 1042 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildRenderPass() local 1125 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildFrameBuffer() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 500 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolNullParamsTest() local 519 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolNonNullAllocatorTest() local 539 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolTransientBitTest() local 558 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolResetBitTest() local 577 const DeviceInterface& vk = context.getDeviceInterface(); in resetPoolReleaseResourcesBitTest() local 598 const DeviceInterface& vk = context.getDeviceInterface(); in resetPoolNoFlagsTest() local 620 const DeviceInterface& vk = context.getDeviceInterface(); in allocatePrimaryBufferTest() local 650 const DeviceInterface& vk = context.getDeviceInterface(); in allocateManyPrimaryBuffersTest() local 694 const DeviceInterface& vk = context.getDeviceInterface(); in allocateZeroPrimaryBuffersTest() local 725 const DeviceInterface& vk = context.getDeviceInterface(); in allocateSecondaryBufferTest() local [all …]
|