OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmt_idx
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
printf.cpp
52
cl_uint
fmt_idx
= *(cl_uint*)&buffer[buf_pos];
local
53
assert(
fmt_idx
> 0);
54
binary::printf_info fmt = formatters[
fmt_idx
-1];
/xsrc/external/mit/libdrm/dist/
xf86drmMode.c
791
/*
fmt_idx
and mod_idx designate the number of processed formats
794
if (iter->
fmt_idx
>= fmt_mod_blob->count_formats ||
798
iter->fmt = blob_formats[iter->
fmt_idx
];
805
/* Check if the format that
fmt_idx
designates, belongs to
808
if (iter->
fmt_idx
< mod->offset ||
809
iter->
fmt_idx
>= mod->offset + 64)
811
if (!(mod->formats & (1 << (iter->
fmt_idx
- mod->offset))))
820
iter->
fmt_idx
++;
835
* NOTE: clients should not make any assumption on mod_idx and
fmt_idx
values
851
tmp.
fmt_idx
= iter->fmt_idx
[
all
...]
xf86drmMode.h
236
uint32_t
fmt_idx
, mod_idx;
member in struct:_drmModeFormatModifierIterator
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_opencl.c
834
nir_ssa_def *
fmt_idx
= nir_imm_int(&b->nb, info_idx);
local
835
nir_ssa_def *ret = nir_printf(&b->nb,
fmt_idx
, &deref_var->dest.ssa);
/xsrc/external/mit/MesaLib/dist/src/imgui/
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]);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
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]);
Completed in 36 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026