HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceInterface (Results 26 - 50 of 147) sorted by null

12 3 4 5 6

  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 1014 const vk::DeviceInterface& getDeviceInterface (void) const { return m_vkd; }
    [all...]
vktMemoryAllocationTests.cpp 139 const vk::DeviceInterface& getDeviceInterface (void) { return m_useDeviceGroups ? *m_deviceDriver : m_context.getDeviceInterface(); }
244 const DeviceInterface& vkd = getDeviceInterface();
468 , m_allocSysMemSize (computeDeviceMemorySystemMemFootprint(getDeviceInterface(), context.getDevice())
510 const DeviceInterface& vkd = getDeviceInterface();
527 const DeviceInterface& vkd = getDeviceInterface();
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 831 , m_multisampleImages (createMultisampleImages(context.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), m_format, m_sampleCount, m_width, m_height))
832 , m_multisampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(), context.getDefaultAllocator(), m_multisampleImages))
833 , m_multisampleImageViews (createImageViews(context.getDeviceInterface(), context.getDevice(), m_multisampleImages, m_format, VK_IMAGE_ASPECT_COLOR_BIT))
835 , m_singlesampleImages (createSingleSampleImages(context.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), m_format, m_width, m_height))
836 , m_singlesampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(), context.getDefaultAllocator(), m_singlesampleImages))
837 , m_singlesampleImageViews (createImageViews(context.getDeviceInterface(), context.getDevice(), m_singlesampleImages, m_format, VK_IMAGE_ASPECT_COLOR_BIT))
839 , m_renderPass (createRenderPass(context.getDeviceInterface(), context.getDevice(), m_format, m_sampleCount))
840 , m_framebuffer (createFramebuffer(context.getDeviceInterface(), context.getDevice(), *m_renderPass, m_multisampleImageViews, m_singlesampleImageViews, m_width, m_height))
842 , m_renderPipelineLayout (createRenderPipelineLayout(context.getDeviceInterface(), context.getDevice()))
843 , m_renderPipeline (createRenderPipeline(context.getDeviceInterface(), context.getDevice(), *m_renderPass, *m_renderPipelineLayout, context.getBinaryCollection(), m_w (…)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGetMemoryCommitment.cpp 108 const DeviceInterface& vkd = m_context.getDeviceInterface();
605 const DeviceInterface& vkd = m_context.getDeviceInterface();
705 const DeviceInterface& vkd = m_context.getDeviceInterface();
714 const DeviceInterface& vkd = m_context.getDeviceInterface();
740 const DeviceInterface& vkd = m_context.getDeviceInterface();
vktApiBufferViewCreateTests.cpp 137 const DeviceInterface& vk = context.getDeviceInterface();
207 const DeviceInterface& vk = context.getDeviceInterface();
321 const DeviceInterface& vk = m_context.getDeviceInterface();
vktApiBufferTests.cpp 128 const DeviceInterface& getDeviceInterface (void) const
134 return m_context.getDeviceInterface();
308 const DeviceInterface& vk = getDeviceInterface();
518 const DeviceInterface& vk = getDeviceInterface();
vktApiSmokeTests.cpp 65 const DeviceInterface& vk = context.getDeviceInterface();
112 const DeviceInterface& vk = context.getDeviceInterface();
333 const DeviceInterface& vk = context.getDeviceInterface();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
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...]
vktTestCase.cpp 345 const DeviceInterface& getDeviceInterface (void) const { return m_deviceInterface; }
417 return new SimpleAllocator(device->getDeviceInterface(), device->getDevice(), memoryProperties);
451 const vk::DeviceInterface& Context::getDeviceInterface (void) const { return m_device->getDeviceInterface(); }
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemUtils.cpp 281 const vk::DeviceInterface& vk = context.getDeviceInterface();
330 const vk::DeviceInterface& vk = context.getDeviceInterface();
376 return vk::createImageView(context.getDeviceInterface(), context.getDevice(), &params);
382 const vk::DeviceInterface& vk = context.getDeviceInterface();
437 const vk::DeviceInterface& vk = context.getDeviceInterface();
469 return vk::createPipelineLayout(context.getDeviceInterface(), context.getDevice(), &params);
509 const vk::DeviceInterface& vk = context.getDeviceInterface();
vktProtectedMemImageValidator.cpp 134 const vk::DeviceInterface& vk = ctx.getDeviceInterface();
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolStatisticsTests.cpp 268 const DeviceInterface& vk = m_context.getDeviceInterface();
323 const DeviceInterface& vk = m_context.getDeviceInterface();
440 const DeviceInterface& vk = m_context.getDeviceInterface();
535 const DeviceInterface& vk = m_context.getDeviceInterface();
598 const DeviceInterface& vk = m_context.getDeviceInterface();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktAtomicOperationTests.cpp 104 : m_vkd (context.getDeviceInterface())
106 , m_buffer (createBuffer (context.getDeviceInterface(),
110 , m_allocation (allocateAndBindMemory (context.getDeviceInterface(),
386 const DeviceInterface& vkd = m_context.getDeviceInterface();
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 206 const DeviceInterface& getDeviceInterface (void) const
278 , m_opContext (new OperationContext(context, pipelineCacheData, m_queues->getDeviceInterface(), m_queues->getDevice(), m_queues->getAllocator()))
304 const DeviceInterface& vk = m_opContext->getDeviceInterface();
401 const DeviceInterface& vk = m_opContext->getDeviceInterface();
vktSynchronizationOperationSingleQueueTests.cpp 78 const DeviceInterface& vk = m_context.getDeviceInterface();
133 const DeviceInterface& vk = m_context.getDeviceInterface();
188 const DeviceInterface& vk = m_context.getDeviceInterface();
270 const DeviceInterface& vk = m_context.getDeviceInterface();
vktSynchronizationBasicSemaphoreTests.cpp 48 const DeviceInterface& vk = context.getDeviceInterface();
112 const DeviceInterface& vk = context.getDeviceInterface();
vktSynchronizationOperation.hpp 133 const vk::DeviceInterface& getDeviceInterface (void) const { return m_vk; }
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationInvarianceTests.cpp 593 , m_vertexBuffer (m_context.getDeviceInterface(), m_context.getDevice(), m_context.getDefaultAllocator(),
597 , m_resultBuffer (m_context.getDeviceInterface(), m_context.getDevice(), m_context.getDefaultAllocator(),
601 .build(m_context.getDeviceInterface(), m_context.getDevice()))
604 .build(m_context.getDeviceInterface(), m_context.getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u))
605 , m_descriptorSet (makeDescriptorSet(m_context.getDeviceInterface(), m_context.getDevice(), *m_descriptorPool, *m_descriptorSetLayout))
606 , m_renderPass (makeRenderPassWithoutAttachments (m_context.getDeviceInterface(), m_context.getDevice()))
607 , m_framebuffer (makeFramebufferWithoutAttachments(m_context.getDeviceInterface(), m_context.getDevice(), *m_renderPass))
608 , m_pipelineLayout (makePipelineLayout (m_context.getDeviceInterface(), m_context.getDevice(), *m_descriptorSetLayout))
609 , m_cmdPool (makeCommandPool (m_context.getDeviceInterface(), m_context.getDevice(), m_context.getUniversalQueueFamilyIndex()))
610 , m_cmdBuffer (allocateCommandBuffer (m_context.getDeviceInterface(), m_context.getDevice(), *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 454 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
624 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
647 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
771 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
812 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 564 const DeviceInterface& vk = context.getDeviceInterface();
596 const DeviceInterface& vk = context.getDeviceInterface();
720 const DeviceInterface& vk = context.getDeviceInterface();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessUtil.cpp 229 const DeviceInterface& vk = context.getDeviceInterface();
278 const DeviceInterface& vk = context.getDeviceInterface();
678 const DeviceInterface& vk = context.getDeviceInterface();
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 36 , m_vk (context.getDeviceInterface())
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp 302 const DeviceInterface& vkd = m_context.getDeviceInterface();
379 const DeviceInterface& vkd = m_context.getDeviceInterface();
426 const DeviceInterface& vkd = m_context.getDeviceInterface();
    [all...]

Completed in 399 milliseconds

12 3 4 5 6