/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 97 const auto &vkd = ctx.getDeviceInterface(); in BindVertexBuffersData() local 176 void setViewport(const DeviceInterface *vkd, VkCommandBuffer cmdBuffer, const DynamicStateData *) in setViewport() 189 void setScissor(const DeviceInterface *vkd, VkCommandBuffer cmdBuffer, const DynamicStateData *) in setScissor() 198 void setLineWidth(const DeviceInterface *vkd, VkCommandBuffer cmdBuffer, const DynamicStateData *) in setLineWidth() 203 void setDepthBias(const DeviceInterface *vkd, VkCommandBuffer cmdBuffer, const DynamicStateData *) in setDepthBias() 208 void setBlendConstants(const DeviceInterface *vkd, VkCommandBuffer cmdBuffer, const DynamicStateDat… in setBlendConstants() 214 void setDepthBounds(const DeviceInterface *vkd, VkCommandBuffer cmdBuffer, const DynamicStateData *) in setDepthBounds() 219 void setStencilCompareMask(const DeviceInterface *vkd, VkCommandBuffer cmdBuffer, const DynamicStat… in setStencilCompareMask() 224 void setStencilWriteMask(const DeviceInterface *vkd, VkCommandBuffer cmdBuffer, const DynamicStateD… in setStencilWriteMask() 229 void setStencilReference(const DeviceInterface *vkd, VkCommandBuffer cmdBuffer, const DynamicStateD… in setStencilReference() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 514 int getMemoryFd(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkDeviceMemory memory, in getMemoryFd() 528 void getMemoryNative(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkDeviceMemory memory, in getMemoryNative() 600 vk::Move<vk::VkFence> createExportableFence(const vk::DeviceInterface &vkd, vk::VkDevice device, in createExportableFence() 610 int getFenceFd(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkFence fence, in getFenceFd() 624 void getFenceNative(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkFence fence, in getFenceNative() 677 void importFence(const vk::DeviceInterface &vkd, const vk::VkDevice device, const vk::VkFence fence, in importFence() 709 vk::Move<vk::VkFence> createAndImportFence(const vk::DeviceInterface &vkd, const vk::VkDevice devic… in createAndImportFence() 720 vk::Move<vk::VkSemaphore> createExportableSemaphore(const vk::DeviceInterface &vkd, vk::VkDevice de… in createExportableSemaphore() 731 vk::Move<vk::VkSemaphore> createExportableSemaphoreType(const vk::DeviceInterface &vkd, vk::VkDevic… in createExportableSemaphoreType() 749 int getSemaphoreFd(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkSemaphore semaphore, in getSemaphoreFd() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 148 void createSemaphores(const DeviceInterface &vkd, const VkDevice device, std::vector<SemaphoreSp>::… in createSemaphores() 155 void createCommandBuffers(const DeviceInterface &vkd, const VkDevice device, const VkCommandPool co… in createCommandBuffers() 171 void createFences(const DeviceInterface &vkd, const VkDevice device, std::vector<FenceSp>::iterator… in createFences() 185 void allocateDeviceMemory(const DeviceInterface &vkd, const VkDevice device, VkDeviceSize size, in allocateDeviceMemory() 200 void createBuffers(const DeviceInterface &vkd, const VkDevice device, VkDeviceSize size, in createBuffers() 220 void createImages(const DeviceInterface &vkd, const VkDevice device, uint32_t size, in createImages() 251 void createEvents(const DeviceInterface &vkd, const VkDevice device, std::vector<EventSp>::iterator… in createEvents() 258 void createQueryPools(const DeviceInterface &vkd, const VkDevice device, std::vector<QueryPoolSp>::… in createQueryPools() 275 void createBufferViews(const DeviceInterface &vkd, const VkDevice device, const VkBuffer buffer, in createBufferViews() 294 void createImageViews(const DeviceInterface &vkd, const VkDevice device, const VkImage image, const… in createImageViews() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 249 void initSemaphores(const DeviceInterface &vkd, VkDevice device, std::vector<VkSemaphore> &semaphor… in initSemaphores() 255 void deinitSemaphores(const DeviceInterface &vkd, VkDevice device, std::vector<VkSemaphore> &semaph… in deinitSemaphores() 269 void initFences(const DeviceInterface &vkd, VkDevice device, std::vector<VkFence> &fences) in initFences() 275 void deinitFences(const DeviceInterface &vkd, VkDevice device, std::vector<VkFence> &fences) in deinitFences() 289 Move<VkCommandBuffer> createCommandBuffer(const DeviceInterface &vkd, VkDevice device, VkCommandPoo… in createCommandBuffer() 335 void deinitCommandBuffers(const DeviceInterface &vkd, VkDevice device, VkCommandPool commandPool, in deinitCommandBuffers() 349 Move<VkCommandPool> createCommandPool(const DeviceInterface &vkd, VkDevice device, uint32_t queueFa… in createCommandPool() 357 void initFramebuffers(const DeviceInterface &vkd, VkDevice device, VkRenderPass renderPass, in initFramebuffers() 380 void deinitFramebuffers(const DeviceInterface &vkd, VkDevice device, std::vector<VkFramebuffer> &fr… in deinitFramebuffers() 393 Move<VkImageView> createImageView(const DeviceInterface &vkd, VkDevice device, VkImage image, VkFor… in createImageView() [all …]
|
H A D | vktWsiDisplayTimingTests.cpp | 169 void initSemaphores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaphor… in initSemaphores() 175 void deinitSemaphores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaph… in deinitSemaphores() 188 void initFences(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkFence> &fenc… in initFences() 194 void deinitFences(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkFence> &fe… in deinitFences() 207 void cmdRenderFrame(const vk::DeviceInterface &vkd, vk::VkCommandBuffer commandBuffer, in cmdRenderFrame() 217 vk::Move<vk::VkCommandBuffer> createCommandBuffer(const vk::DeviceInterface &vkd, vk::VkDevice devi… in createCommandBuffer() 260 void deinitCommandBuffers(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkCommandPool co… in deinitCommandBuffers() 274 vk::Move<vk::VkCommandPool> createCommandPool(const vk::DeviceInterface &vkd, vk::VkDevice device, in createCommandPool() 283 vk::Move<vk::VkFramebuffer> createFramebuffer(const vk::DeviceInterface &vkd, vk::VkDevice device, in createFramebuffer() 301 void initFramebuffers(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkRenderPass renderP… in initFramebuffers() [all …]
|
H A D | vktWsiIncrementalPresentTests.cpp | 171 void initSemaphores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaphor… in initSemaphores() 177 void deinitSemaphores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaph… in deinitSemaphores() 190 void initFences(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkFence> &fenc… in initFences() 196 void deinitFences(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkFence> &fe… in deinitFences() 242 void cmdRenderFrame(const vk::DeviceInterface &vkd, vk::VkCommandBuffer commandBuffer, in cmdRenderFrame() 269 vk::Move<vk::VkCommandBuffer> createCommandBuffer(const vk::DeviceInterface &vkd, vk::VkDevice devi… in createCommandBuffer() 314 void deinitCommandBuffers(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkCommandPool co… in deinitCommandBuffers() 328 vk::Move<vk::VkCommandPool> createCommandPool(const vk::DeviceInterface &vkd, vk::VkDevice device, in createCommandPool() 337 vk::Move<vk::VkFramebuffer> createFramebuffer(const vk::DeviceInterface &vkd, vk::VkDevice device, in createFramebuffer() 355 void initFramebuffers(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkRenderPass renderP… in initFramebuffers() [all …]
|
H A D | vktWsiSharedPresentableImageTests.cpp | 184 void initSemaphores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaphor… in initSemaphores() 190 void deinitSemaphores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaph… in deinitSemaphores() 203 void initFences(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkFence> &fenc… in initFences() 209 void deinitFences(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkFence> &fe… in deinitFences() 222 void cmdRenderFrame(const vk::DeviceInterface &vkd, vk::VkCommandBuffer commandBuffer, in cmdRenderFrame() 232 vk::Move<vk::VkCommandBuffer> createCommandBuffer(const vk::DeviceInterface &vkd, vk::VkDevice devi… in createCommandBuffer() 256 void deinitCommandBuffers(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkCommandPool co… in deinitCommandBuffers() 270 vk::Move<vk::VkCommandPool> createCommandPool(const vk::DeviceInterface &vkd, vk::VkDevice device, in createCommandPool() 279 vk::Move<vk::VkFramebuffer> createFramebuffer(const vk::DeviceInterface &vkd, vk::VkDevice device, in createFramebuffer() 297 vk::Move<vk::VkImageView> createImageView(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::… in createImageView() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 91 vk::VkMemoryDedicatedRequirements getMemoryDedicatedRequirements(const vk::DeviceInterface &vkd, vk… in getMemoryDedicatedRequirements() 106 vk::VkMemoryDedicatedRequirements getMemoryDedicatedRequirements(const vk::DeviceInterface &vkd, vk… in getMemoryDedicatedRequirements() 121 void writeHostMemory(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkDeviceMemory memory… in writeHostMemory() 133 void checkHostMemory(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkDeviceMemory memory… in checkHostMemory() 362 vk::VkQueue getQueue(const vk::DeviceInterface &vkd, vk::VkDevice device, uint32_t queueFamilyIndex) in getQueue() 477 void submitEmptySignal(const vk::DeviceInterface &vkd, vk::VkQueue queue, vk::VkSemaphore semaphore) in submitEmptySignal() 676 void submitEmptyWait(const vk::DeviceInterface &vkd, vk::VkQueue queue, vk::VkSemaphore semaphore) in submitEmptyWait() 697 void submitEmptySignal(const vk::DeviceInterface &vkd, vk::VkQueue queue, vk::VkFence fence) in submitEmptySignal() 902 const vk::DeviceDriver vkd(vkp, instance, *device, context.getUsedApiVersion(), in testSemaphoreWin32Create() local 967 const vk::DeviceDriver vkd(vkp, instance, *device, context.getUsedApiVersion(), in testSemaphoreImportTwice() local [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 504 vk::Move<vk::VkCommandBuffer> createBeginCommandBuffer(const vk::DeviceInterface &vkd, vk::VkDevice… in createBeginCommandBuffer() 524 vk::Move<vk::VkBuffer> createBuffer(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkDevi… in createBuffer() 541 vk::Move<vk::VkDeviceMemory> allocMemory(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::V… in allocMemory() 552 …:VkDeviceMemory> bindBufferMemory(const vk::InstanceInterface &vki, const vk::DeviceInterface &vkd, in bindBufferMemory() 595 …::VkDeviceMemory> bindImageMemory(const vk::InstanceInterface &vki, const vk::DeviceInterface &vkd, in bindImageMemory() 638 void *mapMemory(const vk::DeviceInterface &vkd, vk::VkDevice device, vk::VkDeviceMemory memory, vk:… in mapMemory() 784 vk::VkDeviceSize findMaxBufferSize(const vk::DeviceInterface &vkd, vk::VkDevice device, in findMaxBufferSize() 868 IVec2 findMaxRGBA8ImageSize(const vk::DeviceInterface &vkd, vk::VkDevice device, in findMaxRGBA8ImageSize() 931 Memory::Memory(const vk::InstanceInterface &vki, const vk::DeviceInterface &vkd, vk::VkPhysicalDevi… in Memory() 947 …Context(const vk::InstanceInterface &vki, const vk::DeviceInterface &vkd, vk::VkPhysicalDevice phy… in Context() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSubpassDependencyTests.cpp | 144 void beginSecondaryCmdBuffer(const DeviceInterface &vkd, VkCommandBuffer secCmdBuffer, VkFormat col… in beginSecondaryCmdBuffer() 312 vector<SharedPtrVkImageView> createImageViews(const DeviceInterface &vkd, VkDevice device, in createImageViews() 336 Move<VkBuffer> createBuffer(const DeviceInterface &vkd, VkDevice device, VkFormat format, uint32_t … in createBuffer() 355 vector<SharedPtrVkDescriptorLayout> createDescriptorSetLayouts(const DeviceInterface &vkd, VkDevice… in createDescriptorSetLayouts() 384 vector<SharedPtrVkDescriptorPool> createDescriptorPools(const DeviceInterface &vkd, VkDevice device, in createDescriptorPools() 603 …ctor<SharedPtrVkSampler> ExternalDependencyTestInstance::createSamplers(const DeviceInterface &vkd, in createSamplers() 639 …const DeviceInterface &vkd, VkDevice device, vector<RenderPass> renderPassInfos, const RenderingTy… in createRenderPasses() 653 const DeviceInterface &vkd, VkDevice device, vector<SharedPtrVkRenderPass> &renderPasses, in createFramebuffers() 681 const DeviceInterface &vkd, VkDevice device, vector<SharedPtrVkDescriptorPool> &pools, in createDescriptorSets() 727 const DeviceInterface &vkd, VkDevice device, vector<SharedPtrVkRenderPass> &renderPasses, in createRenderPipelineLayouts() [all …]
|
H A D | vktRenderPassSparseRenderTargetTests.cpp | 127 Move<VkImageView> createImageView(const DeviceInterface &vkd, VkDevice device, VkImage image, VkFor… in createImageView() 135 Move<VkBuffer> createBuffer(const DeviceInterface &vkd, VkDevice device, VkFormat format, uint32_t … in createBuffer() 156 Move<VkRenderPass> createRenderPass(const DeviceInterface &vkd, VkDevice device, VkFormat dstFormat) in createRenderPass() 218 Move<VkRenderPass> createRenderPass(const DeviceInterface &vkd, VkDevice device, VkFormat dstFormat, in createRenderPass() 236 Move<VkFramebuffer> createFramebuffer(const DeviceInterface &vkd, VkDevice device, VkRenderPass ren… in createFramebuffer() 259 Move<VkPipelineLayout> createRenderPipelineLayout(const DeviceInterface &vkd, VkDevice device) in createRenderPipelineLayout() 274 Move<VkPipeline> createRenderPipeline(const DeviceInterface &vkd, VkDevice device, VkRenderPass ren… in createRenderPipeline() 332 void beginSecondaryCmdBuffer(const DeviceInterface &vkd, VkCommandBuffer cmdBuffer, VkFormat colorF… in beginSecondaryCmdBuffer() 464 const DeviceInterface &vkd(m_context.getDeviceInterface()); in iterateInternal() local 495 const DeviceInterface &vkd(m_context.getDeviceInterface()); in iterateInternalDynamicRendering() local
|
H A D | vktRenderPassMultisampleTests.cpp | 214 …ateImage(const InstanceInterface &vki, VkPhysicalDevice physicalDevice, const DeviceInterface &vkd, in createImage() 307 Move<VkImageView> createImageAttachmentView(const DeviceInterface &vkd, VkDevice device, VkImage im… in createImageAttachmentView() 315 Move<VkImageView> createSrcPrimaryInputImageView(const DeviceInterface &vkd, VkDevice device, VkIma… in createSrcPrimaryInputImageView() 329 Move<VkImageView> createSrcSecondaryInputImageView(const DeviceInterface &vkd, VkDevice device, VkI… in createSrcSecondaryInputImageView() 351 Move<VkBuffer> createBuffer(const DeviceInterface &vkd, VkDevice device, VkFormat format, uint32_t … in createBuffer() 395 … const DeviceInterface &vkd, VkDevice device, VkFormat format, in createMultisampleImages() 409 … const DeviceInterface &vkd, VkDevice device, VkFormat format, in createSingleSampleImages() 422 std::vector<de::SharedPtr<Allocation>> createImageMemory(const DeviceInterface &vkd, VkDevice devic… in createImageMemory() 433 std::vector<VkImageViewSp> createImageAttachmentViews(const DeviceInterface &vkd, VkDevice device, in createImageAttachmentViews() 446 std::vector<VkBufferSp> createBuffers(const DeviceInterface &vkd, VkDevice device, VkFormat format, in createBuffers() [all …]
|
H A D | vktRenderPassSampleReadTests.cpp | 118 …ateImage(const InstanceInterface &vki, VkPhysicalDevice physicalDevice, const DeviceInterface &vkd, in createImage() 149 Move<VkImageView> createImageView(const DeviceInterface &vkd, VkDevice device, VkImage image, VkFor… in createImageView() 180 Move<VkBuffer> createBuffer(const DeviceInterface &vkd, VkDevice device, VkFormat format, uint32_t … in createBuffer() 225 Move<VkRenderPass> createRenderPass(const DeviceInterface &vkd, VkDevice device, VkFormat srcFormat… in createRenderPass() 382 Move<VkRenderPass> createRenderPass(const DeviceInterface &vkd, VkDevice device, VkFormat srcFormat… in createRenderPass() 400 Move<VkFramebuffer> createFramebuffer(const DeviceInterface &vkd, VkDevice device, VkRenderPass ren… in createFramebuffer() 426 Move<VkDescriptorSetLayout> createSubpassDescriptorSetLayout(const DeviceInterface &vkd, VkDevice d… in createSubpassDescriptorSetLayout() 439 Move<VkDescriptorPool> createSubpassDescriptorPool(const DeviceInterface &vkd, VkDevice device) in createSubpassDescriptorPool() 453 Move<VkDescriptorSet> createSubpassDescriptorSet(const DeviceInterface &vkd, VkDevice device, VkRen… in createSubpassDescriptorSet() 694 const DeviceInterface &vkd(m_context.getDeviceInterface()); in iterateInternal() local
|
H A D | vktRenderPassMultisampleResolveTests.cpp | 279 const DeviceInterface &vkd = m_context.getDeviceInterface(); in createImage() local 358 const DeviceInterface &vkd = m_context.getDeviceInterface(); in createImageMemory() local 378 const DeviceInterface &vkd = m_context.getDeviceInterface(); in createImageViews() local 421 const DeviceInterface &vkd = m_context.getDeviceInterface(); in createBuffers() local 444 const DeviceInterface &vkd = m_context.getDeviceInterface(); in createBufferMemory() local 470 const DeviceInterface &vkd = m_context.getDeviceInterface(); in createFramebuffer() local 530 const DeviceInterface &vkd = m_context.getDeviceInterface(); in clearAttachments() local 732 const DeviceInterface &vkd = m_context.getDeviceInterface(); in drawCommands() local 747 const DeviceInterface &vkd(m_context.getDeviceInterface()); in submit() local 852 const DeviceInterface &vkd(m_context.getDeviceInterface()); in submitDynamicRendering() local [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkMemUtil.cpp | 67 HostPtr::HostPtr(const DeviceInterface &vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize o… in HostPtr() 102 void flushAlloc(const DeviceInterface &vkd, VkDevice device, const Allocation &alloc) in flushAlloc() 107 void invalidateAlloc(const DeviceInterface &vkd, VkDevice device, const Allocation &alloc) in invalidateAlloc() 277 MovePtr<Allocation> allocateExtended(const InstanceInterface &vki, const DeviceInterface &vkd, in allocateExtended() 302 de::MovePtr<Allocation> allocateDedicated(const InstanceInterface &vki, const DeviceInterface &vkd, in allocateDedicated() 317 de::MovePtr<Allocation> allocateDedicated(const InstanceInterface &vki, const DeviceInterface &vkd, in allocateDedicated() 332 void *mapMemory(const DeviceInterface &vkd, VkDevice device, VkDeviceMemory mem, VkDeviceSize offse… in mapMemory() 341 void flushMappedMemoryRange(const DeviceInterface &vkd, VkDevice device, VkDeviceMemory memory, VkD… in flushMappedMemoryRange() 349 void invalidateMappedMemoryRange(const DeviceInterface &vkd, VkDevice device, VkDeviceMemory memory, in invalidateMappedMemoryRange() 406 void bindImagePlanesMemory(const DeviceInterface &vkd, const VkDevice device, const VkImage image, in bindImagePlanesMemory()
|
H A D | vkWsiUtil.cpp | 488 std::vector<VkImage> getSwapchainImages(const DeviceInterface &vkd, VkDevice device, VkSwapchainKHR… in getSwapchainImages() 670 Move<VkRenderPass> WsiTriangleRenderer::createRenderPass(const DeviceInterface &vkd, const VkDevice… in createRenderPass() 727 Move<VkPipelineLayout> WsiTriangleRenderer::createPipelineLayout(const DeviceInterface &vkd, const … in createPipelineLayout() 747 Move<VkPipeline> WsiTriangleRenderer::createPipeline(const DeviceInterface &vkd, const VkDevice dev… in createPipeline() 773 Move<VkImageView> WsiTriangleRenderer::createAttachmentView(const DeviceInterface &vkd, const VkDev… in createAttachmentView() 796 Move<VkFramebuffer> WsiTriangleRenderer::createFramebuffer(const DeviceInterface &vkd, const VkDevi… in createFramebuffer() 816 Move<VkBuffer> WsiTriangleRenderer::createBuffer(const DeviceInterface &vkd, VkDevice device, VkDev… in createBuffer() 831 WsiTriangleRenderer::WsiTriangleRenderer(const DeviceInterface &vkd, const VkDevice device, Allocat… in WsiTriangleRenderer()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBarrierTests.cpp | 803 std::unique_ptr<BufferWithMemory> makeStd140Buffer(const DeviceInterface &vkd, VkDevice device, All… in makeStd140Buffer() 815 void fillStd140Buffer(const DeviceInterface &vkd, VkDevice device, const BufferWithMemory &buffer) in fillStd140Buffer() 830 void fillStd430Buffer(const DeviceInterface &vkd, VkDevice device, const BufferWithMemory &buffer) in fillStd430Buffer() 845 std::unique_ptr<BufferWithMemory> makeStd430BufferImpl(const DeviceInterface &vkd, VkDevice device,… in makeStd430BufferImpl() 859 std::unique_ptr<BufferWithMemory> makeStd430Buffer(const DeviceInterface &vkd, VkDevice device, All… in makeStd430Buffer() 865 std::unique_ptr<BufferWithMemory> makeStd430BufferFilled(const DeviceInterface &vkd, VkDevice devic… in makeStd430BufferFilled() 927 void updateDescriptorSet(const DeviceInterface &vkd, VkDevice device, VkCommandBuffer cmdBuffer, Al… in updateDescriptorSet() 988 void createComputePipeline(const DeviceInterface &vkd, VkDevice device, Context &context, const cha… in createComputePipeline() 1018 void useComputePipeline(const DeviceInterface &vkd, VkCommandBuffer cmdBuffer, StageData &stageData) in useComputePipeline() 1027 void createGraphicsPipelineObjects(const DeviceInterface &vkd, VkDevice device, Allocator &alloc, C… in createGraphicsPipelineObjects() [all …]
|
H A D | vktRayTracingProceduralGeometryTests.cpp | 67 de::MovePtr<DeviceDriver> vkd; member 180 const DeviceInterface &vkd = *m_customDevice.vkd; in iterate() local 326 const DeviceInterface &vkd = *m_customDevice.vkd; in clearBuffer() local 351 const DeviceInterface &vkd = *m_customDevice.vkd; in setupRayTracingPipeline() local 379 const DeviceInterface &vkd = *m_customDevice.vkd; in setupAccelerationStructures() local 435 const DeviceInterface &vkd = *m_customDevice.vkd; in setupRayTracingPipeline() local 465 const DeviceInterface &vkd = *m_customDevice.vkd; in setupAccelerationStructures() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageQueryTests.cpp | 146 Move<VkImage> createTestImage(const DeviceInterface &vkd, VkDevice device, VkFormat format, const U… in createTestImage() 170 Move<VkImageView> createImageView(const DeviceInterface &vkd, VkDevice device, VkImage image, VkFor… in createImageView() 218 TestImage::TestImage(const Context &context, const DeviceInterface &vkd, VkDevice device, Allocator… in TestImage() 253 Move<VkDescriptorSetLayout> createDescriptorSetLayout(const DeviceInterface &vkd, VkDevice device, … in createDescriptorSetLayout() 270 Move<VkDescriptorPool> createDescriptorPool(const DeviceInterface &vkd, VkDevice device, in createDescriptorPool() 288 Move<VkDescriptorSet> createDescriptorSet(const DeviceInterface &vkd, VkDevice device, VkDescriptor… in createDescriptorSet() 298 void bindImage(const DeviceInterface &vkd, VkDevice device, VkDescriptorSet descriptorSet, VkImageV… in bindImage() 335 const DeviceInterface &vkd = context.getDeviceInterface(); in testImageQuery() local 510 const DeviceInterface &vkd = context.getDeviceInterface(); in testImageQueryLod() local
|
H A D | vktYCbCrFormatTests.cpp | 69 Move<VkImage> createTestImage(const DeviceInterface &vkd, VkDevice device, VkFormat format, const U… in createTestImage() 94 Move<VkImageView> createImageView(const DeviceInterface &vkd, VkDevice device, VkImage image, VkFor… in createImageView() 118 Move<VkDescriptorSetLayout> createDescriptorSetLayout(const DeviceInterface &vkd, VkDevice device, … in createDescriptorSetLayout() 135 Move<VkDescriptorPool> createDescriptorPool(const DeviceInterface &vkd, VkDevice device, in createDescriptorPool() 153 Move<VkDescriptorSet> createDescriptorSet(const DeviceInterface &vkd, VkDevice device, VkDescriptor… in createDescriptorSet() 276 const DeviceInterface &vkd = context.getDeviceInterface(); in testFormat() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateASTests.cpp | 127 static VkStridedDeviceAddressRegionKHR makeStridedDeviceAddressRegion(const DeviceInterface &vkd, c… in makeStridedDeviceAddressRegion() 375 const DeviceInterface &vkd = m_context.getDeviceInterface(); in iterate() local 592 const DeviceInterface &vkd = context.getDeviceInterface(); in createAccelerationStructures() local 629 const DeviceInterface &vkd = context.getDeviceInterface(); in buildAccelerationStructures() local 1105 const DeviceInterface &vkd = m_context.getDeviceInterface(); in initVertexBuffer() local 1183 const DeviceInterface &vkd = m_context.getDeviceInterface(); in makeGraphicsPipeline() local 1200 const DeviceInterface &vkd = m_context.getDeviceInterface(); in initPipeline() local 1253 const DeviceInterface &vkd = m_context.getDeviceInterface(); in fillCommandBuffer() local 1348 const DeviceInterface &vkd = m_context.getDeviceInterface(); in initPipeline() local 1359 const DeviceInterface &vkd = m_context.getDeviceInterface(); in fillCommandBuffer() local [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 277 SimpleAllocation::SimpleAllocation(const vk::DeviceInterface &vkd, vk::VkDevice device, const vk::V… in SimpleAllocation() 485 vk::VkQueue getQueue(const vk::DeviceInterface &vkd, const vk::VkDevice device, uint32_t familyInde… in getQueue() 494 vk::Move<vk::VkCommandPool> createCommandPool(const vk::DeviceInterface &vkd, vk::VkDevice device, in createCommandPool() 504 vk::Move<vk::VkCommandBuffer> createCommandBuffer(const vk::DeviceInterface &vkd, vk::VkDevice devi… in createCommandBuffer() 515 vk::VkMemoryRequirements getMemoryRequirements(const vk::DeviceInterface &vkd, vk::VkDevice device,… in getMemoryRequirements() 552 vk::VkMemoryRequirements getMemoryRequirements(const vk::DeviceInterface &vkd, vk::VkDevice device,… in getMemoryRequirements() 589 Move<VkImage> createImage(const vk::DeviceInterface &vkd, vk::VkDevice device, const ResourceDescri… in createImage() 618 Move<VkBuffer> createBuffer(const vk::DeviceInterface &vkd, vk::VkDevice device, const vk::VkDevice… in createBuffer() 638 de::MovePtr<vk::Allocation> importAndBindMemory(const vk::DeviceInterface &vkd, vk::VkDevice device, in importAndBindMemory() 654 de::MovePtr<vk::Allocation> importAndBindMemory(const vk::DeviceInterface &vkd, vk::VkDevice device… in importAndBindMemory() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryBuiltinTests.cpp | 113 const DeviceInterface *vkd; member 727 const DeviceInterface &vkd = *env.vkd; in initVertexBuffer() local 861 const DeviceInterface &vkd = *env.vkd; in makeGraphicsPipeline() local 879 const DeviceInterface &vkd = *env.vkd; in initConfiguration() local 953 …const DeviceInterface &vkd … in fillCommandBuffer() local 1068 const DeviceInterface &vkd = *env.vkd; in initConfiguration() local 1092 …const DeviceInterface &vkd … in fillCommandBuffer() local 1424 const InstanceInterface &vki, const DeviceInterface &vkd, const VkDevice device, in createShaderBindingTable() 1447 const DeviceInterface &vkd = *env.vkd; in initConfiguration() local 1565 const DeviceInterface &vkd = *env.vkd; in fillCommandBuffer() local [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindPointTests.cpp | 294 Move<VkDescriptorSetLayout> makeSetLayout(const DeviceInterface &vkd, VkDevice device, VkShaderStag… in makeSetLayout() 306 void zeroOutAndFlush(const DeviceInterface &vkd, VkDevice device, BufferWithMemory &buffer, VkDevic… in zeroOutAndFlush() 315 void makePoolAndSet(const DeviceInterface &vkd, VkDevice device, VkDescriptorSetLayout layout, in makePoolAndSet() 324 void writeSetUpdate(const DeviceInterface &vkd, VkDevice device, VkBuffer buffer, VkDeviceSize offs… in writeSetUpdate() 334 Move<VkDescriptorUpdateTemplate> makeUpdateTemplate(const DeviceInterface &vkd, VkDevice device, in makeUpdateTemplate() 356 void pushBufferDescriptor(const DeviceInterface &vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoin… in pushBufferDescriptor() 375 void verifyBufferContents(const DeviceInterface &vkd, VkDevice device, const BufferWithMemory &buff… in verifyBufferContents() 398 void recordBufferBarrier(const DeviceInterface &vkd, VkCommandBuffer cmdBuffer, VkPipelineStageFlag… in recordBufferBarrier() 408 const auto &vkd = m_context.getDeviceInterface(); in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolPerformanceTests.cpp | 106 …ProfilingLockGuard(const DeviceInterface &vkd, const VkDevice device) : m_vkd(vkd), m_device(devic… in ProfilingLockGuard() 314 const DeviceInterface &vkd = m_context.getDeviceInterface(); in createQueryPool() local 407 const auto &vkd = m_context.getDeviceInterface(); in createResultsBuffer() local 426 const DeviceInterface &vkd = m_context.getDeviceInterface(); in verifyQueryResults() local 515 const DeviceInterface &vkd = m_context.getDeviceInterface(); in initStateObjects() local 659 const DeviceInterface &vkd = m_context.getDeviceInterface(); in iterate() local 784 const DeviceInterface &vkd = m_context.getDeviceInterface(); in iterate() local 923 const DeviceInterface &vkd = m_context.getDeviceInterface(); in initStateObjects() local 1035 const DeviceInterface &vkd = m_context.getDeviceInterface(); in iterate() local 1135 const DeviceInterface &vkd = m_context.getDeviceInterface(); in iterate() local
|