Searched refs:out_v (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dvaryings_test.cpp277 ir_variable *const out_v = local in function:TEST_F
282 out_v->init_interface_type(simple_interface);
286 out_v,
318 ir_variable *const out_v = local in function:TEST_F
325 out_v,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dvaryings_test.cpp277 ir_variable *const out_v = local in function:TEST_F
282 out_v->init_interface_type(simple_interface);
286 out_v,
318 ir_variable *const out_v = local in function:TEST_F
325 out_v,
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h639 IMGUI_API void ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v);
H A Dimgui_internal.h168 IMGUI_API void ImTriangleBarycentricCoords(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p, float& out_u, float& out_v, float& out_w);
H A Dimgui.cpp1253 void ImTriangleBarycentricCoords(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p, float& out_u, float& out_v, float& out_w) argument
1259 out_v = (v2.x * v1.y - v1.x * v2.y) / denom;
1261 out_u = 1.0f - out_v - out_w;
1778 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v) argument
1795 out_v = r;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h639 IMGUI_API void ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v);
H A Dimgui_internal.h168 IMGUI_API void ImTriangleBarycentricCoords(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p, float& out_u, float& out_v, float& out_w);
H A Dimgui.cpp1253 void ImTriangleBarycentricCoords(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p, float& out_u, float& out_v, float& out_w) argument
1259 out_v = (v2.x * v1.y - v1.x * v2.y) / denom;
1261 out_u = 1.0f - out_v - out_w;
1778 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v) argument
1795 out_v = r;

Completed in 64 milliseconds