HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceInterface (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp 44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator);
49 context.getDeviceInterface().destroyBufferView(context.getDevice(), bufferView, pAllocator);
54 context.getDeviceInterface().destroyCommandPool(context.getDevice(), commandPool, pAllocator);
59 context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator);
64 context.getDeviceInterface().destroyDescriptorSetLayout(context.getDevice(), descriptorSetLayout, pAllocator);
69 context.getDeviceInterface().destroyDevice(device, pAllocator);
74 context.getDeviceInterface().destroyEvent(context.getDevice(), event, pAllocator);
79 context.getDeviceInterface().destroyFence(context.getDevice(), fence, pAllocator);
84 context.getDeviceInterface().destroyFramebuffer(context.getDevice(), framebuffer, pAllocator);
89 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator)
    [all...]
vktApiBufferComputeInstance.cpp 44 const DeviceInterface& vki = context.getDeviceInterface();
91 const DeviceInterface& vki = context.getDeviceInterface();
135 const DeviceInterface& vki = context.getDeviceInterface();
148 const DeviceInterface& vki = context.getDeviceInterface();
164 const DeviceInterface& vki = context.getDeviceInterface();
201 const DeviceInterface& vki = context.getDeviceInterface();
vktApiGranularityTests.cpp 160 const DeviceInterface& vk = m_context.getDeviceInterface();
240 const DeviceInterface& vk = m_context.getDeviceInterface();
339 const DeviceInterface& vk = m_context.getDeviceInterface();
363 const DeviceInterface& vk = m_context.getDeviceInterface();
371 const DeviceInterface& vk = m_context.getDeviceInterface();
vktApiCommandBuffersTests.cpp 86 , m_vkd (context.getDeviceInterface())
503 const DeviceInterface& vk = context.getDeviceInterface();
522 const DeviceInterface& vk = context.getDeviceInterface();
542 const DeviceInterface& vk = context.getDeviceInterface();
561 const DeviceInterface& vk = context.getDeviceInterface();
580 const DeviceInterface& vk = context.getDeviceInterface();
601 const DeviceInterface& vk = context.getDeviceInterface();
683 const DeviceInterface& vk = context.getDeviceInterface();
734 const DeviceInterface& vk = context.getDeviceInterface();
764 const DeviceInterface& vk = context.getDeviceInterface();
    [all...]
vktApiFillBufferTests.cpp 95 const DeviceInterface& vk = context.getDeviceInterface();
170 const DeviceInterface& vk = m_context.getDeviceInterface();
239 const DeviceInterface& vk = m_context.getDeviceInterface();
321 const DeviceInterface& vk = m_context.getDeviceInterface();
vktApiDescriptorPoolTests.cpp 56 const DeviceInterface& vkd = context.getDeviceInterface();
148 const DeviceInterface& vkd = context.getDeviceInterface();
vktApiBufferTests.cpp 104 const DeviceInterface& getDeviceInterface (void) const
109 return m_context.getDeviceInterface();
214 const DeviceInterface& vk = getDeviceInterface();
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 68 const vk::DeviceInterface& getDeviceInterface (void) const { return *m_deviceDriver; }
vktSparseResourcesBufferTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicEventTests.cpp 46 const DeviceInterface& vk = context.getDeviceInterface();
82 const DeviceInterface& vk = context.getDeviceInterface();
133 const DeviceInterface& vk = context.getDeviceInterface();
186 const DeviceInterface& vk = context.getDeviceInterface();
238 const DeviceInterface& vk = context.getDeviceInterface();
306 const DeviceInterface& vk = context.getDeviceInterface();
vktSynchronizationBasicFenceTests.cpp 45 const DeviceInterface& vk = context.getDeviceInterface();
103 const DeviceInterface& vk = context.getDeviceInterface();
164 const DeviceInterface& vk = context.getDeviceInterface();
vktSynchronizationOperation.cpp 92 const DeviceInterface& vk = context.getDeviceInterface();
198 const DeviceInterface& vk = context.getDeviceInterface();
488 const DeviceInterface& vk = m_context.getDeviceInterface();
573 const DeviceInterface& vk = m_context.getDeviceInterface();
592 const DeviceInterface& vk = m_context.getDeviceInterface();
678 const DeviceInterface& vk = m_context.getDeviceInterface();
702 const DeviceInterface& vk = m_context.getDeviceInterface();
836 const DeviceInterface& vk = m_context.getDeviceInterface();
880 const DeviceInterface& vk = m_context.getDeviceInterface();
962 const DeviceInterface& vk = context.getDeviceInterface();
    [all...]
vktSynchronizationInternallySynchronizedObjectsTests.cpp 163 const DeviceInterface& deviceInterface = context.getDeviceInterface();
191 const DeviceInterface& vk = context.getDeviceInterface();
275 const DeviceInterface& vk = context.getDeviceInterface();
324 const DeviceInterface& vk = context.getDeviceInterface();
398 const DeviceInterface& vk = context.getDeviceInterface();
611 const DeviceInterface& vk = m_context.getDeviceInterface();
641 const DeviceInterface& vk = m_context.getDeviceInterface();
669 const DeviceInterface& vk = m_context.getDeviceInterface();
712 const DeviceInterface& vk = m_context.getDeviceInterface();
780 const DeviceInterface& vk = m_context.getDeviceInterface();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 208 const DeviceInterface& getDeviceInterface (void) const { return m_deviceInterface; }
275 return new SimpleAllocator(device->getDeviceInterface(), device->getDevice(), memoryProperties);
303 const vk::DeviceInterface& Context::getDeviceInterface (void) const { return m_device->getDeviceInterface(); }
vktTestCase.hpp 71 const vk::DeviceInterface& getDeviceInterface (void) const;
vktShaderLibrary.cpp 745 m_shaderModules[shaderType] = vk::createShaderModule(context.getDeviceInterface(), context.getDevice(),
792 return vk::createBuffer(context.getDeviceInterface(), context.getDevice(), &params);
817 return vk::createImage(context.getDeviceInterface(), context.getDevice(), &params);
840 return vk::createImageView(context.getDeviceInterface(), context.getDevice(), &params);
894 return vk::createRenderPass(context.getDeviceInterface(), context.getDevice(), &renderPassParams);
918 .build(context.getDeviceInterface(), context.getDevice());
934 return vk::createPipelineLayout(context.getDeviceInterface(), context.getDevice(), &params);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 260 const DeviceInterface& vk = context.getDeviceInterface();
273 const DeviceInterface& vk = context.getDeviceInterface();
290 const DeviceInterface& vk = context.getDeviceInterface();
437 const DeviceInterface& vk = m_context.getDeviceInterface();
502 const DeviceInterface& vk = m_context.getDeviceInterface();
516 const DeviceInterface& vk = m_context.getDeviceInterface();
569 const DeviceInterface& vk = m_context.getDeviceInterface();
605 const DeviceInterface& vk = m_context.getDeviceInterface();
642 const DeviceInterface& vk = m_context.getDeviceInterface();
663 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();
491 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
530 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
559 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
575 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
630 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
643 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
668 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
vktImageAtomicOperationTests.cpp 445 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
615 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
638 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
748 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
789 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
815 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
831 const DeviceInterface& deviceInterface = m_context.getDeviceInterface()
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp 189 const DeviceInterface& vk = m_context.getDeviceInterface();
221 const DeviceInterface& vk = m_context.getDeviceInterface();
439 const DeviceInterface& vk = context.getDeviceInterface();
471 const DeviceInterface& vk = context.getDeviceInterface();
548 const DeviceInterface& vk = m_context.getDeviceInterface();
612 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/query_pool/
vktQueryPoolOcclusionTests.cpp 323 m_stateObjects = new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL, m_testVector.primitiveTopology);
326 const vk::DeviceInterface& vk = m_context.getDeviceInterface();
354 const vk::DeviceInterface& vk = m_context.getDeviceInterface();
365 const vk::DeviceInterface& vk = m_context.getDeviceInterface();
570 const vk::DeviceInterface& vk = m_context.getDeviceInterface();
575 m_stateObjects = new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWCALL + NUM_VERTICES_IN_PARTIALLY_OCCLUDED_DRAWCALL + NUM_VERTICES_IN_OCCLUDER_DRAWCALL, m_testVector.primitiveTopology);
619 const vk::DeviceInterface& vk = m_context.getDeviceInterface();
627 const vk::DeviceInterface& vk = m_context.getDeviceInterface();
778 const vk::DeviceInterface& vk = m_context.getDeviceInterface();
803 const vk::DeviceInterface& vk = m_context.getDeviceInterface();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicClass.cpp 68 const DeviceInterface& vk = m_context.getDeviceInterface();
212 const DeviceInterface& vk = m_context.getDeviceInterface();
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 1047 const vk::DeviceInterface& getDeviceInterface (void) const { return m_vkd; }
    [all...]

Completed in 929 milliseconds

1 2 3 4 5