Searched refs:AddToPNextChain (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_renderer.cpp | 2524 vk::AddToPNextChain(&instanceInfo, &layerSettingsCreateInfo); in initialize() 2874 vk::AddToPNextChain(deviceFeatures, &mLineRasterizationFeatures); in appendDeviceExtensionFeaturesNotPromoted() 2879 vk::AddToPNextChain(deviceFeatures, &mProvokingVertexFeatures); in appendDeviceExtensionFeaturesNotPromoted() 2884 vk::AddToPNextChain(deviceFeatures, &mVertexAttributeDivisorFeatures); in appendDeviceExtensionFeaturesNotPromoted() 2885 vk::AddToPNextChain(deviceProperties, &mVertexAttributeDivisorProperties); in appendDeviceExtensionFeaturesNotPromoted() 2890 vk::AddToPNextChain(deviceFeatures, &mTransformFeedbackFeatures); in appendDeviceExtensionFeaturesNotPromoted() 2895 vk::AddToPNextChain(deviceFeatures, &mIndexTypeUint8Features); in appendDeviceExtensionFeaturesNotPromoted() 2900 vk::AddToPNextChain(deviceFeatures, &mMemoryReportFeatures); in appendDeviceExtensionFeaturesNotPromoted() 2906 vk::AddToPNextChain(deviceFeatures, &mMultisampledRenderToSingleSampledFeatures); in appendDeviceExtensionFeaturesNotPromoted() 2911 vk::AddToPNextChain(deviceFeatures, &mImage2dViewOf3dFeatures); in appendDeviceExtensionFeaturesNotPromoted() [all …]
|
D | VulkanSecondaryCommandBuffer.cpp | 44 AddToPNextChain(inheritanceInfoOut, renderingInfoOut); in InitializeRenderPassInheritanceInfo()
|
D | SurfaceVk.cpp | 1227 vk::AddToPNextChain(&surfaceCaps2, &sharedPresentSurfaceCaps); in initializeImpl() 1235 vk::AddToPNextChain(&surfaceCaps2, &surfaceProtectedCaps); in initializeImpl() 1672 vk::AddToPNextChain(&swapchainInfo, &compressionInfo); in createSwapChain() 1690 vk::AddToPNextChain(&swapchainInfo, &fullscreen); in createSwapChain() 1691 vk::AddToPNextChain(&swapchainInfo, &fullscreenWin32); in createSwapChain() 1710 vk::AddToPNextChain(&swapchainInfo, &compatibleModesInfo); in createSwapChain() 1874 vk::AddToPNextChain(&surfaceInfo2, &surfacePresentMode); in queryAndAdjustSurfaceCaps() 1891 vk::AddToPNextChain(&surfaceCaps2, &compatibleModes); in queryAndAdjustSurfaceCaps() 2524 vk::AddToPNextChain(&presentInfo, &presentRegions); in present() 2540 vk::AddToPNextChain(&presentInfo, &presentFenceInfo); in present() [all …]
|
D | vk_cache_utils.cpp | 532 AddToPNextChain(&infoOut->renderingInfo, &infoOut->msrtss); in DeriveRenderingInfo() 547 AddToPNextChain(&infoOut->renderingInfo, &infoOut->fragmentShadingRateInfo); in DeriveRenderingInfo() 582 AddToPNextChain(createInfoOut, pipelineRenderingInfoOut); in AttachPipelineRenderingInfo() 589 AddToPNextChain(createInfoOut, attachmentLocationsOut); in AttachPipelineRenderingInfo() 611 AddToPNextChain(createInfoOut, inputLocationsOut); in AttachPipelineRenderingInfo() 631 AddToPNextChain(createInfoOut, createFlags2); in AttachPipelineRenderingInfo() 1312 AddToPNextChain(createInfo1, multiviewInfo); in ToRenderPassMultiviewCreateInfo() 3504 AddToPNextChain(&createInfo, &shadersLibraryInfo); in initializePipeline() 3554 AddToPNextChain(&createInfo, &libraryInfo); in initializePipeline() 3561 AddToPNextChain(&createInfo, &libraryInfo); in initializePipeline() [all …]
|
D | MemoryTracking.cpp | 151 vk::AddToPNextChain(&memoryProperties, &memoryBudgetProperties); in LogMemoryHeapStats()
|
D | vk_utils.h | 236 void AddToPNextChain(VulkanStruct1 *chainStart, VulkanStruct2 *ptr) in AddToPNextChain() function
|
D | FramebufferVk.cpp | 2981 vk::AddToPNextChain(&framebufferInfo, &attachmentsCreateInfo); in createNewFramebuffer()
|
D | vk_helpers.cpp | 7282 AddToPNextChain(&viewInfo, &yuvConversionInfo); in initLayerImageViewImpl()
|
/external/angle/src/libANGLE/renderer/vulkan/android/ |
D | HardwareBufferImageSiblingVkAndroid.cpp | 286 vk::AddToPNextChain(&bufferProperties, &bufferFormatProperties); in initImpl() 294 vk::AddToPNextChain(&bufferFormatProperties, &bufferFormatResolveProperties); in initImpl()
|