Searched refs:v_idx (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5302 const int v_idx = (int)(t * item_count); local in function:ImGui::PlotEx
5303 IM_ASSERT(v_idx >= 0 && v_idx < values_count);
5305 const float v0 = values_getter(data, (v_idx + values_offset) % values_count);
5306 const float v1 = values_getter(data, (v_idx + 1 + values_offset) % values_count);
5308 SetTooltip("%d: %8.4g\n%d: %8.4g", v_idx, v0, v_idx+1, v1);
5310 SetTooltip("%d: %8.4g", v_idx, v0);
5311 v_hovered = v_idx;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5302 const int v_idx = (int)(t * item_count); local in function:ImGui::PlotEx
5303 IM_ASSERT(v_idx >= 0 && v_idx < values_count);
5305 const float v0 = values_getter(data, (v_idx + values_offset) % values_count);
5306 const float v1 = values_getter(data, (v_idx + 1 + values_offset) % values_count);
5308 SetTooltip("%d: %8.4g\n%d: %8.4g", v_idx, v0, v_idx+1, v1);
5310 SetTooltip("%d: %8.4g", v_idx, v0);
5311 v_hovered = v_idx;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_rt.c351 nir_ssa_def *v_idx = local in function:load_sbt_entry
354 nir_store_var(b, vars->idx, v_idx, 1);

Completed in 33 milliseconds