Home
last modified time | relevance | path

Searched refs:supportedSliceStructuresBitMask (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp254 uint32_t supportedSliceStructuresBitMask = PIPE_VIDEO_CAP_SLICE_STRUCTURE_NONE; in d3d12_video_encode_supported_slice_structures() local
286 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_MULTI_ROWS; in d3d12_video_encode_supported_slice_structures()
290 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_ROWS; in d3d12_video_encode_supported_slice_structures()
292 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_POWER_OF_TWO_ROWS; in d3d12_video_encode_supported_slice_structures()
304 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_MULTI_ROWS; in d3d12_video_encode_supported_slice_structures()
308 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_ROWS; in d3d12_video_encode_supported_slice_structures()
310 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_POWER_OF_TWO_ROWS; in d3d12_video_encode_supported_slice_structures()
323 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_MAX_SLICE_SIZE; in d3d12_video_encode_supported_slice_structures()
326 return supportedSliceStructuresBitMask; in d3d12_video_encode_supported_slice_structures()

Completed in 3 milliseconds