Home
last modified time | relevance | path

Searched defs:deviceInterface (Results 1 – 20 of 20) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp359 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in iterate() local
491 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in prepareResources() local
530 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in prepareDescriptors() local
559 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in commandsBeforeCompute() local
575 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in commandsAfterCompute() local
630 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in prepareResources() local
643 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in prepareDescriptors() local
668 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in commandsAfterCompute() local
DvktImageAtomicOperationTests.cpp454 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in iterate() local
624 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in prepareDescriptors() local
647 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in commandsAfterCompute() local
771 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in prepareResources() local
812 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in prepareDescriptors() local
838 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in commandsBeforeCompute() local
854 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in commandsAfterCompute() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp402 void createCommandBuffer (const DeviceInterface& deviceInterface, const VkDevice device, const deUi… in createCommandBuffer()
422 void createFences (const DeviceInterface& deviceInterface, VkDevice device, bool signaled, deUint32… in createFences()
436 void destroyFences (const DeviceInterface& deviceInterface, VkDevice device, deUint32 numFences, Vk… in destroyFences()
461 void recordRenderPass (const DeviceInterface& deviceInterface, const RenderInfo& renderInfo) in recordRenderPass()
606 const DeviceInterface& deviceInterface = testContext.vkd; in generateWork() local
996 const DeviceInterface& deviceInterface = context.getDeviceInterface(); in testFences() local
1110 const DeviceDriver deviceInterface (instanceInterface, *device); in testSemaphores() local
1230 const DeviceInterface& deviceInterface = context.getDeviceInterface(); in testEvents() local
DvktSynchronizationInternallySynchronizedObjectsTests.cpp163 const DeviceInterface& deviceInterface = context.getDeviceInterface(); in createAllocator() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp208 …nstanceInterface, const VkPhysicalDevice physicalDevice, const DeviceInterface& deviceInterface, c… in createAllocator()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp122 const DeviceInterface& deviceInterface = getDeviceInterface(); in iterate() local
DvktSparseResourcesBufferSparseResidency.cpp165 const DeviceInterface& deviceInterface = getDeviceInterface(); in iterate() local
DvktSparseResourcesBufferMemoryAliasing.cpp181 const DeviceInterface& deviceInterface = getDeviceInterface(); in iterate() local
DvktSparseResourcesImageSparseBinding.cpp148 const DeviceInterface& deviceInterface = getDeviceInterface(); in iterate() local
DvktSparseResourcesShaderIntrinsicsStorage.cpp350 const DeviceInterface& deviceInterface = getDeviceInterface(); in recordCommands() local
DvktSparseResourcesShaderIntrinsicsBase.cpp281 const DeviceInterface& deviceInterface = getDeviceInterface(); in iterate() local
DvktSparseResourcesMipmapSparseResidency.cpp158 const DeviceInterface& deviceInterface = getDeviceInterface(); in iterate() local
DvktSparseResourcesShaderIntrinsicsSampled.cpp640 const DeviceInterface& deviceInterface = getDeviceInterface(); in recordCommands() local
DvktSparseResourcesImageSparseResidency.cpp223 const DeviceInterface& deviceInterface = getDeviceInterface(); in iterate() local
DvktSparseResourcesImageMemoryAliasing.cpp210 const DeviceInterface& deviceInterface = getDeviceInterface(); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolve.cpp43 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in iterate() local
DvktPipelineMultisampleShaderBuiltInTests.cpp618 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in createMSPassDescSetLayout() local
633 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in createMSPassDescSet() local
DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp115 const DeviceInterface& deviceInterface = m_context.getDeviceInterface(); in iterate() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp222 Move<VkShaderModule> createShaderModule (const DeviceInterface& deviceInterface, VkDevice device, c… in createShaderModule()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp63 MemoryMappingRAII (const DeviceInterface& deviceInterface, in MemoryMappingRAII()