Home
last modified time | relevance | path

Searched refs:lightRange (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.hpp164 float lightRange[8]; member
223 void setLightRange(unsigned int light, float lightRange);
DVertexProcessor.cpp347 void VertexProcessor::setLightRange(unsigned int light, float lightRange) in setLightRange() argument
351 ff.lightRange[light] = lightRange; in setLightRange()
/third_party/glslang/Test/
Dspv.debuginfo.hlsl.frag168 float lightRange = 100.0;
176 float heightAttenuation = smoothstep(lightRange, 0.0f, dist);
Dspv.debuginfo.glsl.frag165 float lightRange = 100.0;
173 float heightAttenuation = smoothstep(lightRange, 0.0f, dist);
/third_party/glslang/Test/baseResults/
Dspv.debuginfo.glsl.frag.out76 702: String "lightRange"
148 Name 700 "lightRange"
436 700(lightRange): 23(ptr) Variable Function
645 …: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 28(DebugDeclare) 701 700(lightRange) 47
646 Store 700(lightRange) 704
675 746: 16(float) Load 700(lightRange)
Dspv.debuginfo.hlsl.frag.out83 720: String "lightRange"
163 Name 718 "lightRange"
835 718(lightRange): 22(ptr) Variable Function
1012 …: 4 ExtInst 2(NonSemantic.Shader.DebugInfo.100) 28(DebugDeclare) 719 718(lightRange) 47
1013 Store 718(lightRange) 722
1042 764: 8(float) Load 718(lightRange)
/third_party/spirv-tools/test/opt/
Dlocal_ssa_elim_test.cpp4390 float lightRange = 100.0; in TEST_F()
4398 float heightAttenuation = smoothstep(lightRange, 0.0f, dist); in TEST_F()
4457 %211 = OpString "lightRange" in TEST_F()