Home
last modified time | relevance | path

Searched defs:uniformIndex (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DDriverUniform.cpp60 for (size_t uniformIndex = 0; uniformIndex < kNumComputeDriverUniforms; ++uniformIndex) in addComputeDriverUniformsToShader() local
102 for (size_t uniformIndex = 0; uniformIndex < kNumGraphicsDriverUniforms; ++uniformIndex) in createUniformFields() local
206 TConstantUnion *uniformIndex = new TConstantUnion; in createDriverUniformRef() local
287 for (size_t uniformIndex = 0; uniformIndex < kNumGraphicsDriverUniformsExt; ++uniformIndex) in createUniformFields() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL31.cpp16 GLuint uniformIndex, in ValidateGetActiveUniformName()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DDriverUniformMetal.cpp50 for (size_t uniformIndex = 0; uniformIndex < kNumGraphicsDriverUniformsMetal; ++uniformIndex) in createUniformFields() local
DResourcesHLSL.cpp192 for (size_t uniformIndex = 0; uniformIndex < mUniforms.size(); ++uniformIndex) in findUniformByName() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp199 TConstantUnion *uniformIndex = new TConstantUnion; in CreateDriverUniformRef() local
368 for (size_t uniformIndex = 0; uniformIndex < kNumGraphicsDriverUniforms; ++uniformIndex) in AddGraphicsDriverUniformsToShader() local
392 for (size_t uniformIndex = 0; uniformIndex < kNumComputeDriverUniforms; ++uniformIndex) in AddComputeDriverUniformsToShader() local
DResourcesHLSL.cpp125 for (size_t uniformIndex = 0; uniformIndex < mUniforms.size(); ++uniformIndex) in findUniformByName() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.cpp329 for (size_t uniformIndex = 0; uniformIndex < uniformCount; ++uniformIndex) in load() local
779 uint32_t uniformIndex = programState.getUniformIndexFromSamplerIndex(samplerIndex); in updateActiveSamplers() local
823 uint32_t uniformIndex = executable.getUniformIndexFromImageIndex(imageIndex); in updateActiveImages() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DShaderImage_test.cpp76 size_t uniformIndex, in CheckExportedImageUniform()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DShaderImage_test.cpp76 size_t uniformIndex, in CheckExportedImageUniform()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_1_autogen.cpp170 GLuint uniformIndex, in GetActiveUniformName()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp592 uint32_t uniformIndex = executable.getUniformIndexFromImageIndex(imageIndex); in addImageDescriptorSetDesc() local
687 uint32_t uniformIndex = programState.getUniformIndexFromSamplerIndex(textureIndex); in addTextureDescriptorSetDesc() local
1434 uint32_t uniformIndex = executable.getUniformIndexFromImageIndex(imageIndex); in updateImagesDescriptorSet() local
1754 uint32_t uniformIndex = programState->getUniformIndexFromSamplerIndex(textureIndex); in updateTexturesDescriptorSet() local
DProgramVk.cpp181 for (unsigned int uniformIndex = 0; uniformIndex < uniformCount; ++uniformIndex) in load() local
216 for (unsigned int uniformIndex = 0; uniformIndex < uniformCount; ++uniformIndex) in save() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h311 UniformIndex uniformIndex; variable
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderStateQueryTests.cpp143 const glw::GLuint uniformIndex = 0; in iterate() local
Des31fBasicComputeShaderTests.cpp1534 …const deUint32 uniformIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "u_coun… in iterate() local
1567 …const deUint32 uniformIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "u_cou… in iterate() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp1042 for (unsigned int uniformIndex = 0; uniformIndex < uniformCount; uniformIndex++) in load() local
2625 for (size_t uniformIndex = 0; uniformIndex < mD3DUniforms.size(); ++uniformIndex) in assignAllSamplerRegisters() local
2634 void ProgramD3D::assignSamplerRegisters(size_t uniformIndex) in assignSamplerRegisters()
2700 for (size_t uniformIndex = 0; uniformIndex < mD3DUniforms.size(); ++uniformIndex) in assignAllImageRegisters() local
2748 void ProgramD3D::assignImageRegisters(size_t uniformIndex) in assignImageRegisters()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp435 for (unsigned int uniformIndex = 0; uniformIndex < uniformCount; ++uniformIndex) in load() local
472 for (unsigned int uniformIndex = 0; uniformIndex < uniformCount; ++uniformIndex) in save() local
574 uint32_t uniformIndex = mState.getUniformIndexFromSamplerIndex(textureIndex); in linkImpl() local
DGlslangWrapper.cpp789 for (unsigned int uniformIndex : programState.getSamplerUniformRange()) in AssignTextureBindings() local
/third_party/flutter/skia/src/gpu/effects/
DGrSkSLFP.cpp217 size_t uniformIndex = 0; in onSetData() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp1083 for (size_t uniformIndex = 0; uniformIndex < uniformCount; uniformIndex++) in load() local
2768 for (size_t uniformIndex = 0; uniformIndex < mD3DUniforms.size(); ++uniformIndex) in assignAllSamplerRegisters() local
2777 void ProgramD3D::assignSamplerRegisters(size_t uniformIndex) in assignSamplerRegisters()
2843 for (size_t uniformIndex = 0; uniformIndex < mD3DUniforms.size(); ++uniformIndex) in assignAllImageRegisters() local
2891 void ProgramD3D::assignImageRegisters(size_t uniformIndex) in assignImageRegisters()
/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp450 int uniformIndex = (int)variables.size(); in blowUpActiveAggregate() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp1545 const GLuint uniformIndex = uniformIndices[ndx]; in test() local
1566 const GLuint uniformIndex = uniformIndices[ndx]; in test() local
1714 StateQueryMemoryWriteGuard<GLuint> uniformIndex; in test() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp852 GLuint uniformIndex; in getUniformBlockMemberInfo() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp844 GLuint uniformIndex; in getUniformBlockMemberInfo() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp749 for (unsigned int uniformIndex : inputAttachmentUniformRange) in AssignInputAttachmentBindings() local
833 for (unsigned int uniformIndex : imageUniformRange) in AssignImageBindings() local
904 for (unsigned int uniformIndex : programExecutable.getSamplerUniformRange()) in AssignTextureBindings() local

12