Searched refs:supportedSliceStructuresBitMask (Results 1 – 1 of 1) sorted by relevance
473 uint32_t supportedSliceStructuresBitMask = PIPE_VIDEO_CAP_SLICE_STRUCTURE_NONE; in d3d12_video_encode_supported_slice_structures() local507 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_MULTI_ROWS; in d3d12_video_encode_supported_slice_structures()511 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_ROWS; in d3d12_video_encode_supported_slice_structures()513 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_POWER_OF_TWO_ROWS; in d3d12_video_encode_supported_slice_structures()525 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_MULTI_ROWS; in d3d12_video_encode_supported_slice_structures()529 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_ROWS; in d3d12_video_encode_supported_slice_structures()531 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_POWER_OF_TWO_ROWS; in d3d12_video_encode_supported_slice_structures()543 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_MULTI_ROWS; in d3d12_video_encode_supported_slice_structures()547 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_ROWS; in d3d12_video_encode_supported_slice_structures()549 supportedSliceStructuresBitMask |= PIPE_VIDEO_CAP_SLICE_STRUCTURE_POWER_OF_TWO_ROWS; in d3d12_video_encode_supported_slice_structures()[all …]