Home
last modified time | relevance | path

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

/third_party/spirv-tools/test/opt/
H A Dlocal_ssa_elim_test.cpp4299 Light lights[LIGHT_COUNT]; in TEST_F() member
4350 float4 shadowClip = mul(ubo.lights[i].viewMatrix, float4(fragPos.xyz, 1.0)); in TEST_F()
4379 float3 L = ubo.lights[i].position.xyz - fragPos; in TEST_F()
4393 float3 dir = normalize(ubo.lights[i].position.xyz - ubo.lights[i].target.xyz); in TEST_F()
4409 fragcolor += float3((diff + spec) * spotEffect * heightAttenuation) * ubo.lights[i].color.rgb * albedo.rgb; in TEST_F()
4472 %267 = OpString "lights" in TEST_F()
4508 OpMemberName %UBO 1 "lights" in TEST_F()

Completed in 7 milliseconds