Searched refs:numLights (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/src/shaders/ |
D | SkLights.cpp | 22 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()
|
D | SkLights.h | 148 int numLights() const { return fLights.count(); } in numLights() function
|
D | SkLightingShader.cpp | 245 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/ |
D | es2pShaderCompilationCases.cpp | 502 … 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/ |
D | es3pShaderCompilationCases.cpp | 502 … 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/ |
D | 1121.wgsl.expected.wgsl | 28 numLights : u32; 52 if ((index >= config.numLights)) {
|
D | 1121.wgsl.expected.glsl | 24 uint numLights; 46 if ((index >= config.numLights)) {
|
D | 1121.wgsl | 29 numLights : u32; 50 if (index >= config.numLights) {
|
D | 1121.wgsl.expected.msl | 37 /* 0x0000 */ uint numLights; 57 if ((index >= (*(tint_symbol_1)).numLights)) {
|
D | 1121.wgsl.expected.spvasm | 26 OpMemberName %Config 0 "numLights"
|
/third_party/glslang/Test/ |
D | specExamples.frag | 58 const int numLights = 2; 59 light lights[numLights];
|
/third_party/glslang/Test/baseResults/ |
D | specExamples.frag.out | 304 0:? 'numLights' ( const int) 579 0:? 'numLights' ( const int)
|
/third_party/openGLES/extensions/NV/ |
D | NV_parameter_buffer_object.txt | 303 ALIAS numLights = program.buffer[5][6];
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_parameter_buffer_object.txt | 303 ALIAS numLights = program.buffer[5][6];
|