Home
last modified time | relevance | path

Searched defs:isRowMajor (Results 1 – 17 of 17) sorted by relevance

/external/angle/src/compiler/translator/
Dblocklayout.cpp163 size_t GetStd430BaseAlignment(GLenum variableType, bool isRowMajor) in GetStd430BaseAlignment()
174 void visitVariable(const ShaderVariable &variable, bool isRowMajor) override in visitVariable()
241 size_t BlockLayoutEncoder::getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor) in getShaderVariableSize()
457 void VariableNameVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess()
463 void VariableNameVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess()
536 void VariableNameVisitor::visitVariable(const ShaderVariable &variable, bool isRowMajor) in visitVariable()
565 void BlockEncoderVisitor::enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) in enterStructAccess()
579 void BlockEncoderVisitor::exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) in exitStructAccess()
624 bool isRowMajor, in visitNamedVariable()
652 bool isRowMajor = rowMajorLayout && gl::IsMatrixType(variable.type); in TraverseShaderVariable() local
Dblocklayout.h242 virtual void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in enterStructAccess()
243 virtual void exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in exitStructAccess()
/external/angle/src/libANGLE/renderer/metal/
DblocklayoutMetal.cpp240 size_t GetMTLBaseAlignment(GLenum variableType, bool isRowMajor) in GetMTLBaseAlignment()
245 void MetalAlignmentVisitor::visitVariable(const sh::ShaderVariable &variable, bool isRowMajor) in visitVariable()
342 bool isRowMajor) in getShaderVariableSize()
/external/deqp/framework/opengl/
DgluProgramInterfaceQuery.hpp70 bool isRowMajor; //!< GL_IS_ROW_MAJOR member
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp332 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local
373 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() local
410 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeRelaxedBlockBaseAlignment() local
502 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
559 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
654 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
1013 …ixSrc (std::ostream& src, glu::DataType basicType, int matrixStride, bool isRowMajor, bool singleC… in generateImmMatrixSrc()
1049 bool isRowMajor, in generateImmMatrixSrc()
DvktSSBOLayoutCase.hpp176 bool isRowMajor; member
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp222 bool isRowMajor, in visitNamedVariable()
283 bool isRowMajor, in visitNamedVariable()
387 bool isRowMajor, in visitNamedVariable()
516 void enterStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
522 void exitStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in exitStructAccess()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp415 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local
456 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() local
493 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeRelaxedBlockBaseAlignment() local
587 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
644 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
DvktUniformBlockCase.hpp295 bool isRowMajor; member
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp181 bool isRowMajor; member
376 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local
417 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() local
492 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
541 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
627 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
974 …ixSrc (std::ostream& src, glu::DataType basicType, int matrixStride, bool isRowMajor, const void* … in generateImmMatrixSrc()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp223 bool isRowMajor; member
390 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local
455 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout() local
505 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout() local
/external/angle/src/compiler/translator/spirv/
DBuildSPIRV.cpp102 bool isRowMajor) in ToShaderVariable()
133 const bool isRowMajor = in SpirvTypeToShaderVariable() local
2207 const bool isRowMajor = in writeMemberDecorations() local
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp254 bool isRowMajor; member
419 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local
482 …bool isRowMajor = !!(((type.getFlags() & (LAYOUT_ROW_MAJOR | LAYOUT_COLUMN_MAJOR) ? type.getFlags(… in computeStd140Layout() local
533 …bool isRowMajor = !!(((elemType.getFlags() & (LAYOUT_ROW_MAJOR | LAYOUT_COLUMN_MAJOR) ? elemTy… in computeStd140Layout() local
/external/angle/src/compiler/translator/hlsl/
DShaderStorageBlockOutputHLSL.cpp221 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
/external/angle/src/compiler/translator/msl/
DModifyStruct.cpp783 const bool isRowMajor = type.getLayoutQualifier().matrixPacking == EmpRowMajor; in SaturateMatrixRows() local
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp1322 GLint isRowMajor; in test() member
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp1620 GLint isRowMajor; in test() member