Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp335 const std::size_t vertexTessParamsOffset = sizeInBytes(gridPosComps); in test() local
336 const std::size_t vertexIndicesOffset = vertexTessParamsOffset + sizeInBytes(gridTessParams); in test()
346 …deMemcpy(pData + vertexTessParamsOffset, &gridTessParams[0], static_cast<std::size_t>(sizeInBytes(… in test()
416 const VkDeviceSize offsets[] = { vertexPositionsOffset, vertexTessParamsOffset, }; in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp335 const std::size_t vertexTessParamsOffset = sizeInBytes(gridPosComps); in test() local
336 const std::size_t vertexIndicesOffset = vertexTessParamsOffset + sizeInBytes(gridTessParams); in test()
346 …deMemcpy(pData + vertexTessParamsOffset, &gridTessParams[0], static_cast<std::size_t>(sizeInBytes(… in test()
416 const VkDeviceSize offsets[] = { vertexPositionsOffset, vertexTessParamsOffset, }; in test()