Home
last modified time | relevance | path

Searched refs:GetR1 (Results 1 – 15 of 15) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DSVGPathSegArcRel.h33 inline double GetR1() const { return m_r1; } in GetR1() function
H A DSVGPathSegArcAbs.h33 inline double GetR1() const { return m_r1; } in GetR1() function
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DSVGPathSegArcAbs.h33 inline double GetR1() const { return m_r1; } in GetR1() function
H A DSVGPathSegArcRel.h33 inline double GetR1() const { return m_r1; } in GetR1() function
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DHullShaderCodeGen.hpp38 CVariable* GetR1();
H A DPixelShaderCodeGen.cpp31 CVariable* CPixelShader::GetR1() in GetR1() function in IGC::CPixelShader
144 IGC_ASSERT(GetR1()); in AllocatePSPayload()
145 for (uint i = 0; i < GetR1()->GetNumberInstance(); i++) in AllocatePSPayload()
147 AllocateInput(GetR1(), offset, i, forceLiveOut); in AllocatePSPayload()
1122 m_CoarseR1 = GetR1(); in AddPrologue()
1177 EOTRenderTarget(GetR1(), isPerCoarse); in AddEpilogue()
1635 IGC_ASSERT(nullptr != GetR1()); in CreatePassThroughVar()
1636 encoder.MarkAsOutput(GetR1()); in CreatePassThroughVar()
H A DPixelShaderCodeGen.hpp38 CVariable* GetR1();
H A DHullShaderCodeGen.cpp48 CVariable* CHullShader::GetR1() in GetR1() function in IGC::CHullShader
H A DEmitVISAPass.cpp5284 psProgram->GetR1()); in emitRenderTargetWrite()
6951 m_encoder->Copy(payload, psProgram->GetR1()); in emitDualBlendRT()
8056 r = psProgram->GetPhase() == PSPHASE_PIXEL ? psProgram->GetCoarseR1() : psProgram->GetR1(); in getCoarsePixelSize()
8114 floatR1 = psProgram->BitCast(psProgram->GetR1(), ISA_TYPE_F); in emitPSSGV()
8384 CVariable* r1 = m_currShader->BitCast(psProgram->GetR1(), ISA_TYPE_UW); in emitPSSGV()
8431 r = psProgram->GetR1(); in emitPSSGV()
8522 r = m_currShader->GetVarHalf(psProgram->GetR1(), 0); in getPixelPosition()
8557 CVariable* position = m_currShader->BitCast(psProgram->GetR1(), ISA_TYPE_UW); in getPixelPosition()
14964 m_encoder->Copy(payload, psProgram->GetR1()); in emitRenderTargetRead()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdfgradient.h161 double GetR1() const { return m_r1; } in GetR1() function
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DSVGPathSegList.cpp218 ((wxSVGPathSegArcAbs&)pathSeg).GetR1(), in GetValueAsString()
228 ((wxSVGPathSegArcRel&)pathSeg).GetR1(), in GetValueAsString()
H A DSVGCanvasItem.cpp263 Arc(seg.GetX(), seg.GetY(), seg.GetR1(), seg.GetR2(), in Init()
269 Arc(seg.GetX(), seg.GetY(), seg.GetR1(), seg.GetR2(), in Init()
698 double rx = seg.GetR1(); in GetPathMarkPoints()
768 double rx = seg.GetR1(); in GetPathMarkPoints()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DSVGPathSegList.cpp218 ((wxSVGPathSegArcAbs&)pathSeg).GetR1(), in GetValueAsString()
228 ((wxSVGPathSegArcRel&)pathSeg).GetR1(), in GetValueAsString()
H A DSVGCanvasItem.cpp262 Arc(seg.GetX(), seg.GetY(), seg.GetR1(), seg.GetR2(), in Init()
268 Arc(seg.GetX(), seg.GetY(), seg.GetR1(), seg.GetR2(), in Init()
677 double rx = seg.GetR1(); in GetPathMarkPoints()
747 double rx = seg.GetR1(); in GetPathMarkPoints()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfkernel.cpp1176 wxPdfUtility::Double2String(grad->GetR1(),3) + wxString(wxS(" ")) + in PutShaders()