| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_wide_line.c | 61 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 D | draw_pipe_stipple.c | 127 const float *pos0 = v0->data[pos]; local in function:stipple_line 132 float x0 = pos0[0]; 134 float y0 = pos0[1];
|
| H A D | draw_pipe_wide_point.c | 141 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 D | draw_pipe_wide_line.c | 61 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 D | draw_pipe_stipple.c | 127 const float *pos0 = v0->data[pos]; local in function:stipple_line 132 float x0 = pos0[0]; 134 float y0 = pos0[1];
|
| H A D | draw_pipe_wide_point.c | 141 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 D | 19.3.3.rst | 173 - aco: set vm for pos0 exports on GFX10
|
| H A D | 20.0.0.rst | 2815 - aco: set vm for pos0 exports on GFX10
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 542 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 D | imgui.h | 1847 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 D | imgui_widgets.cpp | 5334 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 D | imgui_draw.cpp | 1166 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 D | imgui.h | 1847 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 D | imgui_widgets.cpp | 5334 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 D | imgui_draw.cpp | 1166 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 D | lp_state_fs.c | 1069 int pos0 = find_output_by_semantic(&shader->info.base, local in function:generate_fs_loop 1072 LLVMValueRef out = LLVMBuildLoad(builder, outputs[pos0][2], "");
|