Lines Matching defs:device
340 TCU_THROW(NotSupportedError, "buffer device address not supported");
984 const VkDevice device = m_context.getDevice();
1134 vk, device, allocator, makeBufferCreateInfo(bufferSizes[i], VK_BUFFER_USAGE_STORAGE_BUFFER_BIT|VK_BUFFER_USAGE_TRANSFER_DST_BIT|VK_BUFFER_USAGE_TRANSFER_SRC_BIT|
1141 vk, device, allocator, makeBufferCreateInfo(bufferSizes[i], VK_BUFFER_USAGE_STORAGE_BUFFER_BIT|VK_BUFFER_USAGE_TRANSFER_DST_BIT|VK_BUFFER_USAGE_TRANSFER_SRC_BIT|
1167 vk::Unique<vk::VkDescriptorSetLayout> descriptorSetLayout(layoutBuilder.build(vk, device));
1171 .build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u));
1172 vk::Unique<vk::VkDescriptorSet> descriptorSet (makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout));
1187 VkDeviceAddress addr = vk.getBufferDeviceAddress(device, &info);
1205 setUpdateBuilder.update(vk, device);
1310 flushAlloc(vk, device, buffers[0]->getAllocation());
1311 flushAlloc(vk, device, buffers[1]->getAllocation());
1312 flushAlloc(vk, device, buffers[2]->getAllocation());
1313 flushAlloc(vk, device, buffers[3]->getAllocation());
1315 ComputePipelineWrapper pipeline(vk, device, m_data.computePipelineConstructionType, m_context.getBinaryCollection().get("test"));
1322 Move<VkCommandPool> cmdPool = createCommandPool(vk, device, 0, m_context.getUniversalQueueFamilyIndex());
1323 Move<VkCommandBuffer> cmdBuffer = allocateCommandBuffer(vk, device, *cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY);
1334 submitCommandsAndWait(vk, device, queue, cmdBuffer.get());
1336 invalidateAlloc(vk, device, buffers[3]->getAllocation());