Home
last modified time | relevance | path

Searched refs:gridTessParams (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp259 std::vector<float> gridTessParams; in test() local
271 gridTessParams.reserve(numVertices); in test()
280 gridTessParams.push_back((float)(i*(gridWidth+1) + j) / (float)(numVertices-1)); in test()
327 DE_ASSERT(static_cast<int>(gridTessParams.size()) == numVertices); in test()
333 const VkDeviceSize vertexDataSizeBytes = sizeInBytes(gridPosComps) + sizeInBytes(gridTessParams) + sizeInBytes(gridIndices); in test()
336 const std::size_t vertexIndicesOffset = vertexTessParamsOffset + sizeInBytes(gridTessParams); in test()
346 deMemcpy(pData + vertexTessParamsOffset, &gridTessParams[0], static_cast<std::size_t>(sizeInBytes(gridTessParams))); in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp259 std::vector<float> gridTessParams; in test() local
271 gridTessParams.reserve(numVertices); in test()
280 gridTessParams.push_back((float)(i*(gridWidth+1) + j) / (float)(numVertices-1)); in test()
327 DE_ASSERT(static_cast<int>(gridTessParams.size()) == numVertices); in test()
333 const VkDeviceSize vertexDataSizeBytes = sizeInBytes(gridPosComps) + sizeInBytes(gridTessParams) + sizeInBytes(gridIndices); in test()
336 const std::size_t vertexIndicesOffset = vertexTessParamsOffset + sizeInBytes(gridTessParams); in test()
346 deMemcpy(pData + vertexTessParamsOffset, &gridTessParams[0], static_cast<std::size_t>(sizeInBytes(gridTessParams))); in test()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp1767 vector<float> gridTessParams;
1771 gridTessParams.reserve(numVertices);
1780 gridTessParams.push_back((float)(i*(gridWidth+1) + j) / (float)(numVertices-1));
1832 DE_ASSERT((int)gridTessParams.size() == numVertices);
1846 glu::va::Float("in_v_tessParam", 1, numVertices, 0, &gridTessParams[0])

Completed in 10 milliseconds