Home
last modified time | relevance | path

Searched refs:LAYOUT_SCALAR (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp44 LAYOUT_SCALAR = (1<<4), enumerator
45 LAYOUT_MASK = LAYOUT_STD430|LAYOUT_STD140|LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR|LAYOUT_SCALAR,
DvktSSBOLayoutCase.cpp78 { LAYOUT_SCALAR, "scalar" }, in operator <<()
458 const deUint32 packingMask = LAYOUT_STD430|LAYOUT_STD140|LAYOUT_RELAXED|LAYOUT_SCALAR; in mergeLayoutFlags()
480 …const int baseAlignment = (layoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment(type,… in computeReferenceLayout()
511 …const int vecStride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(vecType) : baseAlignme… in computeReferenceLayout()
521 if (!(layoutFlags & LAYOUT_SCALAR) && (layoutFlags & LAYOUT_RELAXED) && in computeReferenceLayout()
541 …const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseA… in computeReferenceLayout()
568 …const int vecStride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(vecType) : baseAlig… in computeReferenceLayout()
601 if (!(layoutFlags & LAYOUT_SCALAR)) in computeReferenceLayout()
621 …const int baseAlignment = (blockLayoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment… in computeReferenceLayout()
633 const int stride = (blockLayoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : in computeReferenceLayout()
[all …]
DvktSSBOLayoutTests.cpp163 layoutFlagCandidates.push_back(LAYOUT_SCALAR); in generateBlock()
388 …if ((layoutFlags & LAYOUT_SCALAR) && !(type.isBasicType() && isDataTypeScalar(type.getBasicType())… in BlockBasicTypeCase()
1114 { "scalar", LAYOUT_SCALAR }, in init()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp55 LAYOUT_SCALAR = (1<<10), enumerator
56 …LAYOUT_MASK = LAYOUT_SHARED|LAYOUT_PACKED|LAYOUT_STD140|LAYOUT_STD430|LAYOUT_SCALAR|LAYOUT_ROW_M…
DvktUniformBlockCase.cpp295 { LAYOUT_SCALAR, "scalar" }, in operator <<()
543 const deUint32 packingMask = LAYOUT_STD140|LAYOUT_STD430|LAYOUT_SCALAR; in mergeLayoutFlags()
567 …const int baseAlignment = (layoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment(type,… in computeReferenceLayout()
598 …const int vecStride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(vecType) : baseAlignme… in computeReferenceLayout()
608 if (!(layoutFlags & LAYOUT_SCALAR) && (layoutFlags & LAYOUT_RELAXED) && in computeReferenceLayout()
628 …const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseA… in computeReferenceLayout()
655 …const int vecStride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(vecType) : baseAlig… in computeReferenceLayout()
688 if (!(layoutFlags & LAYOUT_SCALAR)) in computeReferenceLayout()
973 if (interface.getUniformBlock(ndx).getFlags() & (LAYOUT_SCALAR | LAYOUT_STD430)) in usesScalarOrStd430Layout()
2236 if (usesBlockLayout(UniformFlags(LAYOUT_SCALAR | LAYOUT_STD430))) in initPrograms()
DvktRandomUniformBlockCase.cpp120 layoutFlagCandidates.push_back(LAYOUT_SCALAR); in generateBlock()
DvktUniformBlockTests.cpp68 if ((layoutFlags & LAYOUT_SCALAR) && !isDataTypeScalar(type.getBasicType())) { in BlockBasicTypeCase()
457 { "scalar", LAYOUT_SCALAR } in init()