Home
last modified time | relevance | path

Searched refs:vkPhysicalDevice (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.cpp87 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestBuffer() local
102 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer()
159 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestImage() local
184 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
H A DvktApiBufferTests.cpp195 const VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); in bufferCreateAndAllocTest() local
201 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
202 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest()
406 const VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); in bufferCreateAndAllocTest() local
412 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
413 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest()
H A DvktApiBufferViewCreateTests.cpp218 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestBuffer() local
281 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in createTestBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.cpp83 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestBuffer() local
100 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer()
157 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestImage() local
182 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
H A DvktApiBufferTests.cpp197 const VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); in bufferCreateAndAllocTest() local
203 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
204 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest()
408 const VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); in bufferCreateAndAllocTest() local
414 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
415 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest()
H A DvktApiBufferViewCreateTests.cpp219 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestBuffer() local
282 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in createTestBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp87 const vk::VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); 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.cpp86 const vk::VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); 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.cpp269 const VkPhysicalDevice vkPhysicalDevice = ctx.getPhysicalDevice(); in selectMatchingMemoryType() local
273 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in selectMatchingMemoryType()
950 const VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); in iterate() local
952 vkInstance.getPhysicalDeviceProperties(vkPhysicalDevice, &properties); in iterate()
999 const VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); 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.cpp269 const VkPhysicalDevice vkPhysicalDevice = ctx.getPhysicalDevice(); in selectMatchingMemoryType() local
273 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in selectMatchingMemoryType()
950 const VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); in iterate() local
952 vkInstance.getPhysicalDeviceProperties(vkPhysicalDevice, &properties); in iterate()
999 const VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); in iterate() local
1001 vkInstance.getPhysicalDeviceProperties(vkPhysicalDevice, &properties); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp1387 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in checkSupport() local
1467 VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, vkPhysicalDevice, VK_FORMAT_R8G8B8A8_UNORM, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, colorImageUsage, colorImageCreateFlags)); in checkSupport()
1493 const VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); in FragmentDensityMapTestInstance() local
1496 SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), vkPhysicalDevice)); in FragmentDensityMapTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp1357 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in checkSupport() local
1426 VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, vkPhysicalDevice, VK_FORMAT_R8G8B8A8_UNORM, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, colorImageUsage, colorImageCreateFlags)); in checkSupport()
1452 const VkPhysicalDevice vkPhysicalDevice = m_context.getPhysicalDevice(); in FragmentDensityMapTestInstance() local
1455 SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), vkPhysicalDevice)); in FragmentDensityMapTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3008 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); 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.cpp3005 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); 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()

Completed in 36 milliseconds