Searched refs:logicalDevice (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 336 vk::Move<vk::VkDevice> logicalDevice; in basicMultiQueueCase() local 426 …logicalDevice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled()… in basicMultiQueueCase() 431 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, queueReqNdx, &queues[queue… in basicMultiQueueCase() 433 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, 0u, &queues[queueReqNdx].q… in basicMultiQueueCase() 436 semaphore = (createTestSemaphore(context, vk, *logicalDevice, config)); in basicMultiQueueCase() 437 …cmdPool[FIRST] = (createCommandPool(vk, *logicalDevice, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFF… in basicMultiQueueCase() 438 …cmdPool[SECOND] = (createCommandPool(vk, *logicalDevice, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUF… in basicMultiQueueCase() 439 cmdBuffer[FIRST] = (makeCommandBuffer(vk, *logicalDevice, *cmdPool[FIRST])); in basicMultiQueueCase() 440 cmdBuffer[SECOND] = (makeCommandBuffer(vk, *logicalDevice, *cmdPool[SECOND])); in basicMultiQueueCase() 447 fence[FIRST] = (createFence(vk, *logicalDevice)); in basicMultiQueueCase() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 3042 vk::Move<vk::VkDevice> logicalDevice; in iterate() local 3104 …logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled… in iterate() 3109 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, queueReqNdx, &queues[queue… in iterate() 3111 …vk.getDeviceQueue(*logicalDevice, queues[queueReqNdx].queueFamilyIndex, 0u, &queues[queueReqNdx].q… in iterate() 3117 SimpleAllocator *allocator = new SimpleAllocator(vk, *logicalDevice, memoryProperties); in iterate() 3119 …const Buffer buffer1(vk, *logicalDevice, *allocator, makeBufferCreateInfo(bufferSizeBytes, VK_BUFF… in iterate() 3120 …const Buffer buffer2(vk, *logicalDevice, *allocator, makeBufferCreateInfo(bufferSizeBytes, VK_BUFF… in iterate() 3142 flushAlloc(vk, *logicalDevice, bufferAllocation1); in iterate() 3143 flushAlloc(vk, *logicalDevice, bufferAllocation2); in iterate() 3151 .build(vk, *logicalDevice)); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMarkerTests.cpp | 72 Move<VkDevice> logicalDevice; member 160 …wd.logicalDevice = createCustomDevice(useValidation, vkp, instance, instanceDriver, physicalDevice… in createDeviceWithExtension() 161 wd.deviceDriver = MovePtr<DeviceDriver>(new DeviceDriver(vkp, instance, *wd.logicalDevice)); in createDeviceWithExtension() 162 …wd.allocator = MovePtr<Allocator>(new SimpleAllocator(*wd.deviceDriver, *wd.logicalDevice, getPhy… in createDeviceWithExtension() 164 wd.queue = getDeviceQueue(*wd.deviceDriver, *wd.logicalDevice, wd.queueFamilyIdx, 0u); in createDeviceWithExtension() 291 const VkDevice device(*wd.logicalDevice); in bufferMarkerSequential() 346 const VkDevice device(*wd.logicalDevice); in bufferMarkerOverwrite() 467 const VkDevice device(*wd.logicalDevice); in bufferMarkerMemoryDep()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 228 …ImageAttachment (VkDevice logicalDevice, DeviceInterface& device, Allocator& allocator, const VkEx… 243 ImageAttachment::ImageAttachment (VkDevice logicalDevice, DeviceInterface& device, Allocator& alloc… in ImageAttachment() argument 252 m_image = createImage(device, logicalDevice, &colorAttachmentImageInfo); in ImageAttachment() 253 …m_allocationImage = allocator.allocate(getImageMemoryRequirements(device, logicalDevice, *m_ima… in ImageAttachment() 254 …VK_CHECK(device.bindImageMemory(logicalDevice, *m_image, m_allocationImage->getMemory(), m_allocat… in ImageAttachment() 255 …m_imageView = makeImageView(device, logicalDevice, *m_image, VK_IMAGE_VIEW_TYPE_2D_ARRAY, col… in ImageAttachment()
|