Home
last modified time | relevance | path

Searched refs:getDeviceInterface (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
49 context.getDeviceInterface().destroyBufferView(context.getDevice(), bufferView, pAllocator); in release()
54 context.getDeviceInterface().destroyCommandPool(context.getDevice(), commandPool, pAllocator); in release()
59 …context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator… in release()
64 …context.getDeviceInterface().destroyDescriptorSetLayout(context.getDevice(), descriptorSetLayout, … in release()
69 context.getDeviceInterface().destroyDevice(device, pAllocator); in release()
74 context.getDeviceInterface().destroyEvent(context.getDevice(), event, pAllocator); in release()
79 context.getDeviceInterface().destroyFence(context.getDevice(), fence, pAllocator); in release()
84 context.getDeviceInterface().destroyFramebuffer(context.getDevice(), framebuffer, pAllocator); in release()
89 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
[all …]
DvktApiBufferComputeInstance.cpp44 const DeviceInterface& vki = context.getDeviceInterface(); in createDataBuffer()
91 const DeviceInterface& vki = context.getDeviceInterface(); in createColorDataBuffer()
135 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorSetLayout()
148 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorPool()
164 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorSet()
201 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorSet()
DvktApiBufferAndImageAllocationUtil.cpp50 const DeviceInterface& vk = context.getDeviceInterface(); in createTestBuffer()
84 const DeviceInterface& vk = context.getDeviceInterface(); in createTestBuffer()
114 const DeviceInterface& vk = context.getDeviceInterface(); in createTestImage()
158 const DeviceInterface& vk = context.getDeviceInterface(); in createTestImage()
DvktApiCommandBuffersTests.cpp94 , m_vkd (context.getDeviceInterface()) in CommandBufferBareTestEnvironment()
347 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolNullParamsTest()
358 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolNonNullAllocatorTest()
378 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolTransientBitTest()
397 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolResetBitTest()
416 const DeviceInterface& vk = context.getDeviceInterface(); in resetPoolReleaseResourcesBitTest()
437 const DeviceInterface& vk = context.getDeviceInterface(); in resetPoolNoFlagsTest()
481 const DeviceInterface& vk = context.getDeviceInterface(); in resetPoolReuseTest()
532 const DeviceInterface& vk = context.getDeviceInterface(); in allocatePrimaryBufferTest()
562 const DeviceInterface& vk = context.getDeviceInterface(); in allocateManyPrimaryBuffersTest()
[all …]
DvktApiGetMemoryCommitment.cpp121 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate()
384 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate()
453 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createCommandPool()
462 const DeviceInterface& vkd = m_context.getDeviceInterface(); in allocatePrimaryCommandBuffer()
488 const DeviceInterface& vkd = m_context.getDeviceInterface(); in isDeviceMemoryCommitmentOk()
DvktApiFillBufferTests.cpp92 const DeviceInterface& vk = context.getDeviceInterface(); in FillWholeBufferTestInstance()
104 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
218 const DeviceInterface& vk = context.getDeviceInterface(); in FillBufferTestInstance()
243 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
296 const DeviceInterface& vk = m_context.getDeviceInterface(); in uploadBuffer()
385 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp807 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in SampleReadTestInstance()
808 …, m_srcImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(), contex… in SampleReadTestInstance()
809 …, m_srcImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_srcImag… in SampleReadTestInstance()
810 …, m_srcInputImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_src… in SampleReadTestInstance()
811 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in SampleReadTestInstance()
812 …, m_dstMultisampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice()… in SampleReadTestInstance()
813 …, m_dstMultisampleImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *… in SampleReadTestInstance()
814 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in SampleReadTestInstance()
815 …, m_dstSinglesampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(… in SampleReadTestInstance()
816 …, m_dstSinglesampleImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *… in SampleReadTestInstance()
[all …]
DvktRenderPassSparseRenderTargetTests.cpp446 , m_bindSemaphore (createSemaphore(context.getDeviceInterface(), context.getDevice())) in SparseRenderTargetTestInstance()
447 …, m_dstImage (createSparseImageAndMemory(context.getDeviceInterface(), context.getDevice(), con… in SparseRenderTargetTestInstance()
448 …, m_dstImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_dstImage… in SparseRenderTargetTestInstance()
449 …, m_dstBuffer (createBuffer(context.getDeviceInterface(), context.getDevice(), m_format, m_widt… in SparseRenderTargetTestInstance()
450 …, m_dstBufferMemory (createBufferMemory(context.getDeviceInterface(), context.getDevice(), conte… in SparseRenderTargetTestInstance()
451 …, m_renderPass (createRenderPass(context.getDeviceInterface(), context.getDevice(), m_format, t… in SparseRenderTargetTestInstance()
452 …, m_framebuffer (createFramebuffer(context.getDeviceInterface(), context.getDevice(), *m_render… in SparseRenderTargetTestInstance()
453 …, m_renderPipelineLayout (createRenderPipelineLayout(context.getDeviceInterface(), context.getDevi… in SparseRenderTargetTestInstance()
454 …, m_renderPipeline (createRenderPipeline(context.getDeviceInterface(), context.getDevice(), *m_r… in SparseRenderTargetTestInstance()
455 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in SparseRenderTargetTestInstance()
[all …]
DvktRenderPassMultisampleTests.cpp1354 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in MultisampleRenderPassTestInstance()
1355 …, m_srcImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(), contex… in MultisampleRenderPassTestInstance()
1356 …, m_srcImageView (createImageAttachmentView(context.getDeviceInterface(), context.getDevice(), … in MultisampleRenderPassTestInstance()
1357 …, m_srcPrimaryInputImageView (createSrcPrimaryInputImageView(context.getDeviceInterface(), context… in MultisampleRenderPassTestInstance()
1358 …, m_srcSecondaryInputImageView (createSrcSecondaryInputImageView(context.getDeviceInterface(), con… in MultisampleRenderPassTestInstance()
1360 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in MultisampleRenderPassTestInstance()
1361 …, m_dstMultisampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice()… in MultisampleRenderPassTestInstance()
1362 …, m_dstMultisampleImageViews (createImageAttachmentViews(context.getDeviceInterface(), context.get… in MultisampleRenderPassTestInstance()
1364 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in MultisampleRenderPassTestInstance()
1365 …, m_dstSinglesampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(… in MultisampleRenderPassTestInstance()
[all …]
DvktDynamicRenderingTests.cpp759 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
853 const DeviceInterface& vk = m_context.getDeviceInterface(); in initialize()
978 const DeviceInterface& vk = m_context.getDeviceInterface(); in createCmdBuffer()
994 const DeviceInterface& vk = m_context.getDeviceInterface(); in rendering()
1088 const DeviceInterface& vk = m_context.getDeviceInterface(); in preBarier()
1148 const DeviceInterface& vk = m_context.getDeviceInterface(); in beginRenderingKHR()
1243 const DeviceInterface& vk = m_context.getDeviceInterface(); in copyImgToBuff()
1277 const DeviceInterface& vk = m_context.getDeviceInterface(); in verifyResults()
1376 const DeviceInterface& vk = m_context.getDeviceInterface(); in rendering()
1504 const DeviceInterface& vk = m_context.getDeviceInterface(); in TwoPrimaryCmdBufferResuming()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp443 const DeviceInterface& vk = ctx.getDeviceInterface(); in createBindingTargets()
460 const DeviceInterface& vk = ctx.getDeviceInterface(); in createBindingTargets()
485 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory()
512 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory()
538 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory()
566 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory()
601 const DeviceInterface& vk = ctx.getDeviceInterface(); in makeBinding()
621 const DeviceInterface& vk = ctx.getDeviceInterface(); in makeBinding()
644 const DeviceInterface& vk = ctx.getDeviceInterface(); in fillUpResource()
670 const DeviceInterface& vk = ctx.getDeviceInterface(); in fillUpResource()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp196 const DeviceInterface& vk = m_context.getDeviceInterface(); in bindShaderStage()
228 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildPipeline()
435 const DeviceInterface& vk = context.getDeviceInterface(); in createBufferAndBindMemory()
467 const DeviceInterface& vk = context.getDeviceInterface(); in createImage2DAndBindMemory()
542 const DeviceInterface& vk = m_context.getDeviceInterface(); in CacheTestInstance()
573 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
793 const DeviceInterface& vk = m_context.getDeviceInterface(); in GraphicsCacheTestInstance()
1016 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareRenderPass()
1036 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareCommandBuffer()
1054 const DeviceInterface& vk = m_context.getDeviceInterface(); in verifyTestResult()
[all …]
DvktPipelineTimestampTests.cpp467 const DeviceInterface& vk = m_context.getDeviceInterface(); in bindShaderStage()
491 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildPipeline()
753 const DeviceInterface& vk = context.getDeviceInterface(); in TimestampTestInstance()
800 const DeviceInterface& vk = m_context.getDeviceInterface(); in configCommandBuffer()
818 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
905 const DeviceInterface& vk = m_context.getDeviceInterface(); in createBufferAndBindMemory()
940 const DeviceInterface& vk = m_context.getDeviceInterface(); in createImage2DAndBindMemory()
1167 const DeviceInterface& vk = context.getDeviceInterface();
1354 const DeviceInterface& vk = m_context.getDeviceInterface(); in getCalibratedTimestamps()
1405 const DeviceInterface& vk = m_context.getDeviceInterface(); in runTest()
[all …]
DvktPipelineDepthRangeUnrestrictedTests.cpp307 const DeviceInterface& vk = context.getDeviceInterface(); in createBufferAndBindMemory()
339 const DeviceInterface& vk = context.getDeviceInterface(); in createImage2DAndBindMemory()
506 const DeviceInterface& vk = m_context.getDeviceInterface(); in bindShaderStage()
538 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildPipeline()
748 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareRenderPass()
781 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareCommandBuffer()
802 const DeviceInterface& vk = m_context.getDeviceInterface(); in DepthRangeUnrestrictedTestInstance()
991 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
1004 const DeviceInterface& vk = m_context.getDeviceInterface(); in verifyTestResult()
1191 const DeviceInterface& vk = m_context.getDeviceInterface(); in DepthBoundsRangeUnrestrictedTestInstance()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPhysicalStorageBufferPointerTests.cpp167 const DeviceInterface& vki = m_context.getDeviceInterface(); in Buffer()
206 const DeviceInterface& vki = m_context.getDeviceInterface(); in getDeviceAddress()
226 const DeviceInterface& vki = m_context.getDeviceInterface(); in flush()
233 const DeviceInterface& vki = m_context.getDeviceInterface(); in invalidate()
304 const DeviceInterface& vki = m_context.getDeviceInterface(); in Image()
346 const DeviceInterface& vki = m_context.getDeviceInterface(); in createRenderPass()
400 const DeviceInterface& vki = m_context.getDeviceInterface(); in createFramebuffer()
408 const DeviceInterface& vki = m_context.getDeviceInterface(); in downloadAfterDraw()
779 const DeviceInterface& vk = m_context.getDeviceInterface(); in createGraphicsPipeline()
845 const DeviceInterface& vki = m_context.getDeviceInterface(); in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp748 …m_shaderModules[shaderType] = vk::createShaderModule(context.getDeviceInterface(), context.getDevi… in PipelineProgram()
769 return vk::createBuffer(context.getDeviceInterface(), context.getDevice(), &params); in createBuffer()
794 return vk::createImage(context.getDeviceInterface(), context.getDevice(), &params); in createImage2D()
817 return vk::createImageView(context.getDeviceInterface(), context.getDevice(), &params); in createAttachmentView()
881 return vk::createRenderPass(context.getDeviceInterface(), context.getDevice(), &renderPassParams); in createRenderPass()
905 .build(context.getDeviceInterface(), context.getDevice()); in createDescriptorSetLayout()
921 return vk::createPipelineLayout(context.getDeviceInterface(), context.getDevice(), &params); in createPipelineLayout()
1106 …return vk::makeGraphicsPipeline(context.getDeviceInterface(), // const DeviceInterface& … in createPipeline()
1147 …return vk::createFramebuffer(context.getDeviceInterface(), context.getDevice(), &framebufferParams… in createFramebuffer()
1154 …return vk::createCommandPool(context.getDeviceInterface(), context.getDevice(), (vk::VkCommandPool… in createCommandPool()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicFenceTests.cpp50 const DeviceInterface& vk = context.getDeviceInterface(); in basicOneFenceCase()
110 const auto& vkd = context.getDeviceInterface(); in basicSignaledCase()
148 const DeviceInterface& vk = context.getDeviceInterface(); in basicMultiFenceCase()
221 const DeviceInterface& vk = context.getDeviceInterface(); in emptySubmitCase()
250 const DeviceInterface& vk = context.getDeviceInterface(); in basicMultiFenceWaitAllFalseCase()
DvktSynchronizationNoneStageTests.cpp91 const DeviceInterface& vk = context.getDeviceInterface(); in create()
134 const DeviceInterface& vk = context.getDeviceInterface(); in create()
267 , m_alloc (m_context.getDeviceInterface(),
455 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildVertexBuffer()
534 …return vk::createRenderPass2(m_context.getDeviceInterface(), m_context.getDevice(), &renderPassInf… in buildBasicRenderPass()
616 …return vk::createRenderPass2(m_context.getDeviceInterface(), m_context.getDevice(), &renderPassInf… in buildComplexRenderPass()
621 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildImageView()
641 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildFramebuffer()
665 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildSampler()
694 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildDescriptorSetLayout()
[all …]
DvktSynchronizationOperation.cpp126 const DeviceInterface& vk = context.getDeviceInterface(); in VertexGrid()
236 const DeviceInterface& vk = context.getDeviceInterface(); in getHostBufferData()
252 const DeviceInterface& vk = context.getDeviceInterface(); in setHostBufferData()
518 const DeviceInterface& vk = m_context.getDeviceInterface(); in recordCommands()
641 const DeviceInterface& vk = m_context.getDeviceInterface(); in Implementation()
660 const DeviceInterface& vk = m_context.getDeviceInterface(); in recordCommands()
795 const DeviceInterface& vk = m_context.getDeviceInterface(); in recordCommands()
898 const DeviceInterface& vk = m_context.getDeviceInterface(); in ImplementationBase()
922 const DeviceInterface& vk = m_context.getDeviceInterface(); in recordCommands()
1112 const DeviceInterface& vk = m_context.getDeviceInterface(); in recordCopyCommand()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp280 const DeviceInterface& vk = m_context.getDeviceInterface(); in SizeTestInstance()
294 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
368 const DeviceInterface& vk = m_context.getDeviceInterface(); in ImageSizeTestInstance()
382 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors()
410 const DeviceInterface& vk = m_context.getDeviceInterface(); in commandBeforeCompute()
444 const DeviceInterface& vk = m_context.getDeviceInterface(); in BufferSizeTestInstance()
459 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors()
DvktImageLoadStoreTests.cpp342 const DeviceInterface& vk = context.getDeviceInterface(); in commandImageWriteBarrierBetweenShaderInvocations()
355 const DeviceInterface& vk = context.getDeviceInterface(); in commandBufferWriteBarrierBeforeHostRead()
372 const DeviceInterface& vk = context.getDeviceInterface(); in commandCopyImageToBuffer()
400 const DeviceInterface& vk = context.getDeviceInterface(); in commandCopyMipmapImageToBuffer()
653 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
756 const DeviceInterface& vk = m_context.getDeviceInterface(); in StoreTestInstance()
770 const DeviceInterface& vk = m_context.getDeviceInterface(); in verifyResult()
827 const DeviceInterface& vk = m_context.getDeviceInterface(); in ImageStoreTestInstance()
863 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors()
900 const DeviceInterface& vk = m_context.getDeviceInterface(); in commandBindDescriptorsForLayer()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp274 const vk::DeviceInterface& vk = context.getDeviceInterface(); in createImage2D()
324 const vk::DeviceInterface& vk = context.getDeviceInterface(); in makeBuffer()
371 return vk::createImageView(context.getDeviceInterface(), context.getDevice(), &params); in createImageView()
377 const vk::DeviceInterface& vk = context.getDeviceInterface(); in createRenderPass()
386 const vk::DeviceInterface& vk = context.getDeviceInterface(); in createFramebuffer()
418 return vk::createPipelineLayout(context.getDeviceInterface(), context.getDevice(), &params); in createPipelineLayout()
445 const vk::DeviceInterface& vk = context.getDeviceInterface(); in queueSubmit()
611 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in clearImage()
684 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in uploadImage()
793 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in copyToProtectedImage()
DvktProtectedMemContext.hpp56 const vk::DeviceInterface& getDeviceInterface (void) const { return m_deviceDriver; } in getDeviceInterface() function in vkt::ProtectedMem::ProtectedContext
79 return new vk::SimpleAllocator(getDeviceInterface(), getDevice(), memoryProperties); in createAllocator()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp645 const DeviceInterface& vk = getDeviceInterface(); in SparseBufferTestInstance()
698getDeviceInterface(), getDevice(), getAllocator(), m_universalQueue.queueFamilyIndex, descriptorSe… in draw()
701 …renderer->draw(getDeviceInterface(), getDevice(), m_universalQueue.queueHandle, *this, useDeviceGr… in draw()
706 invalidateAlloc(getDeviceInterface(), getDevice(), *m_colorBufferAlloc); in isResultImageCorrect()
827 const DeviceInterface& vk = getDeviceInterface(); in rendererDraw()
838 const DeviceInterface& vk = getDeviceInterface(); in iterate()
1140 const DeviceInterface& vk = getDeviceInterface(); in createResources()
1174 const DeviceInterface& vk = getDeviceInterface(); in iterate()
1282 const DeviceInterface& vk = getDeviceInterface(); in rendererDraw()
1326 const DeviceInterface& vk = getDeviceInterface(); in rendererDraw()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingProceduralGeometryTests.cpp111 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate()
230 const DeviceInterface& vkd = m_context.getDeviceInterface(); in clearBuffer()
256 const DeviceInterface& vkd = m_context.getDeviceInterface(); in setupRayTracingPipeline()
277 const DeviceInterface& vkd = m_context.getDeviceInterface(); in setupAccelerationStructures()
339 const DeviceInterface& vkd = m_context.getDeviceInterface(); in setupRayTracingPipeline()
361 const DeviceInterface& vkd = m_context.getDeviceInterface(); in setupAccelerationStructures()

12345678910>>...12