Searched refs:PIPE_FORMAT_P016 (Results 1 – 22 of 22) sorted by relevance
/external/mesa3d/src/gallium/frontends/va/ |
D | config.c | 133 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()
|
D | va_private.h | 95 return PIPE_FORMAT_P016; in VaFourccToPipeFormat() 127 case PIPE_FORMAT_P016: in PipeFormatToVaFourcc()
|
D | postproc.c | 356 context->target->buffer_format != PIPE_FORMAT_P016) in vlVaHandleVAProcPipelineParameterBufferType()
|
D | image.c | 494 surf->buffer->buffer_format == PIPE_FORMAT_P016)) { in vlVaGetImage()
|
D | picture.c | 86 context->target->buffer_format != PIPE_FORMAT_P016) in vlVaBeginPicture()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_eglimage.c | 74 case PIPE_FORMAT_P016: in is_format_supported() 282 case PIPE_FORMAT_P016: in st_bind_egl_image()
|
D | st_program.h | 90 case PIPE_FORMAT_P016: in st_get_external_sampler_key()
|
D | st_atom_texture.c | 204 case PIPE_FORMAT_P016: in update_textures()
|
D | st_atom_sampler.c | 324 case PIPE_FORMAT_P016: in update_shader_samplers()
|
D | st_sampler_view.c | 509 case PIPE_FORMAT_P016: in get_sampler_view_format()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_format.h | 471 PIPE_FORMAT_P016, enumerator 592 case PIPE_FORMAT_P016: in pipe_format_to_chroma_format()
|
/external/mesa3d/src/util/format/ |
D | u_format.h | 1323 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()
|
D | u_format.csv | 404 PIPE_FORMAT_P016 , planar2, 1, 1, 1, , , , , xyzw, yuv
|
/external/mesa3d/src/vulkan/util/ |
D | vk_format.c | 268 return PIPE_FORMAT_P016; in vk_format_to_pipe_format()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 672 (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/ |
D | vdpau_private.h | 143 return PIPE_FORMAT_P016; in FormatYCBCRToPipe()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_format.h | 394 #define PIPE_FORMAT_P016 VIRGL_FORMAT_P016 macro
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri_helpers.c | 502 __DRI_IMAGE_COMPONENTS_Y_UV, PIPE_FORMAT_P016, 2,
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 84 case PIPE_FORMAT_P016: in vl_video_buffer_plane_order()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 108 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/ |
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()
|