Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dconfig.c134 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes()
151 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes()
331 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.c384 dst_surface->buffer->buffer_format == PIPE_FORMAT_P016) && in vlVaHandleVAProcPipelineParameterBufferType()
495 context->target->buffer_format != PIPE_FORMAT_P016) in vlVaHandleVAProcPipelineParameterBufferType()
Dpicture.c86 context->target->buffer_format != PIPE_FORMAT_P016) in vlVaBeginPicture()
Dimage.c537 surf->buffer->buffer_format == PIPE_FORMAT_P016)) { in vlVaGetImage()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_format.h475 PIPE_FORMAT_P016, enumerator
623 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()
308 case PIPE_FORMAT_P016: in st_bind_egl_image()
Dst_program.h91 case PIPE_FORMAT_P016: in st_get_external_sampler_key()
Dst_atom_texture.c192 case PIPE_FORMAT_P016: in st_get_sampler_views()
Dst_atom_sampler.c242 case PIPE_FORMAT_P016: in update_shader_samplers()
Dst_sampler_view.c550 case PIPE_FORMAT_P016: in st_get_sampler_view_format()
/third_party/mesa3d/src/util/format/
Du_format.h1386 case PIPE_FORMAT_P016: in util_format_get_plane_format()
1406 case PIPE_FORMAT_P016: in util_format_get_plane_width()
1429 case PIPE_FORMAT_P016: in util_format_get_plane_height()
Du_format.csv422 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.c789 (format == PIPE_FORMAT_P016); in si_vid_is_format_supported()
793 return (format == PIPE_FORMAT_P010) || (format == PIPE_FORMAT_P016); in si_vid_is_format_supported()
Dradeon_vcn_dec.c454 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_h265_msg()
673 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_vp9_msg()
984 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/frontends/vdpau/
Dvdpau_private.h143 return PIPE_FORMAT_P016; in FormatYCBCRToPipe()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c86 case PIPE_FORMAT_P016: in vl_video_buffer_plane_order()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c564 __DRI_IMAGE_COMPONENTS_Y_UV, PIPE_FORMAT_P016, 2,
/third_party/mesa3d/src/intel/isl/
Disl_format.c614 [PIPE_FORMAT_P016] = ISL_FORMAT_PLANAR_420_16, in isl_format_for_pipe_format()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c135 pfmt != PIPE_FORMAT_P016 && in modifier_is_supported()