/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.cpp | 92 …anceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice … in bindImageDedicated() argument 94 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); in bindImageDedicated() 99 …anceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice … in bindBufferDedicated() argument 101 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, buffer, requirement)); in bindBufferDedicated()
|
D | vktPipelineRenderToImageTests.cpp | 176 const VkPhysicalDevice& physDevice, in bindBuffer() argument 192 return bindBufferDedicated(vki, vkd, physDevice, device, buffer, requirement); in bindBuffer() 204 const VkPhysicalDevice& physDevice, in bindImage() argument 220 return bindImageDedicated(vki, vkd, physDevice, device, image, requirement); in bindImage() 746 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in getMemoryTypeNdx() local 748 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in getMemoryTypeNdx() 766 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in getMaxDeviceHeapSize() local 767 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in getMaxDeviceHeapSize() 802 bool isDepthStencilFormatSupported (const InstanceInterface& vki, const VkPhysicalDevice physDevice… in isDepthStencilFormatSupported() argument 804 const VkFormatProperties properties = getPhysicalDeviceFormatProperties(vki, physDevice, format); in isDepthStencilFormatSupported() [all …]
|
D | vktPipelineMakeUtil.hpp | 81 …rface& vki, const vk::DeviceInterface& vkd, const vk::VkPhysicalDevice physDevice, const vk::VkDev… 82 …rface& vki, const vk::DeviceInterface& vkd, const vk::VkPhysicalDevice physDevice, const vk::VkDev…
|
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() 329 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in ImageSamplingInstance() local 420 …m_imageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkDevice… in ImageSamplingInstance() 525 …m_colorImageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkD… in ImageSamplingInstance() 741 …m_vertexBufferAlloc = allocateBuffer(vki, vk, physDevice, vkDevice, *m_vertexBuffer, MemoryRequire… in ImageSamplingInstance()
|
/external/skia/src/gpu/vk/ |
D | GrVkExtensions.cpp | 67 VkPhysicalDevice physDevice) { in getSpecVersions() argument 100 if (physDevice == VK_NULL_HANDLE) { in getSpecVersions() 108 res = grVkEnumerateDeviceExtensionProperties(physDevice, nullptr, &extensionCount, nullptr); in getSpecVersions() 113 res = grVkEnumerateDeviceExtensionProperties(physDevice, nullptr, &extensionCount, extensions); in getSpecVersions()
|
/external/skqp/src/gpu/vk/ |
D | GrVkExtensions.cpp | 67 VkPhysicalDevice physDevice) { in getSpecVersions() argument 100 if (physDevice == VK_NULL_HANDLE) { in getSpecVersions() 108 res = grVkEnumerateDeviceExtensionProperties(physDevice, nullptr, &extensionCount, nullptr); in getSpecVersions() 113 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 | 70 void checkPointSizeRequirements (const InstanceInterface& vki, const VkPhysicalDevice physDevice, c… in checkPointSizeRequirements() argument 72 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in checkPointSizeRequirements() 290 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in test() local 292 …requireFeatures (vki, physDevice, FEATURE_TESSELLATION_SHADER | FEATURE_GEOMETRY_SHADER … in test() 293 checkPointSizeRequirements(vki, physDevice, expectedPointSize); in test()
|
/external/angle/src/libANGLE/renderer/vulkan/win32/ |
D | DisplayVkWin32.cpp | 108 VkPhysicalDevice physDevice = mRenderer->getPhysicalDevice(); in initialize() local 116 if (vkGetPhysicalDeviceSurfaceFormatsKHR(physDevice, surfaceVk, &surfaceFormatCount, nullptr) != in initialize() 122 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 | 152 …nceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice … 153 …nceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice … 154 …nceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice …
|
/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…
|
D | vktImageMutableTests.cpp | 1650 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in checkSupport() local 1658 vki.getPhysicalDeviceFormatProperties(physDevice, caseDef.imageFormat, &imageFormatProps); in checkSupport() 1659 vki.getPhysicalDeviceFormatProperties(physDevice, caseDef.viewFormat, &viewFormatProps); in checkSupport() 2034 const VkPhysicalDevice physDevice = devHelper.physicalDevice; in testSwapchainMutable() local 2043 …result = vki.getPhysicalDeviceImageFormatProperties(physDevice, caseDef.imageFormat, getImageType(… in testSwapchainMutable() 2050 …result = vki.getPhysicalDeviceImageFormatProperties(physDevice, caseDef.viewFormat, getImageType(c… in testSwapchainMutable() 2059 physDevice, in testSwapchainMutable() 2067 physDevice, in testSwapchainMutable()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationUtil.cpp | 377 void requireFeatures (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const Featur… in requireFeatures() argument 379 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures() 400 void requireStorageImageSupport(const InstanceInterface& vki, const VkPhysicalDevice physDevice, co… in requireStorageImageSupport() argument 402 const VkFormatProperties p = getPhysicalDeviceFormatProperties(vki, physDevice, fmt); in requireStorageImageSupport()
|
D | vktSynchronizationUtil.hpp | 230 …s (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physDevice, const FeatureFl… 231 …port (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physDevice, const vk::VkFor…
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDriverPropertiesTests.cpp | 172 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testQueryProperties() local 185 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testQueryProperties()
|
/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/memory/ |
D | vktMemoryRequirementsTests.cpp | 278 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in execTest() local 280 …ysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in execTest() 281 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in execTest() 661 const VkPhysicalDevice physDevice, 818 …Context& context, const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkImageCr… in isImageSupported() argument 858 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in isImageSupported() 958 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physDevice, inf… in isImageSupported() 967 …physDevice, info.format, info.imageType, info.tiling, info.usage, info.flags, &imageFormatProperti… in isImageSupported() 1258 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in execTest() local 1262 …sicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice); in execTest() [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()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 126 …virtual void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const … 130 const VkPhysicalDevice physDevice, in operator ()() argument 144 getResult(vki, physDevice, surface, &outputData[0]); // update m_count and m_result in operator ()() 157 …void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkSurfaceKH… in getResult() 159 m_result = vki.getPhysicalDeviceSurfaceFormatsKHR(physDevice, surface, &m_count, data); in getResult() 165 …void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkSurfaceKH… in getResult() 167 m_result = vki.getPhysicalDeviceSurfacePresentModesKHR(physDevice, surface, &m_count, data); in getResult()
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 842 const VkPhysicalDevice& physDevice, in checkImageFormatProperties() argument 858 …result = vki.getPhysicalDeviceImageFormatProperties(physDevice, format, imageType, imageTiling, im… in checkImageFormatProperties() 962 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in ColorImagelessTestInstance() local 968 …checkImageFormatProperties(vki, physDevice, m_parameters.colorFormat, m_colorImageUsage, m_imageEx… in ColorImagelessTestInstance() 1296 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in DepthImagelessTestInstance() local 1298 …checkImageFormatProperties(vki, physDevice, m_parameters.dsFormat, m_dsImageUsage, m_imageExtent2D… in DepthImagelessTestInstance() 1558 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in ColorResolveImagelessTestInstance() local 1563 …checkImageFormatProperties(vki, physDevice, m_parameters.colorFormat, m_colorImageUsage, m_imageEx… in ColorResolveImagelessTestInstance() 1754 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in DepthResolveImagelessTestInstance() local 1767 vki.getPhysicalDeviceProperties2(physDevice, &deviceProperties); in DepthResolveImagelessTestInstance() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 79 void requireFeatures (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const Featur… in requireFeatures() argument 81 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures() 1256 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testClipDistance() local 1257 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in testClipDistance() 1270 requireFeatures(vki, physDevice, requirements); in testClipDistance() 1394 const VkPhysicalDevice physDevice = context.getPhysicalDevice(); in testComplementarity() local 1396 requireFeatures(vki, physDevice, FEATURE_SHADER_CLIP_DISTANCE); in testComplementarity()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 811 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in TransformFeedbackBuiltinTestInstance() local 812 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in TransformFeedbackBuiltinTestInstance() 921 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in TransformFeedbackMultistreamTestInstance() local 922 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in TransformFeedbackMultistreamTestInstance() 1055 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in TransformFeedbackStreamsTestInstance() local 1056 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in TransformFeedbackStreamsTestInstance() 1215 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in TransformFeedbackIndirectDrawTestInstance() local 1216 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in TransformFeedbackIndirectDrawTestInstance() 1477 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in TransformFeedbackQueryTestInstance() local 1478 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in TransformFeedbackQueryTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 312 const VkPhysicalDevice physDevice = m_context.getPhysicalDevice(); in iterate() local 336 …t = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_AR… in iterate()
|