Home
last modified time | relevance | path

Searched refs:format (Results 4851 - 4875 of 7667) sorted by relevance

1...<<191192193194195196197198199200>>...307

/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c31 #include "util/format/u_format.h"
234 util_dump_format(FILE *f, enum pipe_format format) in util_dump_format() argument
236 fprintf(f, "%s", util_format_name(format)); in util_dump_format()
474 DUMP_M(format, info, dst.format); in dd_dump_blit()
479 DUMP_M(format, info, src.format); in dd_dump_blit()
1449 enum pipe_format format, in dd_context_generate_mipmap()
1463 record->call.info.generate_mipmap.format = format; in dd_context_generate_mipmap()
1447 dd_context_generate_mipmap(struct pipe_context *_pipe, struct pipe_resource *res, enum pipe_format format, unsigned base_level, unsigned last_level, unsigned first_layer, unsigned last_layer) dd_context_generate_mipmap() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp337 dbgs() << format("%08x %bb.%u\t", BBI.Offset, J) in dumpBBs()
340 << format(" size=%#x\n", BBInfo[J].Size); in dumpBBs()
1073 << format(" insn address=%#x", UserOffset) << " in " in isCPEntryInRange()
1075 << format("%#x-%x\t", BBI.Offset, BBI.postOffset()) << *MI in isCPEntryInRange()
1076 << format("CPE address=%#x offset=%+d: ", CPEOffset, in isCPEntryInRange()
1288 << format(", expected CPE offset %#x\n", CPEOffset)); in createNewWater()
1331 LLVM_DEBUG(dbgs() << format("Split in middle of big block before %#x", in createNewWater()
1339 LLVM_DEBUG(dbgs() << format(", adjusted to %#x", BaseInsertOffset) in createNewWater()
1376 LLVM_DEBUG(dbgs() << format("Move inside block: %#x\n", BaseInsertOffset)); in createNewWater()
1550 << format(" offse in handleConstantPoolUser()
[all...]
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp434 GLuint format = 0;
439 case FBO_RGBA4: internalFormat = GL_RGBA4; format = GL_RGBA; type = GL_UNSIGNED_SHORT_4_4_4_4; break;
440 case FBO_RGB5_A1: internalFormat = GL_RGB5_A1; format = GL_RGBA; type = GL_UNSIGNED_SHORT_5_5_5_1; break;
441 case FBO_RGB565: internalFormat = GL_RGB565; format = GL_RGB; type = GL_UNSIGNED_SHORT_5_6_5; break;
442 case FBO_RGBA8: internalFormat = GL_RGBA8; format = GL_RGBA; type = GL_UNSIGNED_BYTE; break;
443 case FBO_RGB10_A2: internalFormat = GL_RGB10_A2; format = GL_RGBA; type = GL_UNSIGNED_INT_2_10_10_10_REV; break;
444 case FBO_RGBA_FLOAT16: internalFormat = GL_RGBA16F; format = GL_RGBA; type = GL_HALF_FLOAT; break;
445 case FBO_RGBA_FLOAT32: internalFormat = GL_RGBA32F; format = GL_RGBA; type = GL_FLOAT; break;
454 << ", format = " << glu::getTextureFormatStr(format)
[all...]
/third_party/f2fs-tools/fsck/
H A Dxattr.h44 u8 format; member
/third_party/ffmpeg/libavfilter/
H A Dlavfutils.c114 *pix_fmt = frame->format; in ff_load_image()
H A Dsignature.h133 int format; member
H A Daf_volumedetect.c46 if (!av_sample_fmt_is_planar(samples->format)) { in filter_frame()
H A Dboxblur.c51 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in ff_boxblur_eval_filter_params()
H A Dvf_bbox.c122 desc = av_pix_fmt_desc_get(outlink->format); in config_output()
H A Dvf_format.c23 * format and noformat video filters
66 av_log(ctx, AV_LOG_ERROR, "Empty output format string.\n"); in init()
109 /* for each format known to lavu, check if it's in the list of in init()
145 AVFILTER_DEFINE_CLASS_EXT(format, "(no)format", options);
165 .name = "format",
H A Dvf_pixdesctest.c47 priv->pix_desc = av_pix_fmt_desc_get(inlink->format); in config_props()
127 .description = NULL_IF_CONFIG_SMALL("Test pixel format definitions."),
H A Dvf_shuffleplanes.c33 /* number of planes in the selected pixel format */
83 s->planes = av_pix_fmt_count_planes(inlink->format); in shuffleplanes_config_input()
/third_party/ffmpeg/libavcodec/
H A Dqsv_internal.h131 int ff_qsv_map_pixfmt(enum AVPixelFormat format, uint32_t *fourcc);
H A Dnvenc.h90 NV_ENC_BUFFER_FORMAT format; member
188 /* the actual data pixel format, different from
/third_party/ffmpeg/libavformat/
H A Dbmv.c54 st->codecpar->format = AV_PIX_FMT_PAL8; in bmv_read_header()
H A Dfilmstripdec.c66 st->codecpar->format = AV_PIX_FMT_RGBA; in read_header()
H A Daptxdec.c46 st->codecpar->format = AV_SAMPLE_FMT_S32P; in aptx_read_header_common()
H A Drtpenc_rfc4175.c34 switch (s1->streams[0]->codecpar->format) { in ff_rtp_send_raw_rfc4175()
H A Dv210.c59 st->codecpar->format = ctx->iformat->raw_codec_id == AV_CODEC_ID_V210 ? in v210_read_header()
H A Dimx.c66 vst->codecpar->format = AV_PIX_FMT_PAL8; in simbiosis_imx_read_header()
H A Doggparsedirac.c48 st->codecpar->format = dsh->pix_fmt; in dirac_header()
/third_party/ffmpeg/libavutil/
H A Davstring.h122 * Append output to a string, according to a format. Never write out of
128 * @param fmt printf-compatible format string, specifying how the
150 * Print arguments following specified format into a large enough auto
152 * @param fmt printf-compatible format string, specifying how the
162 * @deprecated use av_asprintf() with "%f" or a more specific format
431 int av_sscanf(const char *string, const char *format, ...);
H A Dframe.h101 * This has the same format as AV_PKT_DATA_SKIP_SAMPLES.
122 * The GOP timecode in 25 bit timecode format. Data format is 64-bit integer.
141 * format described by ISO 15076-1 with an optional name defined in the
149 * The timecode format is described in the documentation of av_timecode_get_smpte_from_framenum()
340 * NOTE: Pointers not needed by the format MUST be set to NULL.
408 * format of the frame, -1 if unknown or unset
412 int format; member
656 * For hwaccel-format frames, this should be a reference to the
782 * - format (pixe
[all...]
/third_party/glfw/include/GLFW/
H A Dglfw3native.h597 * @param[out] format Where to store the OSMesa pixel format of the color
614 GLFWAPI int glfwGetOSMesaColorBuffer(GLFWwindow* window, int* width, int* height, int* format, void** buffer);
/third_party/ffmpeg/libswresample/aarch64/
H A Dresample_init.c113 switch(c->format) { in DECLARE_RESAMPLE_COMMON_TEMPLATE()

Completed in 18 milliseconds

1...<<191192193194195196197198199200>>...307