Searched refs:getBasicTypeElementCount (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Uniform.h | 110 uint16_t getBasicTypeElementCount() const in getBasicTypeElementCount() function 189 uint32_t getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount() function
|
H A D | ProgramExecutable.cpp | 706 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 D | VaryingPacking.cpp | 310 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 D | ProgramLinkedResources.cpp | 520 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 D | VaryingPacking.h | 130 unsigned int getBasicTypeElementCount() const;
|
H A D | queryutils.cpp | 737 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 D | ProgramExecutable.h | 95 unsigned int getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount() function
|
/aosp_15_r20/external/angle/include/GLSLANG/ |
H A D | ShaderVars.h | 105 unsigned int getBasicTypeElementCount() const;
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | ShaderVars.cpp | 203 unsigned int ShaderVariable::getBasicTypeElementCount() const in getBasicTypeElementCount() function in sh::ShaderVariable
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 1205 locationInfo.arrayIndex, linkedUniform.getBasicTypeElementCount(), count, transpose, in SetUniformMatrixfv()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | ProgramExecutableD3D.cpp | 631 arraySizes.push_back(linkedUniform.getBasicTypeElementCount()); in load()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | ProgramExecutableMtl.mm | 1722 locationInfo.arrayIndex, linkedUniform.getBasicTypeElementCount(), count, transpose,
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 2342 count = uniform.getBasicTypeElementCount(); in CaptureUpdateUniformLocations() 2929 uniformCount = uniform.getBasicTypeElementCount(); in CaptureUpdateUniformValues()
|