Home
last modified time | relevance | path

Searched refs:getBasicTypeElementCount (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DUniform.h110 uint16_t getBasicTypeElementCount() const in getBasicTypeElementCount() function
189 uint32_t getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount() function
H A DProgramExecutable.cpp706 SetBitField(pod.basicTypeElementCount, var.getBasicTypeElementCount()); in ProgramInput()
723 SetBitField(pod.basicTypeElementCount, var.getBasicTypeElementCount()); in ProgramOutput()
1903 const GLuint arraySize = imageUniform.getBasicTypeElementCount(); in linkSamplerAndImageBindings()
1908 ImageBinding(imageUniform.getBasicTypeElementCount(), textureType)); in linkSamplerAndImageBindings()
1916 imageUniform.getBasicTypeElementCount(), textureType)); in linkSamplerAndImageBindings()
1939 uint16_t elementCount = samplerUniform.getBasicTypeElementCount(); in linkSamplerAndImageBindings()
2450 *size = clampCast<GLint>(uniform.getBasicTypeElementCount()); in getActiveUniform()
2944 elementIndex < samplerUniform.getBasicTypeElementCount(); ++elementIndex) in setUniformValuesFromBindingQualifiers()
2971 linkedUniform.getBasicTypeElementCount() - locationInfo.arrayIndex; in clampUniformCount()
3001 linkedUniform.getBasicTypeElementCount() - locationInfo.arrayIndex; in clampMatrixUniformCount()
H A DVaryingPacking.cpp310 unsigned int PackedVarying::getBasicTypeElementCount() const in getBasicTypeElementCount() function in gl::PackedVarying
382 const unsigned int elementCount = packedVarying.getBasicTypeElementCount(); in packVaryingIntoRegisterMap()
537 const unsigned int arrayElementCount = packedVarying.getBasicTypeElementCount(); in insertVaryingIntoRegisterMap()
H A DProgramLinkedResources.cpp520 unsigned int elementCount = variable.getBasicTypeElementCount(); in visitNamedVariable()
1124 unsigned int elementCount = uniform.getBasicTypeElementCount(); in indexUniforms()
1199 unsigned int elementCount = uniform.getBasicTypeElementCount(); in gatherUniformLocationsAndCheckConflicts()
1380 atomicCounterCount += uniform.getBasicTypeElementCount(); in checkMaxCombinedAtomicCounters()
1761 glUniform.getOffset() + static_cast<unsigned int>(glUniform.getBasicTypeElementCount() * in getAtomicCounterBufferSizeMap()
H A DVaryingPacking.h130 unsigned int getBasicTypeElementCount() const;
H A Dqueryutils.cpp737 return clampCast<GLint>(var.getBasicTypeElementCount()); in GetCommonVariableProperty()
759 return clampCast<GLint>(variable.getBasicTypeElementCount()); in GetInputResourceProperty()
2004 return clampCast<GLint>(uniform.getBasicTypeElementCount()); in GetUniformResourceProperty()
H A DProgramExecutable.h95 unsigned int getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount() function
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderVars.h105 unsigned int getBasicTypeElementCount() const;
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderVars.cpp203 unsigned int ShaderVariable::getBasicTypeElementCount() const in getBasicTypeElementCount() function in sh::ShaderVariable
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Drenderer_utils.cpp1205 locationInfo.arrayIndex, linkedUniform.getBasicTypeElementCount(), count, transpose, in SetUniformMatrixfv()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DProgramExecutableD3D.cpp631 arraySizes.push_back(linkedUniform.getBasicTypeElementCount()); in load()
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DProgramExecutableMtl.mm1722 locationInfo.arrayIndex, linkedUniform.getBasicTypeElementCount(), count, transpose,
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp2342 count = uniform.getBasicTypeElementCount(); in CaptureUpdateUniformLocations()
2929 uniformCount = uniform.getBasicTypeElementCount(); in CaptureUpdateUniformValues()