/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | blocklayout.cpp | 163 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 D | blocklayout.h | 243 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 D | blocklayoutMetal.cpp | 240 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 D | vktSSBOLayoutCase.cpp | 337 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 D | vktSSBOLayoutCase.hpp | 242 bool isRowMajor; member
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 167 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 D | vktUniformBlockCase.cpp | 412 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 D | vktUniformBlockCase.hpp | 411 bool isRowMajor; member
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 244 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 D | glcUniformBlockCase.cpp | 230 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 D | glsUniformBlockCase.cpp | 237 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 D | BuildSPIRV.cpp | 102 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 D | gluProgramInterfaceQuery.hpp | 67 bool isRowMajor; //!< GL_IS_ROW_MAJOR member
|
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/ |
H A D | ShaderStorageBlockOutputHLSL.cpp | 221 void enterStructAccess(const ShaderVariable &structVar, bool isRowMajor) override in enterStructAccess()
|
/aosp_15_r20/external/angle/src/compiler/translator/msl/ |
H A D | ModifyStruct.cpp | 771 const bool isRowMajor = type.getLayoutQualifier().matrixPacking == EmpRowMajor; in SaturateMatrixRows() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderStateQueryTests.cpp | 1253 GLint isRowMajor; in test() member
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderStateQueryTests.cpp | 1523 GLint isRowMajor; in test() member
|