Searched refs:pos0 (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c61 float *pos0 = v0->data[pos]; local in function:wideline_line
66 const float dx = fabsf(pos0[0] - pos2[0]);
67 const float dy = fabsf(pos0[1] - pos2[1]);
83 pos0[1] = pos0[1] - half_width - bias;
88 if (pos0[0] < pos2[0]) {
90 pos0[0] -= 0.5f;
97 pos0[0] += 0.5f;
106 pos0[0] = pos0[
[all...]
H A Ddraw_pipe_stipple.c127 const float *pos0 = v0->data[pos]; local in function:stipple_line
132 float x0 = pos0[0];
134 float y0 = pos0[1];
H A Ddraw_pipe_wide_point.c141 float *pos0 = v0->data[pos]; local in function:widepoint_point
160 pos0[0] += left_adj;
161 pos0[1] += top_adj;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c61 float *pos0 = v0->data[pos]; local in function:wideline_line
66 const float dx = fabsf(pos0[0] - pos2[0]);
67 const float dy = fabsf(pos0[1] - pos2[1]);
83 pos0[1] = pos0[1] - half_width - bias;
88 if (pos0[0] < pos2[0]) {
90 pos0[0] -= 0.5f;
97 pos0[0] += 0.5f;
106 pos0[0] = pos0[
[all...]
H A Ddraw_pipe_stipple.c127 const float *pos0 = v0->data[pos]; local in function:stipple_line
132 float x0 = pos0[0];
134 float y0 = pos0[1];
H A Ddraw_pipe_wide_point.c141 float *pos0 = v0->data[pos]; local in function:widepoint_point
160 pos0[0] += left_adj;
161 pos0[1] += top_adj;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.3.rst173 - aco: set vm for pos0 exports on GFX10
H A D20.0.0.rst2815 - aco: set vm for pos0 exports on GFX10
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c542 int pos0 = find_output_by_semantic(&shader->info.base, local in function:generate_fs_loop
548 if (pos0 != -1 && outputs[pos0][2]) {
549 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z");
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1847 IMGUI_API void AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments = 0);
H A Dimgui_widgets.cpp5334 ImVec2 pos0 = ImLerp(inner_bb.Min, inner_bb.Max, tp0); local in function:ImGui::PlotEx
5338 window->DrawList->AddLine(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base);
5342 if (pos1.x >= pos0.x + 2.0f)
5344 window->DrawList->AddRectFilled(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base);
H A Dimgui_draw.cpp1166 void ImDrawList::AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments) argument
1171 PathLineTo(pos0);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1847 IMGUI_API void AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments = 0);
H A Dimgui_widgets.cpp5334 ImVec2 pos0 = ImLerp(inner_bb.Min, inner_bb.Max, tp0); local in function:ImGui::PlotEx
5338 window->DrawList->AddLine(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base);
5342 if (pos1.x >= pos0.x + 2.0f)
5344 window->DrawList->AddRectFilled(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base);
H A Dimgui_draw.cpp1166 void ImDrawList::AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments) argument
1171 PathLineTo(pos0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1069 int pos0 = find_output_by_semantic(&shader->info.base, local in function:generate_fs_loop
1072 LLVMValueRef out = LLVMBuildLoad(builder, outputs[pos0][2], "");

Completed in 83 milliseconds