Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A 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
H A Dblocklayout.h243 virtual void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in enterStructAccess()
244 virtual void exitStructAccess(const ShaderVariable &structVar, bool isRowMajor) {} in exitStructAccess()
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A 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()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp337 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local
380 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() local
419 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeRelaxedBlockBaseAlignment() local
511 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
570 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
671 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
1056 …rixSrc(std::ostream &src, glu::DataType basicType, int matrixStride, bool isRowMajor, bool singleC… in generateImmMatrixSrc()
1091 …generateImmMatrixSrc(std::ostream &src, glu::DataType basicType, int matrixStride, bool isRowMajor, in generateImmMatrixSrc()
H A DvktSSBOLayoutCase.hpp242 bool isRowMajor; member
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp167 bool isRowMajor; member
361 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local
404 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() local
476 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
525 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
616 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
1015 …generateImmMatrixSrc(std::ostream &src, glu::DataType basicType, int matrixStride, bool isRowMajor, in generateImmMatrixSrc()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp412 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local
455 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd430BaseAlignment() local
494 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeRelaxedBlockBaseAlignment() local
588 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
647 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeReferenceLayout() local
H A DvktUniformBlockCase.hpp411 bool isRowMajor; member
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.cpp244 bool isRowMajor, in visitNamedVariable()
309 bool isRowMajor, in visitNamedVariable()
412 bool isRowMajor, in visitNamedVariable()
541 void enterStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
547 void exitStructAccess(const sh::ShaderVariable &structVar, bool isRowMajor) override in exitStructAccess()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp230 bool isRowMajor; member
397 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local
462 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout() local
512 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); in computeStd140Layout() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp237 bool isRowMajor; member
404 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); in computeStd140BaseAlignment() local
469 bool isRowMajor = in computeStd140Layout() local
522 bool isRowMajor = !!( in computeStd140Layout() local
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DBuildSPIRV.cpp102 bool isRowMajor) in ToShaderVariable()
133 const bool isRowMajor = in SpirvTypeToShaderVariable() local
2155 const bool isRowMajor = in writeMemberDecorations() local
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.hpp67 bool isRowMajor; //!< GL_IS_ROW_MAJOR member
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DShaderStorageBlockOutputHLSL.cpp221 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DModifyStruct.cpp771 const bool isRowMajor = type.getLayoutQualifier().matrixPacking == EmpRowMajor; in SaturateMatrixRows() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1253 GLint isRowMajor; in test() member
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp1523 GLint isRowMajor; in test() member