Searched refs:lightData (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/tint/test/bug/tint/ |
D | 949.wgsl.expected.hlsl | 118 …vf3_f1_(inout float3 viewDirectionW, inout float3 vNormal, inout float4 lightData, inout float3 di… 124 const float4 x_213 = lightData; 131 const float4 x_228 = lightData;
|
D | 949.wgsl.expected.glsl | 135 …3_vf3_vf3_f1_(inout vec3 viewDirectionW, inout vec3 vNormal, inout vec4 lightData, inout vec3 diff… 141 vec4 x_213 = lightData; 148 vec4 x_228 = lightData;
|
D | 949.wgsl.expected.spvasm | 88 OpName %lightData "lightData" 493 %lightData = OpFunctionParameter %_ptr_Function_v4float 504 %267 = OpLoad %v4float %lightData 521 %287 = OpLoad %v4float %lightData
|
D | 949.wgsl.expected.msl | 157 …onst viewDirectionW, thread float3* const vNormal, thread float4* const lightData, thread float3* … 163 float4 const x_213 = *(lightData); 170 float4 const x_228 = *(lightData);
|
D | 949.wgsl | 169 …ectionW : ptr<function, vec3<f32>>, vNormal : ptr<function, vec3<f32>>, lightData : ptr<function, … 175 let x_213 : vec4<f32> = *(lightData); 182 let x_228 : vec4<f32> = *(lightData);
|
D | 949.wgsl.expected.wgsl | 168 …ectionW : ptr<function, vec3<f32>>, vNormal : ptr<function, vec3<f32>>, lightData : ptr<function, … 174 let x_213 : vec4<f32> = *(lightData); 181 let x_228 : vec4<f32> = *(lightData);
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_cmd.h | 1527 SVGA3dLightData lightData[SVGA3D_NUM_LIGHTS]; member
|