Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp553 …const deUint32 offsetToComponentAlignment = getNextMultipleOffset(getVertexFormatSize(attributeI… in createInstance() local
556 attributeOffsets[attributeBinding] += offsetToComponentAlignment; in createInstance()
561 bindingDescriptions[attributeBinding].stride += offsetToComponentAlignment + inputSize; in createInstance()