Home
last modified time | relevance | path

Searched refs:beckmann (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DUtil.h22 float beckmann(float _c, float m);
DUtil.cpp166 float beckmann(float _c, float m) in beckmann() function
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingFresnel/
DLightingFresnel.cpp100 lut[j] = 0.85f * beckmann((float)j/128.f, 0.3f); in SetLutTable()
110 lut[j] = beckmann((float)j/128.f, 1.4f); in SetLutTable()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingMicrofacet/
DLightingMicrofacet.cpp322 lut[j] = beckmann((float)j/128.f, 1.f); /* m=1.0 */ in State2()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSss/
DLightingSss.cpp216 lut[j] = beckmann((float)j / 128.f, 0.5f); in SetLutTable()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/
DCommandBufferJump.cpp341 lut[j] = beckmann((float)j/128.f, 1.f); /* m=1.0 */ in State2()