Home
last modified time | relevance | path

Searched refs:numLights (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/src/shaders/
DSkLights.cpp22 int numLights = buf.readInt(); in MakeFromBuffer() local
24 for (int l = 0; l < numLights; ++l) { in MakeFromBuffer()
54 buf.writeInt(this->numLights()); in flatten()
55 for (int l = 0; l < this->numLights(); ++l) { in flatten()
DSkLights.h148 int numLights() const { return fLights.count(); } in numLights() function
DSkLightingShader.cpp245 for (int i = 0; i < lights->numLights(); ++i) { in LightingFP()
388 for (int l = 0; l < lightShader.fLights->numLights(); ++l) { in shadeSpan()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderCompilationCases.cpp502 … bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, int numLights, LightType light…
668 …tion, int caseID, InvalidityType invalidityType, bool isVertexCase, int numLights, LightType light…
757 static string lightVertexTemplate (int numLights, bool isVertexCase, LightType lightType) in lightVertexTemplate() argument
771 for (int lightNdx = 0; lightNdx < numLights; lightNdx++) in lightVertexTemplate()
801 "varying mediump vec3 v_directionToLight${NAME_SPEC}[" + de::toString(numLights) + "];\n" in lightVertexTemplate()
802 "varying mediump float v_distanceToLight${NAME_SPEC}[" + de::toString(numLights) + "];\n"; in lightVertexTemplate()
855 for (int lightNdx = 0; lightNdx < numLights; lightNdx++) in lightVertexTemplate()
903 static string lightFragmentTemplate (int numLights, bool isVertexCase, LightType lightType) in lightFragmentTemplate() argument
916 for (int lightNdx = 0; lightNdx < numLights; lightNdx++) in lightFragmentTemplate()
945 "varying mediump vec3 v_directionToLight${NAME_SPEC}[" + de::toString(numLights) + "];\n" in lightFragmentTemplate()
[all …]
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderCompilationCases.cpp502 … bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, int numLights, LightType light…
668 …tion, int caseID, InvalidityType invalidityType, bool isVertexCase, int numLights, LightType light…
757 static string lightVertexTemplate (int numLights, bool isVertexCase, LightType lightType) in lightVertexTemplate() argument
772 for (int lightNdx = 0; lightNdx < numLights; lightNdx++) in lightVertexTemplate()
802 "out mediump vec3 v_directionToLight${NAME_SPEC}[" + de::toString(numLights) + "];\n" in lightVertexTemplate()
803 "out mediump float v_distanceToLight${NAME_SPEC}[" + de::toString(numLights) + "];\n"; in lightVertexTemplate()
856 for (int lightNdx = 0; lightNdx < numLights; lightNdx++) in lightVertexTemplate()
904 static string lightFragmentTemplate (int numLights, bool isVertexCase, LightType lightType) in lightFragmentTemplate() argument
921 for (int lightNdx = 0; lightNdx < numLights; lightNdx++) in lightFragmentTemplate()
950 "in mediump vec3 v_directionToLight${NAME_SPEC}[" + de::toString(numLights) + "];\n" in lightFragmentTemplate()
[all …]
/third_party/skia/third_party/externals/tint/test/bug/tint/
D1121.wgsl.expected.wgsl28 numLights : u32;
52 if ((index >= config.numLights)) {
D1121.wgsl.expected.glsl24 uint numLights;
46 if ((index >= config.numLights)) {
D1121.wgsl29 numLights : u32;
50 if (index >= config.numLights) {
D1121.wgsl.expected.msl37 /* 0x0000 */ uint numLights;
57 if ((index >= (*(tint_symbol_1)).numLights)) {
D1121.wgsl.expected.spvasm26 OpMemberName %Config 0 "numLights"
/third_party/glslang/Test/
DspecExamples.frag58 const int numLights = 2;
59 light lights[numLights];
/third_party/glslang/Test/baseResults/
DspecExamples.frag.out304 0:? 'numLights' ( const int)
579 0:? 'numLights' ( const int)
/third_party/openGLES/extensions/NV/
DNV_parameter_buffer_object.txt303 ALIAS numLights = program.buffer[5][6];
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_parameter_buffer_object.txt303 ALIAS numLights = program.buffer[5][6];