Home
last modified time | relevance | path

Searched refs:nextUniformLocation (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DProgramLinkedResources.cpp951 size_t nextUniformLocation = 0; in indexUniforms() local
954 while (mUniformLocations[nextUniformLocation].used() || in indexUniforms()
955 mUniformLocations[nextUniformLocation].ignored) in indexUniforms()
957 nextUniformLocation++; in indexUniforms()
960 ASSERT(nextUniformLocation < mUniformLocations.size()); in indexUniforms()
961 mUniformLocations[nextUniformLocation] = unlocatedUniform; in indexUniforms()
962 nextUniformLocation++; in indexUniforms()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Diomapper.h169 int nextUniformLocation; member
Diomapper.cpp752 , nextUniformLocation(intermediate.getUniformLocationBase()) in TDefaultIoResolverBase()
846 location = nextUniformLocation; in resolveUniformLocation()
847 nextUniformLocation += TIntermediate::computeTypeUniformLocationSize(type); in resolveUniformLocation()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.h138 int nextUniformLocation; member
Diomapper.cpp747 , nextUniformLocation(intermediate.getUniformLocationBase()) in TDefaultIoResolverBase()
837 location = nextUniformLocation; in resolveUniformLocation()
838 nextUniformLocation += TIntermediate::computeTypeUniformLocationSize(type); in resolveUniformLocation()