Home
last modified time | relevance | path

Searched refs:physDevice (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp43 …anceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice … in bindImageDedicated() argument
45 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); in bindImageDedicated()
50 …anceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice … in bindBufferDedicated() argument
52 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, buffer, requirement)); in bindBufferDedicated()
DvktPipelineRenderToImageTests.cpp177 const VkPhysicalDevice& physDevice, in bindBuffer() argument
193 return bindBufferDedicated(vki, vkd, physDevice, device, buffer, requirement); in bindBuffer()
205 const VkPhysicalDevice& physDevice, in bindImage() argument
221 return bindImageDedicated(vki, vkd, physDevice, device, image, requirement); in bindImage()
650 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in getMemoryTypeNdx() local
652 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in getMemoryTypeNdx()
670 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in getMaxDeviceHeapSize() local
671 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in getMaxDeviceHeapSize()
706 bool isDepthStencilFormatSupported (const InstanceInterface& vki, const VkPhysicalDevice physDevice in isDepthStencilFormatSupported() argument
708 const VkFormatProperties properties = getPhysicalDeviceFormatProperties(vki, physDevice, format); in isDepthStencilFormatSupported()
[all …]
DvktPipelineMakeUtil.hpp38 …rface& vki, const vk::DeviceInterface& vkd, const vk::VkPhysicalDevice physDevice, const vk::VkDev…
39 …rface& vki, const vk::DeviceInterface& vkd, const vk::VkPhysicalDevice physDevice, const vk::VkDev…
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMakeUtil.cpp43 …anceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice … in bindImageDedicated() argument
45 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); in bindImageDedicated()
50 …anceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice … in bindBufferDedicated() argument
52 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, buffer, requirement)); in bindBufferDedicated()
DvktPipelineRenderToImageTests.cpp177 const VkPhysicalDevice& physDevice, in bindBuffer() argument
193 return bindBufferDedicated(vki, vkd, physDevice, device, buffer, requirement); in bindBuffer()
205 const VkPhysicalDevice& physDevice, in bindImage() argument
221 return bindImageDedicated(vki, vkd, physDevice, device, image, requirement); in bindImage()
650 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in getMemoryTypeNdx() local
652 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in getMemoryTypeNdx()
670 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in getMaxDeviceHeapSize() local
671 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in getMaxDeviceHeapSize()
706 bool isDepthStencilFormatSupported (const InstanceInterface& vki, const VkPhysicalDevice physDevice in isDepthStencilFormatSupported() argument
708 const VkFormatProperties properties = getPhysicalDeviceFormatProperties(vki, physDevice, format); in isDepthStencilFormatSupported()
[all …]
DvktPipelineMakeUtil.hpp38 …rface& vki, const vk::DeviceInterface& vkd, const vk::VkPhysicalDevice physDevice, const vk::VkDev…
39 …rface& vki, const vk::DeviceInterface& vkd, const vk::VkPhysicalDevice physDevice, const vk::VkDev…
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp125 const VkPhysicalDevice& physDevice, in allocateImage() argument
143 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()
155 const VkPhysicalDevice& physDevice, in allocateBuffer() argument
173 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer()
359 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in setup() local
413 checkImageSupport(vki, physDevice, imageParams); in setup()
426 …m_imageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkDevice… in setup()
524 checkImageSupport(vki, physDevice, colorImageParams); in setup()
544 …m_colorImageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkD… in setup()
781 …m_vertexBufferAlloc = allocateBuffer(vki, vk, physDevice, vkDevice, *m_vertexBuffer, MemoryRequire… in setup()
[all …]
/third_party/skia/src/gpu/vk/
DGrVkExtensions.cpp65 VkPhysicalDevice physDevice) { in getSpecVersions() argument
98 if (physDevice == VK_NULL_HANDLE) { in getSpecVersions()
106 res = grVkEnumerateDeviceExtensionProperties(physDevice, nullptr, &extensionCount, nullptr); in getSpecVersions()
111 res = grVkEnumerateDeviceExtensionProperties(physDevice, nullptr, &extensionCount, extensions); in getSpecVersions()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationLimitsTests.cpp76 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in deviceLimitsTestCase() local
77 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in deviceLimitsTestCase()
82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
DvktTessellationGeometryPointSizeTests.cpp72 void checkPointSizeRequirements (const InstanceInterface& vki, const VkPhysicalDevice physDevice, c… in checkPointSizeRequirements() argument
74 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in checkPointSizeRequirements()
292 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in test() local
294 …requireFeatures (vki, physDevice, FEATURE_TESSELLATION_SHADER | FEATURE_GEOMETRY_SHADER … in test()
295 checkPointSizeRequirements(vki, physDevice, expectedPointSize); in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationLimitsTests.cpp76 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in deviceLimitsTestCase() local
77 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in deviceLimitsTestCase()
82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
DvktTessellationGeometryPointSizeTests.cpp72 void checkPointSizeRequirements (const InstanceInterface& vki, const VkPhysicalDevice physDevice, c… in checkPointSizeRequirements() argument
74 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in checkPointSizeRequirements()
292 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in test() local
294 …requireFeatures (vki, physDevice, FEATURE_TESSELLATION_SHADER | FEATURE_GEOMETRY_SHADER … in test()
295 checkPointSizeRequirements(vki, physDevice, expectedPointSize); in test()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp258 const VkPhysicalDevice& physDevice, in allocateExtended() argument
264 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in allocateExtended()
287 const VkPhysicalDevice& physDevice, in allocateDedicated() argument
301 …return allocateExtended(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedA… in allocateDedicated()
306 const VkPhysicalDevice& physDevice, in allocateDedicated() argument
320 …return allocateExtended(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedA… in allocateDedicated()
DvkMemUtil.hpp155 …nceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice …
156 …nceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice …
157 …nceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice …
DvkWsiUtil.cpp187 VkPhysicalDevice physDevice = chooseDevice(vki, instance, cmdLine); in createDisplaySurface() local
193 …VK_CHECK_SUPPORTED(vki.getPhysicalDeviceDisplayPlanePropertiesKHR(physDevice, &planeCount, DE_NULL… in createDisplaySurface()
196 …VK_CHECK_SUPPORTED(vki.getPhysicalDeviceDisplayPlanePropertiesKHR(physDevice, &planeCount, &planeP… in createDisplaySurface()
202 …VK_CHECK_SUPPORTED(vki.getDisplayPlaneSupportedDisplaysKHR(physDevice, i, &supportedDisplayCount, … in createDisplaySurface()
205 …VK_CHECK_SUPPORTED(vki.getDisplayPlaneSupportedDisplaysKHR(physDevice, i, &supportedDisplayCount, … in createDisplaySurface()
225 …VK_CHECK_SUPPORTED(vki.getDisplayModePropertiesKHR(physDevice, display, &displayModeCount, DE_NULL… in createDisplaySurface()
230 …VK_CHECK_SUPPORTED(vki.getDisplayModePropertiesKHR(physDevice, display, &displayModeCount, &displa… in createDisplaySurface()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
DDisplayVkWin32.cpp108 VkPhysicalDevice physDevice = mRenderer->getPhysicalDevice(); in initialize() local
116 if (vkGetPhysicalDeviceSurfaceFormatsKHR(physDevice, surfaceVk, &surfaceFormatCount, nullptr) != in initialize()
122 if (vkGetPhysicalDeviceSurfaceFormatsKHR(physDevice, surfaceVk, &surfaceFormatCount, in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceDrmPropertiesTests.cpp84 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testDeviceDrmProperties() local
97 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testDeviceDrmProperties()
DvktApiDriverPropertiesTests.cpp182 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testQueryProperties() local
195 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testQueryProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDeviceDrmPropertiesTests.cpp84 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testDeviceDrmProperties() local
97 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testDeviceDrmProperties()
DvktApiDriverPropertiesTests.cpp182 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testQueryProperties() local
195 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testQueryProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.cpp104 …mBufferChunkSize (const InstanceInterface& vki, const VkPhysicalDevice physDevice, VkDeviceSize mi… in getOptimalUniformBufferChunkSize() argument
106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageLoadStoreUtil.cpp104 …mBufferChunkSize (const InstanceInterface& vki, const VkPhysicalDevice physDevice, VkDeviceSize mi… in getOptimalUniformBufferChunkSize() argument
106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp259 vk::VkPhysicalDevice physDevice = vk::chooseDevice(vki, instance, cmdLine); in initializeDisplay() local
274 vki.getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in initializeDisplay()
313 VK_CHECK_SUPPORTED(vki.getDrmDisplayEXT(physDevice, fd, connectorId, display)); in initializeDisplay()
318 VK_CHECK_SUPPORTED(vki.acquireDrmDisplayEXT(physDevice, fd, m_native)); in initializeDisplay()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderLimitTests.cpp224 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in createInstance() local
225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLimitTests.cpp224 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in createInstance() local
225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()

12345