Searched refs:PIPE_FORMAT_P016 (Results 1 – 21 of 21) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/ |
D | config.c | 136 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes() 154 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes() 303 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 | 372 context->target->buffer_format != PIPE_FORMAT_P016) in vlVaHandleVAProcPipelineParameterBufferType()
|
D | picture.c | 86 context->target->buffer_format != PIPE_FORMAT_P016) in vlVaBeginPicture()
|
D | image.c | 498 surf->buffer->buffer_format == PIPE_FORMAT_P016)) { in vlVaGetImage()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_format.h | 475 PIPE_FORMAT_P016, enumerator 618 case PIPE_FORMAT_P016: in pipe_format_to_chroma_format()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_eglimage.c | 74 case PIPE_FORMAT_P016: in is_format_supported() 310 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 | 194 case PIPE_FORMAT_P016: in st_get_sampler_views()
|
D | st_atom_sampler.c | 238 case PIPE_FORMAT_P016: in update_shader_samplers()
|
D | st_sampler_view.c | 549 case PIPE_FORMAT_P016: in get_sampler_view_format()
|
/third_party/mesa3d/src/util/format/ |
D | u_format.h | 1384 case PIPE_FORMAT_P016: in util_format_get_plane_format() 1404 case PIPE_FORMAT_P016: in util_format_get_plane_width() 1427 case PIPE_FORMAT_P016: in util_format_get_plane_height()
|
D | u_format.csv | 416 PIPE_FORMAT_P016 , planar2, 1, 1, 1, , , , , xyzw, yuv
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_format.c | 269 return PIPE_FORMAT_P016; in vk_format_to_pipe_format()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 727 (format == PIPE_FORMAT_P016); in si_vid_is_format_supported() 731 return (format == PIPE_FORMAT_P010) || (format == PIPE_FORMAT_P016); in si_vid_is_format_supported()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | vdpau_private.h | 143 return PIPE_FORMAT_P016; in FormatYCBCRToPipe()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 84 case PIPE_FORMAT_P016: in vl_video_buffer_plane_order()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_helpers.c | 554 __DRI_IMAGE_COMPONENTS_Y_UV, PIPE_FORMAT_P016, 2,
|
/third_party/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_dec.c | 342 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_h265_msg() 553 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_vp9_msg() 864 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_av1_msg()
|
D | radeon_uvd.c | 744 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_h265_msg()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 118 pfmt != PIPE_FORMAT_P016 && in modifier_is_supported() 928 case PIPE_FORMAT_P016: format = ISL_FORMAT_PLANAR_420_16; break; in iris_resource_finish_aux_import()
|