Searched refs:fmt_idx (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | printf.cpp | 52 cl_uint fmt_idx = *(cl_uint*)&buffer[buf_pos]; local in function:__anon6ee0006e0110::print_formatted 53 assert(fmt_idx > 0); 54 binary::printf_info fmt = formatters[fmt_idx-1];
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | 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 [all...] |
| H A D | xf86drmMode.h | 236 uint32_t fmt_idx, mod_idx; member in struct:_drmModeFormatModifierIterator
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_opencl.c | 834 nir_ssa_def *fmt_idx = nir_imm_int(&b->nb, info_idx); local in function:handle_printf 835 nir_ssa_def *ret = nir_printf(&b->nb, fmt_idx, &deref_var->dest.ssa);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 3895 const int fmt_idx = hide_prefix ? 0 : (flags & ImGuiColorEditFlags_HSV) ? 2 : 1; local in function:ImGui::ColorEdit4 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/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 3895 const int fmt_idx = hide_prefix ? 0 : (flags & ImGuiColorEditFlags_HSV) ? 2 : 1; local in function:ImGui::ColorEdit4 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 81 milliseconds