Home
last modified time | relevance | path

Searched defs:format (Results 1576 - 1600 of 3882) sorted by relevance

1...<<61626364656667686970>>...156

/third_party/lz4/examples/
H A Dcompress_functions.c339 const char *format = "|%-14s|%-30s|%'14.9f|%'16d|%'14d|%'13.2f%%|\n"; in main() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-list-format.cc151 ResolvedOptions(Isolate* isolate, Handle<JSListFormat> format) ResolvedOptions() argument
216 FormatListCommon( Isolate* isolate, Handle<JSListFormat> format, Handle<FixedArray> list, const std::function<MaybeHandle<T>(Isolate*, const icu::FormattedValue&)>& formatToResult) FormatListCommon() argument
278 FormatList(Isolate* isolate, Handle<JSListFormat> format, Handle<FixedArray> list) FormatList() argument
286 FormatListToParts( Isolate* isolate, Handle<JSListFormat> format, Handle<FixedArray> list) FormatListToParts() argument
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog-utils.cc154 void Log::MessageBuilder::AppendFormatString(const char* format, ...) { in AppendFormatString() argument
222 int Log::MessageBuilder::FormatStringIntoBuffer(const char* format, in FormatStringIntoBuffer() argument
233 void Log::MessageBuilder::AppendRawFormatString(const char* format, ...) { in AppendRawFormatString() argument
/third_party/node/deps/v8/src/profiler/
H A Dstrings-storage.cc46 const char* StringsStorage::GetFormatted(const char* format, ...) { in GetFormatted() argument
69 const char* StringsStorage::GetVFormatted(const char* format, va_list args) { in GetVFormatted() argument
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.h153 void Add(const char* format) { Add(base::CStrVector(format)); } in Add() argument
154 void Add(base::Vector<const char> format) { in Add() argument
159 void Add(const char* format, Args... args) { in Add() argument
164 void Add(base::Vector<const char> format, Args... args) { in Add() argument
/third_party/node/deps/v8/src/utils/
H A Dutils.cc35 void PrintF(const char* format, ...) { in PrintF() argument
42 void PrintF(FILE* out, const char* format, ...) { in PrintF() argument
49 void PrintPID(const char* format, ...) { in PrintPID() argument
57 void PrintIsolate(void* isolate, const char* format, argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c451 enum a4xx_color_fmt format = 0; in fd4_program_emit() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c53 enum a5xx_color_fmt format = 0; in emit_mrt() local
525 enum a5xx_color_fmt format = in emit_mem2gmem_surf() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c214 enum pipe_format format = cso->format; in fd6_sampler_view_update() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c90 uint16_t format; member
H A Dfreedreno_screen.c856 fd_screen_query_dmabuf_modifiers(struct pipe_screen *pscreen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) fd_screen_query_dmabuf_modifiers() argument
886 fd_screen_is_dmabuf_modifier_supported(struct pipe_screen *pscreen, uint64_t modifier, enum pipe_format format, bool *external_only) fd_screen_is_dmabuf_modifier_supported() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.c542 i915_is_format_supported(struct pipe_screen *screen, enum pipe_format format, in i915_is_format_supported() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c145 convert_clear_color(enum pipe_format format, in convert_clear_color() argument
39 iris_is_color_fast_clear_compatible(struct iris_context *ice, enum isl_format format, const union isl_color_value color) iris_is_color_fast_clear_compatible() argument
306 clear_color(struct iris_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format format, struct isl_swizzle swizzle, union isl_color_value color) clear_color() argument
700 enum isl_format format = res->surf.format; iris_clear_texture() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_format.c72 int format; member
H A Dlima_screen.c534 static bool lima_is_modifier_external_only(enum pipe_format format) in lima_is_modifier_external_only() argument
316 lima_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) lima_screen_is_format_supported() argument
540 lima_screen_query_dmabuf_modifiers(struct pipe_screen *pscreen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) lima_screen_query_dmabuf_modifiers() argument
562 lima_screen_is_dmabuf_modifier_supported(struct pipe_screen *pscreen, uint64_t modifier, enum pipe_format format, bool *external_only) lima_screen_is_dmabuf_modifier_supported() argument
[all...]
H A Dlima_texture.h45 uint32_t format : 6; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs.h44 enum pipe_format format; member
52 enum attrib_emit format; /* output format */ member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c151 report_error( struct sanity_check_ctx *ctx, const char *format, ... ) report_error() argument
170 report_warning( struct sanity_check_ctx *ctx, const char *format, ... ) report_warning() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer_helper.c103 enum pipe_format format in u_transfer_helper_resource_create() local
43 need_interleave_path(struct u_transfer_helper *helper, enum pipe_format format) need_interleave_path() argument
252 enum pipe_format format = prsc->format; u_transfer_helper_transfer_map() local
371 enum pipe_format iformat, format = ptrans->resource->format; flush_region() local
597 enum pipe_format format = prsc->format; u_transfer_helper_deinterleave_transfer_map() local
696 enum pipe_format format = ptrans->resource->format; u_transfer_helper_deinterleave_transfer_unmap() local
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dmagic.c86 asahi_classify_attachment(enum pipe_format format) in asahi_classify_attachment() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_format.c203 d3d12_get_format(enum pipe_format format) in d3d12_get_format() argument
209 d3d12_get_typeless_format(enum pipe_format format) in d3d12_get_typeless_format() argument
215 d3d12_get_pipe_format(DXGI_FORMAT format) in d3d12_get_pipe_format() argument
226 d3d12_get_default_pipe_format(DXGI_FORMAT format) in d3d12_get_default_pipe_format() argument
413 d3d12_non_opaque_plane_count(DXGI_FORMAT format) in d3d12_non_opaque_plane_count() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h399 translate_clear_depth_stencil(enum pipe_format format, float depth, in translate_clear_depth_stencil() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c734 enum pipe_video_format format = u_reduce_video_profile(profile); in si_get_video_param() local
782 static bool si_vid_is_format_supported(struct pipe_screen *screen, enum pipe_format format, in si_vid_is_format_supported() argument
[all...]
/third_party/mesa3d/src/gallium/tools/trace/
H A Dparse.py35 import format namespace
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.h57 enum pipe_format format; member
74 enum pipe_format format; member

Completed in 23 milliseconds

1...<<61626364656667686970>>...156