Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp559 …const deUint32 offsetToComponentAlignment = getNextMultipleOffset(getVertexFormatSize(attributeI… in createInstance() local
562 attributeOffsets[attributeBinding] += offsetToComponentAlignment; in createInstance()
567 bindingDescriptions[attributeBinding].stride += offsetToComponentAlignment + inputSize; in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp646 const deUint32 offsetToComponentAlignment = getNextMultipleOffset(inputSize, in createInstance() local
649 attributeOffsets[attributeBinding] += offsetToComponentAlignment; in createInstance()
654 bindingDescriptions[attributeBinding].stride += offsetToComponentAlignment + inputSize; in createInstance()