Home
last modified time | relevance | path

Searched refs:pformat (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dsurface.c275 enum pipe_format pformat = FormatYCBCRToPipe(source_ycbcr_format); in vlVdpVideoSurfacePutBitsYCbCr() local
292 if (p_surf->video_buffer == NULL || pformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
299 p_surf->templat.buffer_format = pformat; in vlVdpVideoSurfacePutBitsYCbCr()
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c907 format_to_type_comps(enum pipe_format pformat, in format_to_type_comps() argument
911 switch (pformat) { in format_to_type_comps()
961 reduce_1d(enum pipe_format pformat, in reduce_1d() argument
968 format_to_type_comps(pformat, &datatype, &comps); in reduce_1d()
981 reduce_2d(enum pipe_format pformat, in reduce_2d() argument
989 const int bpt = util_format_get_blocksize(pformat); in reduce_2d()
994 format_to_type_comps(pformat, &datatype, &comps); in reduce_2d()
1022 reduce_3d(enum pipe_format pformat, in reduce_3d() argument
1028 const int bpt = util_format_get_blocksize(pformat); in reduce_3d()
1034 format_to_type_comps(pformat, &datatype, &comps); in reduce_3d()
/external/lldb/test/unittest2/
Dcase.py746 difflib.ndiff(pprint.pformat(seq1).splitlines(),
747 pprint.pformat(seq2).splitlines()))
858 pprint.pformat(d1).splitlines(),
859 pprint.pformat(d2).splitlines())))
/external/mesa3d/src/gallium/state_trackers/vega/
Dimage.c240 enum pipe_format pformat = vg_format_to_pipe(format); in image_create() local
259 assert(screen->is_format_supported(screen, pformat, PIPE_TEXTURE_2D, in image_create()
264 pt.format = pformat; in image_create()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dwsgiwrappers.py10 from pprint import pformat
279 pf = pformat
Dhttpserver.py796 info_desc = pprint.pformat(info)
/external/boringssl/src/ssl/
Ds3_lib.c484 const uint8_t **pformat = parg; in ssl3_ctrl() local
488 *pformat = s->s3->tmp.peer_ecpointformatlist; in ssl3_ctrl()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1436 enum pipe_format pformat; member
1513 return tbl[i].pformat; in find_exact_format()
Dst_cb_texture.c641 enum pipe_format pformat = util_format_linear(dst_texture->format); in decompress_with_blit() local
660 pformat, rgba); in decompress_with_blit()
/external/lldb/test/unittest2/test/
Dtest_case.py908 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),
909 pprint.pformat(seq2).splitlines()))
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c2604 static void r600_vertex_data_type(enum pipe_format pformat, in r600_vertex_data_type() argument
2616 desc = util_format_description(pformat); in r600_vertex_data_type()
2747 R600_ERR("unsupported vertex format %s\n", util_format_name(pformat)); in r600_vertex_data_type()