Home
last modified time | relevance | path

Searched refs:PIPE_FORMAT_P010 (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/frontends/va/
Dconfig.c130 if (pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P010, in vlVaGetConfigAttributes()
148 if (pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P010, in vlVaGetConfigAttributes()
277 if (pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P010, p, in vlVaCreateConfig()
Dva_private.h93 return PIPE_FORMAT_P010; in VaFourccToPipeFormat()
125 case PIPE_FORMAT_P010: in PipeFormatToVaFourcc()
Dpostproc.c355 context->target->buffer_format != PIPE_FORMAT_P010 && in vlVaHandleVAProcPipelineParameterBufferType()
Dimage.c493 (surf->buffer->buffer_format == PIPE_FORMAT_P010 || in vlVaGetImage()
Dpicture.c85 context->target->buffer_format != PIPE_FORMAT_P010 && in vlVaBeginPicture()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c613 return PIPE_FORMAT_P010; in si_get_video_param()
615 return PIPE_FORMAT_P010; in si_get_video_param()
671 return (format == PIPE_FORMAT_NV12) || (format == PIPE_FORMAT_P010) || in si_vid_is_format_supported()
676 return (format == PIPE_FORMAT_P010) || (format == PIPE_FORMAT_P016); in si_vid_is_format_supported()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c72 case PIPE_FORMAT_P010: in is_format_supported()
280 case PIPE_FORMAT_P010: in st_bind_egl_image()
Dst_program.h88 case PIPE_FORMAT_P010: in st_get_external_sampler_key()
Dst_atom_texture.c202 case PIPE_FORMAT_P010: in update_textures()
Dst_atom_sampler.c322 case PIPE_FORMAT_P010: in update_shader_samplers()
Dst_sampler_view.c507 case PIPE_FORMAT_P010: in get_sampler_view_format()
/external/mesa3d/src/gallium/include/pipe/
Dp_format.h469 PIPE_FORMAT_P010, enumerator
590 case PIPE_FORMAT_P010: in pipe_format_to_chroma_format()
/external/mesa3d/src/util/format/
Du_format.h1321 case PIPE_FORMAT_P010: in util_format_get_plane_format()
1341 case PIPE_FORMAT_P010: in util_format_get_plane_width()
1364 case PIPE_FORMAT_P010: in util_format_get_plane_height()
Du_format.csv402 PIPE_FORMAT_P010 , planar2, 1, 1, 1, , , , , xyzw, yuv
/external/mesa3d/src/gallium/frontends/vdpau/
Dvdpau_private.h139 return PIPE_FORMAT_P010; in FormatYCBCRToPipe()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c494 __DRI_IMAGE_COMPONENTS_Y_UV, PIPE_FORMAT_P010, 2,
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c83 case PIPE_FORMAT_P010: in vl_video_buffer_plane_order()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc.c423 templat.buffer_format = PIPE_FORMAT_P010; in radeon_create_encoder()
Dradeon_vcn_dec.c334 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_h265_msg()
541 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_vp9_msg()
Dradeon_uvd.c744 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_h265_msg()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c106 pfmt != PIPE_FORMAT_P010 && in modifier_is_supported()
814 case PIPE_FORMAT_P010: format = ISL_FORMAT_PLANAR_420_10; break; in iris_resource_finish_aux_import()
/external/mesa3d/docs/relnotes/
D20.0.0.rst3318 - gallium: Add PIPE_FORMAT_P010 support
D20.2.0.rst4554 - radeonsi: use PIPE_FORMAT_P010 for 10-bit VP9 decoding