Home
last modified time | relevance | path

Searched defs:getArraySizeProduct (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderVars.cpp177 unsigned int ShaderVariable::getArraySizeProduct() const in getArraySizeProduct() function in sh::ShaderVariable
H A DTypes.cpp550 unsigned int TType::getArraySizeProduct() const in getArraySizeProduct() function in sh::TType
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.h96 unsigned int getArraySizeProduct() const { return pod.arraySizeProduct; } in getArraySizeProduct() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DProgramExecutableD3D.cpp231 unsigned int D3DUniform::getArraySizeProduct() const in getArraySizeProduct() function in rx::D3DUniform