/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.cpp | 43 …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()
|
D | vktPipelineMakeUtil.hpp | 38 …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…
|
D | vktPipelineRenderToImageTests.cpp | 177 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 …]
|
D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 125 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() 795 …m_vertexBufferAlloc = allocateBuffer(vki, vk, physDevice, vkDevice, *m_vertexBuffer, MemoryRequire… in setup() [all …]
|
D | vktPipelineImageSamplingInstance.cpp | 55 const VkPhysicalDevice& physDevice, in allocateBuffer() argument 73 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer() 85 const VkPhysicalDevice& physDevice, in allocateImage() argument 103 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage() 383 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in setup() local 510 …m_imageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkDevice… in setup() 615 …m_colorImageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkD… in setup() 834 …m_vertexBufferAlloc = allocateBuffer(vki, vk, physDevice, vkDevice, *m_vertexBuffer, MemoryRequire… in setup()
|
/external/skia/src/gpu/vk/ |
D | VulkanExtensions.cpp | 65 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()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 76 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()
|
D | vktTessellationGeometryPointSizeTests.cpp | 72 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()
|
/external/angle/src/libANGLE/renderer/vulkan/win32/ |
D | DisplayVkWin32.cpp | 109 VkPhysicalDevice physDevice = mRenderer->getPhysicalDevice(); in initialize() local 117 if (vkGetPhysicalDeviceSurfaceFormatsKHR(physDevice, surfaceVk, &surfaceFormatCount, nullptr) != in initialize() 123 if (vkGetPhysicalDeviceSurfaceFormatsKHR(physDevice, surfaceVk, &surfaceFormatCount, in initialize()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 258 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()
|
D | vkMemUtil.hpp | 155 …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 …
|
D | vkWsiUtil.cpp | 178 VkPhysicalDevice physDevice = chooseDevice(vki, instance, cmdLine); in createDisplaySurface() local 184 …VK_CHECK_SUPPORTED(vki.getPhysicalDeviceDisplayPlanePropertiesKHR(physDevice, &planeCount, DE_NULL… in createDisplaySurface() 187 …VK_CHECK_SUPPORTED(vki.getPhysicalDeviceDisplayPlanePropertiesKHR(physDevice, &planeCount, &planeP… in createDisplaySurface() 193 …VK_CHECK_SUPPORTED(vki.getDisplayPlaneSupportedDisplaysKHR(physDevice, i, &supportedDisplayCount, … in createDisplaySurface() 196 …VK_CHECK_SUPPORTED(vki.getDisplayPlaneSupportedDisplaysKHR(physDevice, i, &supportedDisplayCount, … in createDisplaySurface() 216 …VK_CHECK_SUPPORTED(vki.getDisplayModePropertiesKHR(physDevice, display, &displayModeCount, DE_NULL… in createDisplaySurface() 221 …VK_CHECK_SUPPORTED(vki.getDisplayModePropertiesKHR(physDevice, display, &displayModeCount, &displa… in createDisplaySurface()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceDrmPropertiesTests.cpp | 84 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testDeviceDrmProperties() local 97 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testDeviceDrmProperties()
|
D | vktApiDriverPropertiesTests.cpp | 184 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testQueryProperties() local 197 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testQueryProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreUtil.cpp | 104 …mBufferChunkSize (const InstanceInterface& vki, const VkPhysicalDevice physDevice, VkDeviceSize mi… in getOptimalUniformBufferChunkSize() argument 106 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
|
D | vktImageLoadStoreUtil.hpp | 74 …hunkSize (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physDevice, vk::VkDeviceSiz…
|
/external/deqp/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 277 vk::VkPhysicalDevice physDevice = vk::chooseDevice(vki, instance, cmdLine); in initializeDisplay() local 292 vki.getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in initializeDisplay() 331 VK_CHECK_SUPPORTED(vki.getDrmDisplayEXT(physDevice, fd, connectorId, display)); in initializeDisplay() 336 VK_CHECK_SUPPORTED(vki.acquireDrmDisplayEXT(physDevice, fd, m_native)); in initializeDisplay()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLimitTests.cpp | 224 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in createInstance() local 225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsOcclusionQueryTests.cpp | 299 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in iterate() local 334 ? pickSupportedDepthStencilFormat(vki, physDevice) in iterate() 669 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in checkSupport() local 676 ? pickSupportedDepthStencilFormat(vki, physDevice) in checkSupport() 689 …vki.getPhysicalDeviceImageFormatProperties(physDevice, testFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TILI… in checkSupport()
|
D | vktFragmentOperationsEarlyFragmentTests.cpp | 368 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in iterate() local 392 …t = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_AR… in iterate() 667 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in iterate() local 692 …t = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_AR… in iterate() 1356 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in iterate() local 1375 …t = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_AR… in iterate() 1385 …vki.getPhysicalDeviceImageFormatProperties(physDevice, colorFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TIL… in iterate() 1389 …vki.getPhysicalDeviceImageFormatProperties(physDevice, depthStencilFormat, VK_IMAGE_TYPE_2D, VK_IM… in iterate() 2543 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in checkSupport() local 2549 …vki.getPhysicalDeviceImageFormatProperties(physDevice, colorFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TIL… in checkSupport() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 375 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in execTest() local 377 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in execTest() 378 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in execTest() 852 const VkPhysicalDevice physDevice, 1031 …Context& context, const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkImageCr… in isImageSupported() argument 1071 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in isImageSupported() 1171 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physDevice, inf… in isImageSupported() 1180 …physDevice, info.format, info.imageType, info.tiling, info.usage, info.flags, &imageFormatProperti… in isImageSupported() 1193 …if ((info.flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT) && !checkSparseImageFormatSupport(physDevice… in isImageSupported() 1498 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in execTest() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.cpp | 466 VkBool32 checkPointSize (const InstanceInterface& vki, const VkPhysicalDevice physDevice) in checkPointSize() argument 468 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkPointSize()
|
D | vktGeometryLayeredRenderingTests.cpp | 170 const VkPhysicalDevice& physDevice, in checkImageFormatProperties() argument 184 …result = vki.getPhysicalDeviceImageFormatProperties(physDevice, format, imageType, imageTiling, im… in checkImageFormatProperties() 1225 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in test() local 1229 …VkDeviceSize nonCoherentAtomSize = vk::getPhysicalDeviceProperties(vki, physDevice).limits.no… in test() 1290 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testLayeredReadBack() local 1294 …VkDeviceSize nonCoherentAtomSize = vk::getPhysicalDeviceProperties(vki, physDevice).limits.no… in testLayeredReadBack() 1324 …checkImageFormatProperties(vki, physDevice, imageType, VK_IMAGE_TILING_OPTIMAL, dsImageUsage, imag… in testLayeredReadBack() 1573 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testSecondaryCmdBuffer() local 1577 …VkDeviceSize nonCoherentAtomSize = vk::getPhysicalDeviceProperties(vki, physDevice).limits.no… in testSecondaryCmdBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingBufferDeviceAddressTests.cpp | 591 const VkPhysicalDevice& physDevice = m_context.getPhysicalDevice(); in iterate() local 791 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, memReq, MemoryRequirem… in iterate() 829 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate() 1431 const VkPhysicalDevice& physDevice = m_context.getPhysicalDevice(); in iterate() local 1522 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate() 1559 …allocations[i] = AllocationSp(allocateExtended(vki, vk, physDevice, device, getBufferMemoryRequire… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 80 void requireFeatures (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const Featur… in requireFeatures() argument 82 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures() 1382 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testClipDistance() local 1383 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in testClipDistance() 1396 requireFeatures(vki, physDevice, requirements); in testClipDistance() 1524 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testComplementarity() local 1526 requireFeatures(vki, physDevice, FEATURE_SHADER_CLIP_DISTANCE); in testComplementarity()
|