Home
last modified time | relevance | path

Searched refs:referenceInfo (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_proc.cpp536 D3D12_FEATURE_DATA_VIDEO_PROCESS_REFERENCE_INFO referenceInfo = {}; in d3d12_video_processor_check_caps_and_create_processor() local
537 referenceInfo.NodeIndex = 0; in d3d12_video_processor_check_caps_and_create_processor()
545 referenceInfo.DeinterlaceMode = inputStreamDesc.DeinterlaceMode; in d3d12_video_processor_check_caps_and_create_processor()
546 referenceInfo.Filters = inputStreamDesc.FilterFlags; in d3d12_video_processor_check_caps_and_create_processor()
547 referenceInfo.FeatureSupport = featureFlags; in d3d12_video_processor_check_caps_and_create_processor()
548 referenceInfo.InputFrameRate = inputStreamDesc.FrameRate; in d3d12_video_processor_check_caps_and_create_processor()
549 referenceInfo.OutputFrameRate = outputStreamDesc.FrameRate; in d3d12_video_processor_check_caps_and_create_processor()
550 referenceInfo.EnableAutoProcessing = inputStreamDesc.EnableAutoProcessing; in d3d12_video_processor_check_caps_and_create_processor()
552 …kFeatureSupport(D3D12_FEATURE_VIDEO_PROCESS_REFERENCE_INFO, &referenceInfo, sizeof(referenceInfo)); in d3d12_video_processor_check_caps_and_create_processor()
560 inputStreamDesc.NumPastFrames = referenceInfo.PastFrames; in d3d12_video_processor_check_caps_and_create_processor()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp636 AttachmentRef createAttachmentReference (const AttachmentReference& referenceInfo) in createAttachmentReference() argument
642 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment; in createAttachmentReference()
643 referenceInfo.getImageLayout(), // VkImageLayout layout; || VkImageLayout layout; in createAttachmentReference()
644 referenceInfo.getAspectMask() // || VkImageAspectFlags aspectMask; in createAttachmentReference()
DvktRenderPassTests.cpp1138 AttachmentRef createAttachmentReference (const AttachmentReference& referenceInfo) in createAttachmentReference() argument
1144 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment; in createAttachmentReference()
1145referenceInfo.getImageLayout(), // VkImageLayout layout; || VkImageLayout layou… in createAttachmentReference()
1146 referenceInfo.getAspectMask() // || VkImageAspectFlags aspectMask; in createAttachmentReference()
/third_party/typescript/src/compiler/
Dprogram.ts3868 …const referenceInfo = forEachProjectReference(projectReferences, resolvedProjectReferences, (resol… constant
3871 if (!referenceInfo) return undefined;
3872 const { sourceFile, index } = referenceInfo;
/third_party/typescript/lib/
DtypingsInstaller.js124019 …var referenceInfo = forEachProjectReference(projectReferences, resolvedProjectReferences, function…
124022 if (!referenceInfo)
124024 var sourceFile = referenceInfo.sourceFile, index = referenceInfo.index;
Dtsc.js102994 …var referenceInfo = forEachProjectReference(projectReferences, resolvedProjectReferences, function…
102997 if (!referenceInfo)
102999 var sourceFile = referenceInfo.sourceFile, index = referenceInfo.index;