Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/va/
Dconfig.c133 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes()
151 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes()
279 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.c356 context->target->buffer_format != PIPE_FORMAT_P016) in vlVaHandleVAProcPipelineParameterBufferType()
Dimage.c494 surf->buffer->buffer_format == PIPE_FORMAT_P016)) { in vlVaGetImage()
Dpicture.c86 context->target->buffer_format != PIPE_FORMAT_P016) in vlVaBeginPicture()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c74 case PIPE_FORMAT_P016: in is_format_supported()
282 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.c204 case PIPE_FORMAT_P016: in update_textures()
Dst_atom_sampler.c324 case PIPE_FORMAT_P016: in update_shader_samplers()
Dst_sampler_view.c509 case PIPE_FORMAT_P016: in get_sampler_view_format()
/external/mesa3d/src/gallium/include/pipe/
Dp_format.h471 PIPE_FORMAT_P016, enumerator
592 case PIPE_FORMAT_P016: in pipe_format_to_chroma_format()
/external/mesa3d/src/util/format/
Du_format.h1323 case PIPE_FORMAT_P016: in util_format_get_plane_format()
1343 case PIPE_FORMAT_P016: in util_format_get_plane_width()
1366 case PIPE_FORMAT_P016: in util_format_get_plane_height()
Du_format.csv404 PIPE_FORMAT_P016 , planar2, 1, 1, 1, , , , , xyzw, yuv
/external/mesa3d/src/vulkan/util/
Dvk_format.c268 return PIPE_FORMAT_P016; in vk_format_to_pipe_format()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c672 (format == PIPE_FORMAT_P016); 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/gallium/frontends/vdpau/
Dvdpau_private.h143 return PIPE_FORMAT_P016; in FormatYCBCRToPipe()
/external/virglrenderer/src/gallium/include/pipe/
Dp_format.h394 #define PIPE_FORMAT_P016 VIRGL_FORMAT_P016 macro
/external/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c502 __DRI_IMAGE_COMPONENTS_Y_UV, PIPE_FORMAT_P016, 2,
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c84 case PIPE_FORMAT_P016: in vl_video_buffer_plane_order()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c108 pfmt != PIPE_FORMAT_P016 && in modifier_is_supported()
816 case PIPE_FORMAT_P016: format = ISL_FORMAT_PLANAR_420_16; break; in iris_resource_finish_aux_import()
/external/mesa3d/src/gallium/drivers/radeon/
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()