Home
last modified time | relevance | path

Searched refs:getBlockLayoutInfo (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/compiler/translator/
Dblocklayout.h104 virtual void getBlockLayoutInfo(GLenum type,
128 void getBlockLayoutInfo(GLenum type,
154 void getBlockLayoutInfo(GLenum type,
DblocklayoutHLSL.h47 void getBlockLayoutInfo(GLenum type,
Dblocklayout.cpp190 getBlockLayoutInfo(type, arraySizes, isRowMajorMatrix, &arrayStride, &matrixStride); in encodeType()
251 void StubBlockEncoder::getBlockLayoutInfo(GLenum type, in getBlockLayoutInfo() function in sh::StubBlockEncoder
274 void Std140BlockEncoder::getBlockLayoutInfo(GLenum type, in getBlockLayoutInfo() function in sh::Std140BlockEncoder
DblocklayoutHLSL.cpp29 void HLSLBlockEncoder::getBlockLayoutInfo(GLenum typeIn, in getBlockLayoutInfo() function in sh::HLSLBlockEncoder
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h123 …virtual void getBlockLayoutInfo(const TType &type, unsigned int arraySize, bool isRowMajorMatrix, …
138 …void getBlockLayoutInfo(const TType &type, unsigned int arraySize, bool isRowMajorMatrix, int *arr…
DOutputASM.cpp301 getBlockLayoutInfo(type, type.getArraySize(), isRowMajor, &arrayStride, &matrixStride); in encodeType()
344 …void Std140BlockEncoder::getBlockLayoutInfo(const TType &type, unsigned int arraySize, bool isRowM… in getBlockLayoutInfo() function in glsl::Std140BlockEncoder