Searched refs:fmt_idx (Results 1 - 8 of 8) sorted by relevance
/third_party/fsverity-utils/common/ |
H A D | win32_defs.h | 36 # define __printf(fmt_idx, vargs_idx) \ 37 __attribute__((format(gnu_printf, fmt_idx, vargs_idx)))
|
H A D | common_defs.h | 34 # define __printf(fmt_idx, vargs_idx) \ 35 __attribute__((format(printf, fmt_idx, vargs_idx)))
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | printf.cpp | 52 cl_uint fmt_idx = *(cl_uint*)&buffer[buf_pos]; in print_formatted() local 53 assert(fmt_idx > 0); in print_formatted() 54 binary::printf_info fmt = formatters[fmt_idx-1]; in print_formatted()
|
/third_party/libdrm/ |
H A D | xf86drmMode.c | 758 /* fmt_idx and mod_idx designate the number of processed formats in _drmModeFormatModifierGetNext() 761 if (iter->fmt_idx >= fmt_mod_blob->count_formats || in _drmModeFormatModifierGetNext() 765 iter->fmt = blob_formats[iter->fmt_idx]; in _drmModeFormatModifierGetNext() 772 /* Check if the format that fmt_idx designates, belongs to in _drmModeFormatModifierGetNext() 775 if (iter->fmt_idx < mod->offset || in _drmModeFormatModifierGetNext() 776 iter->fmt_idx >= mod->offset + 64) in _drmModeFormatModifierGetNext() 778 if (!(mod->formats & (1 << (iter->fmt_idx - mod->offset)))) in _drmModeFormatModifierGetNext() 787 iter->fmt_idx++; in _drmModeFormatModifierGetNext() 802 * NOTE: clients should not make any assumption on mod_idx and fmt_idx values 818 tmp.fmt_idx in drmModeFormatModifierBlobIterNext() [all...] |
H A D | xf86drmMode.h | 236 uint32_t fmt_idx, mod_idx; member
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_opencl.c | 834 nir_ssa_def *fmt_idx = nir_imm_int(&b->nb, info_idx); in handle_printf() local 835 nir_ssa_def *ret = nir_printf(&b->nb, fmt_idx, &deref_var->dest.ssa); in handle_printf()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 3895 const int fmt_idx = hide_prefix ? 0 : (flags & ImGuiColorEditFlags_HSV) ? 2 : 1; 3906 value_changed |= DragFloat(ids[n], &f[n], 1.0f/255.0f, 0.0f, hdr ? 0.0f : 1.0f, fmt_table_float[fmt_idx][n]); 3911 value_changed |= DragInt(ids[n], &i[n], 1.0f, 0, hdr ? 0 : 255, fmt_table_int[fmt_idx][n]);
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 4899 const int fmt_idx = hide_prefix ? 0 : (flags & ImGuiColorEditFlags_DisplayHSV) ? 2 : 1; 4910 value_changed |= DragFloat(ids[n], &f[n], 1.0f / 255.0f, 0.0f, hdr ? 0.0f : 1.0f, fmt_table_float[fmt_idx][n]); 4915 value_changed |= DragInt(ids[n], &i[n], 1.0f, 0, hdr ? 0 : 255, fmt_table_int[fmt_idx][n]);
|
Completed in 26 milliseconds