Searched refs:ePartial (Results 1 - 4 of 4) sorted by relevance
/third_party/vulkan-headers/include/vulkan/ | ||
H A D | vulkan_video.hpp | 148 ePartial = STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_PARTIAL, member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H264ChromaFormatIdc::H264ProfileIdc::H264LevelIdc::H264PocType::H264AspectRatioIdc::H264WeightedBipredIdc::H264ModificationOfPicNumsIdc::H264MemMgmtControlOp::H264CabacInitIdc::H264DisableDeblockingFilterIdc |
H A D | vulkan_enums.hpp | 2327 ePartial = VK_QUERY_RESULT_PARTIAL_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::DeviceQueueCreateFlagBits::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits 2338 QueryResultFlagBits::eWithAvailability | QueryResultFlagBits::ePartial | |
H A D | vulkan_to_string.hpp | 534 if ( value & QueryResultFlagBits::ePartial ) in to_string() 5232 case QueryResultFlagBits::ePartial: return "Partial"; in to_string() |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 3171 ePartial = VK_QUERY_RESULT_PARTIAL_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits 3184 case QueryResultFlagBits::ePartial: return "Partial"; in to_string() 9351 VkFlags( QueryResultFlagBits::eWithAvailability ) | VkFlags( QueryResultFlagBits::ePartial ) 9393 if ( value & QueryResultFlagBits::ePartial ) in to_string() |
Completed in 212 milliseconds