/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_blitter.c | 311 enum a5xx_color_fmt sfmt, dfmt; in emit_blit() local
|
/third_party/icu/icu4c/source/samples/cal/ |
H A D | cal.c | 432 UDateFormat *dfmt; in print_month() local 549 UDateFormat *dfmt; in print_year() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | adapter9.c | 176 backbuffer_format( D3DFORMAT dfmt, in backbuffer_format() argument 202 enum pipe_format dfmt, bfmt; NineAdapter9_CheckDeviceType() local 484 enum pipe_format dfmt, bfmt, zsfmt; NineAdapter9_CheckDepthStencilMatch() local 532 enum pipe_format dfmt, bfmt; NineAdapter9_CheckDeviceFormatConversion() local [all...] |
/third_party/skia/third_party/externals/icu/source/samples/cal/ |
H A D | cal.c | 432 UDateFormat *dfmt; in print_month() local 549 UDateFormat *dfmt; in print_year() local [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shader_util.c | 116 unsigned ac_get_tbuffer_format(enum amd_gfx_level gfx_level, unsigned dfmt, unsigned nfmt) in ac_get_tbuffer_format() argument 418 const struct ac_data_format_info *ac_get_data_format_info(unsigned dfmt) in ac_get_data_format_info() argument [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 419 unsigned dfmt = attrib_format & 0xf; in init_context() local
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtifmtts.cpp | 312 const DateFormat* dfmt = dtitvfmt->getDateFormat(); in testAPI() local
|
H A D | calregts.cpp | 2044 DateFormat& dfmt = *(DateFormat*)&fmt; in Test4197699() local
|
H A D | dtfmttst.cpp | 4389 LocalPointer<DateFormat> dfmt; in TestNonGregoFmtParse() local [all...] |
H A D | numfmtst.cpp | 8612 DecimalFormat *dfmt = (DecimalFormat *) fmt.getAlias(); in Test11376_getAndSetPositivePrefix() local 8632 DecimalFormat *dfmt = (DecimalFormat *) fmt.getAlias(); in Test11376_getAndSetPositivePrefix() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_formats.c | 151 radv_translate_vertex_format(const struct radv_physical_device *pdevice, VkFormat format, const struct util_format_description *desc, unsigned *dfmt, unsigned *nfmt, bool *post_shuffle, enum radv_vs_input_alpha_adjust *alpha_adjust) radv_translate_vertex_format() argument
|
H A D | radv_pipeline.c | 4212 unsigned dfmt = attrib_format & 0xf; in radv_lower_vs_input() local
|
H A D | radv_cmd_buffer.c | 3725 unsigned dfmt = format & 0xf; in radv_write_vertex_descriptors() local 6095 unsigned nfmt, dfmt; in radv_CmdSetVertexInputEXT() local
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-diff.c | 510 struct diff_hpp_fmt *dfmt = container_of(fmt, struct diff_hpp_fmt, fmt); in fmt_to_data_file() local 532 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt() argument 1323 struct diff_hpp_fmt *dfmt = in hpp__color_baseline() local 1397 struct diff_hpp_fmt *dfmt = in __hpp__color_compare() local 1516 struct diff_hpp_fmt *dfmt = hpp__color_cycles_hist() local 1648 __hpp__entry_global(struct hist_entry *he, struct diff_hpp_fmt *dfmt, char *buf, size_t size) __hpp__entry_global() argument 1668 struct diff_hpp_fmt *dfmt = hpp__entry_global() local 1686 struct diff_hpp_fmt *dfmt = hpp__header() local 1697 struct diff_hpp_fmt *dfmt = hpp__width() local 1704 init_header(struct data__file *d, struct diff_hpp_fmt *dfmt) init_header() argument 1738 struct diff_hpp_fmt *dfmt = &d->fmt[idx]; data__hpp_register() local [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 512 struct diff_hpp_fmt *dfmt = container_of(fmt, struct diff_hpp_fmt, fmt); in fmt_to_data_file() local 534 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt() argument 1326 struct diff_hpp_fmt *dfmt = in hpp__color_baseline() local 1400 struct diff_hpp_fmt *dfmt = in __hpp__color_compare() local 1519 struct diff_hpp_fmt *dfmt = hpp__color_cycles_hist() local 1651 __hpp__entry_global(struct hist_entry *he, struct diff_hpp_fmt *dfmt, char *buf, size_t size) __hpp__entry_global() argument 1671 struct diff_hpp_fmt *dfmt = hpp__entry_global() local 1689 struct diff_hpp_fmt *dfmt = hpp__header() local 1700 struct diff_hpp_fmt *dfmt = hpp__width() local 1707 init_header(struct data__file *d, struct diff_hpp_fmt *dfmt) init_header() argument 1741 struct diff_hpp_fmt *dfmt = &d->fmt[idx]; data__hpp_register() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_surface.c | 158 const enum pipe_format dfmt = dst->base.base.format; in nv50_2d_texture_do_copy() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 168 const enum pipe_format dfmt = dst->base.base.format; in nvc0_2d_texture_do_copy() local
|
/third_party/python/Objects/ |
H A D | memoryobject.c | 274 const char *dfmt, *sfmt; in equiv_format() local
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 1387 ac_build_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned num_channels, unsigned dfmt, unsigned nfmt, unsigned cache_policy, bool can_speculate, bool structurized) ac_build_tbuffer_load() argument 1415 ac_build_struct_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned num_channels, unsigned dfmt, unsigned nfmt, unsigned cache_policy, bool can_speculate) ac_build_struct_tbuffer_load() argument
|