Searched refs:PIPE_FORMAT_P010 (Results 1 – 23 of 23) sorted by relevance
/external/mesa3d/src/gallium/frontends/va/ |
D | config.c | 130 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()
|
D | va_private.h | 93 return PIPE_FORMAT_P010; in VaFourccToPipeFormat() 125 case PIPE_FORMAT_P010: in PipeFormatToVaFourcc()
|
D | postproc.c | 355 context->target->buffer_format != PIPE_FORMAT_P010 && in vlVaHandleVAProcPipelineParameterBufferType()
|
D | image.c | 493 (surf->buffer->buffer_format == PIPE_FORMAT_P010 || in vlVaGetImage()
|
D | picture.c | 85 context->target->buffer_format != PIPE_FORMAT_P010 && in vlVaBeginPicture()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 613 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/ |
D | st_cb_eglimage.c | 72 case PIPE_FORMAT_P010: in is_format_supported() 280 case PIPE_FORMAT_P010: in st_bind_egl_image()
|
D | st_program.h | 88 case PIPE_FORMAT_P010: in st_get_external_sampler_key()
|
D | st_atom_texture.c | 202 case PIPE_FORMAT_P010: in update_textures()
|
D | st_atom_sampler.c | 322 case PIPE_FORMAT_P010: in update_shader_samplers()
|
D | st_sampler_view.c | 507 case PIPE_FORMAT_P010: in get_sampler_view_format()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_format.h | 469 PIPE_FORMAT_P010, enumerator 590 case PIPE_FORMAT_P010: in pipe_format_to_chroma_format()
|
/external/mesa3d/src/util/format/ |
D | u_format.h | 1321 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()
|
D | u_format.csv | 402 PIPE_FORMAT_P010 , planar2, 1, 1, 1, , , , , xyzw, yuv
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | vdpau_private.h | 139 return PIPE_FORMAT_P010; in FormatYCBCRToPipe()
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri_helpers.c | 494 __DRI_IMAGE_COMPONENTS_Y_UV, PIPE_FORMAT_P010, 2,
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 83 case PIPE_FORMAT_P010: in vl_video_buffer_plane_order()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_enc.c | 423 templat.buffer_format = PIPE_FORMAT_P010; in radeon_create_encoder()
|
D | radeon_vcn_dec.c | 334 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()
|
D | radeon_uvd.c | 744 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_h265_msg()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 106 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/ |
D | 20.0.0.rst | 3318 - gallium: Add PIPE_FORMAT_P010 support
|
D | 20.2.0.rst | 4554 - radeonsi: use PIPE_FORMAT_P010 for 10-bit VP9 decoding
|