Home
last modified time | relevance | path

Searched refs:PIPE_FORMAT_P016 (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
Dconfig.c136 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes()
154 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes()
303 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, p, in vlVaCreateConfig()
Dva_private.h95 return PIPE_FORMAT_P016; in VaFourccToPipeFormat()
127 case PIPE_FORMAT_P016: in PipeFormatToVaFourcc()
Dpostproc.c372 context->target->buffer_format != PIPE_FORMAT_P016) in vlVaHandleVAProcPipelineParameterBufferType()
Dpicture.c86 context->target->buffer_format != PIPE_FORMAT_P016) in vlVaBeginPicture()
Dimage.c498 surf->buffer->buffer_format == PIPE_FORMAT_P016)) { in vlVaGetImage()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_format.h475 PIPE_FORMAT_P016, enumerator
618 case PIPE_FORMAT_P016: in pipe_format_to_chroma_format()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c74 case PIPE_FORMAT_P016: in is_format_supported()
310 case PIPE_FORMAT_P016: in st_bind_egl_image()
Dst_program.h90 case PIPE_FORMAT_P016: in st_get_external_sampler_key()
Dst_atom_texture.c194 case PIPE_FORMAT_P016: in st_get_sampler_views()
Dst_atom_sampler.c238 case PIPE_FORMAT_P016: in update_shader_samplers()
Dst_sampler_view.c549 case PIPE_FORMAT_P016: in get_sampler_view_format()
/third_party/mesa3d/src/util/format/
Du_format.h1384 case PIPE_FORMAT_P016: in util_format_get_plane_format()
1404 case PIPE_FORMAT_P016: in util_format_get_plane_width()
1427 case PIPE_FORMAT_P016: in util_format_get_plane_height()
Du_format.csv416 PIPE_FORMAT_P016 , planar2, 1, 1, 1, , , , , xyzw, yuv
/third_party/mesa3d/src/vulkan/util/
Dvk_format.c269 return PIPE_FORMAT_P016; in vk_format_to_pipe_format()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c727 (format == PIPE_FORMAT_P016); in si_vid_is_format_supported()
731 return (format == PIPE_FORMAT_P010) || (format == PIPE_FORMAT_P016); in si_vid_is_format_supported()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dvdpau_private.h143 return PIPE_FORMAT_P016; in FormatYCBCRToPipe()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c84 case PIPE_FORMAT_P016: in vl_video_buffer_plane_order()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c554 __DRI_IMAGE_COMPONENTS_Y_UV, PIPE_FORMAT_P016, 2,
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c342 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_h265_msg()
553 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_vp9_msg()
864 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_av1_msg()
Dradeon_uvd.c744 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_h265_msg()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c118 pfmt != PIPE_FORMAT_P016 && in modifier_is_supported()
928 case PIPE_FORMAT_P016: format = ISL_FORMAT_PLANAR_420_16; break; in iris_resource_finish_aux_import()