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

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferAndImageAllocationUtil.cpp 85 const InstanceInterface& vkInstance = context.getInstanceInterface();
104 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement);
160 const InstanceInterface& vkInstance = context.getInstanceInterface();
186 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement);
vktApiBufferViewCreateTests.cpp 204 const InstanceInterface& vkInstance = context.getInstanceInterface();
269 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties);
vktApiBufferTests.cpp 166 static deUint32 findQueueFamilyIndexWithCaps (const InstanceInterface& vkInstance,
171 queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice);
306 const InstanceInterface& vkInstance = getInstanceInterface();
311 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice);
312 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits;
516 const InstanceInterface& vkInstance = getInstanceInterface();
521 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice);
522 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits;
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryBindingTests.cpp 243 const InstanceInterface& vkInstance = ctx.getInstanceInterface();
246 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]

Completed in 926 milliseconds