Home
last modified time | relevance | path

Searched refs:vkInstance (Results 1 - 23 of 23) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceUtil.cpp148 deUint32 chooseDeviceIndex (const InstanceInterface& vkInstance, const VkInstance instance, const tcu::CommandLine& cmdLine) in chooseDeviceIndex() argument
150 const vector<VkPhysicalDevice> devices = enumeratePhysicalDevices(vkInstance, instance); in chooseDeviceIndex()
167 const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(vkInstance, devices[deviceNdx]); in chooseDeviceIndex()
179 VkPhysicalDevice chooseDevice (const InstanceInterface& vkInstance, const VkInstance instance, const tcu::CommandLine& cmdLine) in chooseDevice() argument
181 const vector<VkPhysicalDevice> devices = enumeratePhysicalDevices(vkInstance, instance); in chooseDevice()
186 const size_t deviceId = chooseDeviceIndex(vkInstance, instance, cmdLine); in chooseDevice()
H A DvkDeviceUtil.hpp55 deUint32 chooseDeviceIndex (const InstanceInterface& vkInstance,
59 VkPhysicalDevice chooseDevice (const InstanceInterface& vkInstance,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.cpp86 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer() local
102 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer()
157 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestImage() local
184 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
H A DvktApiBufferTests.cpp196 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in bufferCreateAndAllocTest() local
201 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
202 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest()
407 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in bufferCreateAndAllocTest() local
412 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
413 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest()
H A DvktApiBufferViewCreateTests.cpp216 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer() local
281 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in createTestBuffer()
H A DvktApiVersionCheck.cpp270 deUint32 findQueueFamilyIndex(const InstanceInterface& vkInstance, VkPhysicalDevice physicalDevice, VkQueueFlags requiredCaps) in findQueueFamilyIndex() argument
273 vkInstance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, DE_NULL); in findQueueFamilyIndex()
277 vkInstance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, &properties[0]); in findQueueFamilyIndex()
H A DvktApiDeviceInitializationTests.cpp1816 map<deUint32, VkQueueFamilyProperties> findQueueFamiliesWithCaps (const InstanceInterface& vkInstance, VkPhysicalDevice physicalDevice, VkQueueFlags requiredCaps) in findQueueFamiliesWithCaps() argument
1818 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice); in findQueueFamiliesWithCaps()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.cpp81 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer() local
100 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer()
155 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestImage() local
182 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
H A DvktApiBufferTests.cpp198 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in bufferCreateAndAllocTest() local
203 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
204 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest()
409 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in bufferCreateAndAllocTest() local
414 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
415 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest()
H A DvktApiVersionCheck.cpp266 deUint32 findQueueFamilyIndex(const InstanceInterface& vkInstance, VkPhysicalDevice physicalDevice, VkQueueFlags requiredCaps) in findQueueFamilyIndex() argument
269 vkInstance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, DE_NULL); in findQueueFamilyIndex()
273 vkInstance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, &properties[0]); in findQueueFamilyIndex()
H A DvktApiBufferViewCreateTests.cpp217 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer() local
282 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in createTestBuffer()
H A DvktApiDeviceInitializationTests.cpp1827 map<deUint32, VkQueueFamilyProperties> findQueueFamiliesWithCaps (const InstanceInterface& vkInstance, VkPhysicalDevice physicalDevice, VkQueueFlags requiredCaps) in findQueueFamiliesWithCaps() argument
1829 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice); in findQueueFamiliesWithCaps()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp86 const vk::InstanceInterface& vkInstance = m_context.getInstanceInterface(); in iterate() local
91 const float lineWidth = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits.lineWidthRange[1]; in iterate()
106 vk::VkImageFormatProperties imageFormatProperties(getPhysicalDeviceImageFormatProperties(vkInstance, vkPhysicalDevice, m_colorAttachmentFormat, vk::VK_IMAGE_TYPE_2D, vk::VK_IMAGE_TILING_OPTIMAL, vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT | vk::VK_IMAGE_USAGE_TRANSFER_DST_BIT, 0)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp85 const vk::InstanceInterface& vkInstance = m_context.getInstanceInterface(); in iterate() local
90 const float lineWidth = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits.lineWidthRange[1]; in iterate()
105 vk::VkImageFormatProperties imageFormatProperties(getPhysicalDeviceImageFormatProperties(vkInstance, vkPhysicalDevice, m_colorAttachmentFormat, vk::VK_IMAGE_TYPE_2D, vk::VK_IMAGE_TILING_OPTIMAL, vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT | vk::VK_IMAGE_USAGE_TRANSFER_DST_BIT, 0)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp270 const InstanceInterface& vkInstance = ctx.getInstanceInterface(); in selectMatchingMemoryType() local
273 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in selectMatchingMemoryType()
949 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in iterate() local
952 vkInstance.getPhysicalDeviceProperties(vkPhysicalDevice, &properties); in iterate()
998 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in iterate() local
1001 vkInstance.getPhysicalDeviceProperties(vkPhysicalDevice, &properties); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryBindingTests.cpp270 const InstanceInterface& vkInstance = ctx.getInstanceInterface(); in selectMatchingMemoryType() local
273 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in selectMatchingMemoryType()
949 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in iterate() local
952 vkInstance.getPhysicalDeviceProperties(vkPhysicalDevice, &properties); in iterate()
998 const InstanceInterface& vkInstance = m_context.getInstanceInterface(); in iterate() local
1001 vkInstance.getPhysicalDeviceProperties(vkPhysicalDevice, &properties); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.hpp238 deUint32 findQueueFamilyIndexWithCaps(const vk::InstanceInterface& vkInstance, vk::VkPhysicalDevice physicalDevice, vk::VkQueueFlags requiredCaps, vk::VkQueueFlags excludedCaps = 0u);
H A DvktTestCase.cpp398 deUint32 findQueueFamilyIndexWithCaps(const InstanceInterface& vkInstance, VkPhysicalDevice physicalDevice, VkQueueFlags requiredCaps, VkQueueFlags excludedCaps) in findQueueFamilyIndexWithCaps() argument
400 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice); in findQueueFamilyIndexWithCaps()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.cpp237 static deUint32 findQueueFamilyIndexWithCaps (const InstanceInterface& vkInstance, VkPhysicalDevice physicalDevice, VkQueueFlags requiredCaps) in findQueueFamilyIndexWithCaps() argument
239 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice); in findQueueFamilyIndexWithCaps()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3007 const InstanceInterface& vkInstance = context.getInstanceInterface(); in runAndVerifyDefaultPipeline() local
3111 vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getInputType().getVkFormat(), &formatProperties); in runAndVerifyDefaultPipeline()
3120 vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getOutputType().getVkFormat(), &formatProperties); in runAndVerifyDefaultPipeline()
3305 requireFormatUsageSupport(vkInstance, vkPhysicalDevice, imageParams.format, imageParams.tiling, imageParams.usage); in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3004 const InstanceInterface& vkInstance = context.getInstanceInterface(); in runAndVerifyDefaultPipeline() local
3108 vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getInputType().getVkFormat(), &formatProperties); in runAndVerifyDefaultPipeline()
3117 vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getOutputType().getVkFormat(), &formatProperties); in runAndVerifyDefaultPipeline()
3302 requireFormatUsageSupport(vkInstance, vkPhysicalDevice, imageParams.format, imageParams.tiling, imageParams.usage); in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp62 deUint32 findQueueFamilyIndexWithCaps (const InstanceInterface& vkInstance, VkPhysicalDevice physicalDevice, VkQueueFlags requiredCaps) in findQueueFamilyIndexWithCaps() argument
64 const std::vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice); in findQueueFamilyIndexWithCaps()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp167 deUint32 findQueueFamilyIndexWithCaps (const InstanceInterface& vkInstance, VkPhysicalDevice physicalDevice, VkQueueFlags requiredCaps) in findQueueFamilyIndexWithCaps() argument
169 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice); in findQueueFamilyIndexWithCaps()

Completed in 47 milliseconds