Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp63 constexpr size_t kArrayAlignment = 16; // Bytes. variable
333 const size_t extraBytes = vectorSize % kArrayAlignment; in calculate()
335 … info.vectorStrideBytes = vectorSize + ((extraBytes == 0) ? 0 : (kArrayAlignment - extraBytes)); in calculate()
376 const size_t extraBytes = vectorSize % kArrayAlignment; in unpackFloats()
377 …const size_t vectorBlockSize = vectorSize + ((extraBytes == 0) ? 0 : (kArrayAlignment - extraBytes… in unpackFloats()