Searched refs:pformat (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | surface.c | 275 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/ |
D | u_gen_mipmap.c | 907 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/ |
D | case.py | 746 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/ |
D | image.c | 240 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/ |
D | wsgiwrappers.py | 10 from pprint import pformat 279 pf = pformat
|
D | httpserver.py | 796 info_desc = pprint.pformat(info)
|
/external/boringssl/src/ssl/ |
D | s3_lib.c | 484 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/ |
D | st_format.c | 1436 enum pipe_format pformat; member 1513 return tbl[i].pformat; in find_exact_format()
|
D | st_cb_texture.c | 641 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/ |
D | test_case.py | 908 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(), 909 pprint.pformat(seq2).splitlines()))
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 2604 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()
|