HomeSort by relevance Sort by last modified time
    Searched defs:vki (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferComputeInstance.cpp 43 const DeviceInterface& vki = context.getDeviceInterface(); local
61 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo));
63 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer);
66 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset()));
79 flushMappedMemoryRange(vki, device, allocation->getMemory(), allocation->getOffset(), bufferSize);
88 const DeviceInterface& vki = context.getDeviceInterface(); local
96 return builder.build(vki, device);
101 const DeviceInterface& vki = context.getDeviceInterface(); local
107 .build(vki, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1);
119 const DeviceInterface& vki = context.getDeviceInterface() local
    [all...]
vktApiObjectManagementTests.cpp 483 InstanceDriver vki; member in struct:vkt::api::__anon8871::Device::Resources
489 , vki (env.vkp, *instance.object)
494 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(vki, *instance.object);
503 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vki, physicalDevice);
555 return createDevice(res.vki, res.physicalDevice, &deviceInfo, env.allocationCallbacks);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 324 const InstanceInterface& vki = context.getInstanceInterface(); local
325 const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physicalDevice);
vktMemoryMappingTests.cpp 324 const InstanceInterface& vki = context.getInstanceInterface(); local
326 const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physicalDevice);
914 const InstanceInterface& vki = context.getInstanceInterface(); local
915 const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physicalDevice);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 124 const InstanceDriver vki; member in struct:vkt::wsi::__anon9052::InstanceHelper
133 , vki (context.getPlatformInterface(), *instance)
190 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window));
203 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki,
249 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki,
285 deUint32 getNumQueueFamilies (const InstanceInterface& vki, VkPhysicalDevice physicalDevice)
289 vki.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numFamilies, DE_NULL);
301 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window));
302 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(instHelper.vki, *instHelper.instance);
310 const deUint32 numQueueFamilies = getNumQueueFamilies(instHelper.vki, physicalDevice)
    [all...]
vktWsiSwapchainTests.cpp 111 Move<VkDevice> createDeviceWithWsi (const InstanceInterface& vki,
151 return createDevice(vki, physicalDevice, &deviceParams, pAllocator);
154 deUint32 getNumQueueFamilyIndices (const InstanceInterface& vki, VkPhysicalDevice physicalDevice)
158 vki.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numFamilies, DE_NULL);
163 vector<deUint32> getSupportedQueueFamilyIndices (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkSurfaceKHR surface)
165 const deUint32 numTotalFamilyIndices = getNumQueueFamilyIndices(vki, physicalDevice);
170 if (getPhysicalDeviceSurfaceSupport(vki, physicalDevice, queueFamilyNdx, surface) != VK_FALSE)
177 deUint32 chooseQueueFamilyIndex (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkSurfaceKHR surface)
179 const vector<deUint32> supportedFamilyIndices = getSupportedQueueFamilyIndices(vki, physicalDevice, surface);
191 const InstanceDriver vki; member in struct:vkt::wsi::__anon9054::InstanceHelper
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp 826 const InstanceInterface& vki = m_context.getInstanceInterface(); local
    [all...]

Completed in 376 milliseconds