HomeSort by relevance Sort by last modified time
    Searched refs:readInterleavedData (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 442 std::vector<T> readInterleavedData (const int count, const void* memory, const int offset, const int stride)
vktTessellationInvarianceTests.cpp 678 result.primitives = sorted(readInterleavedData<PerPrimitive>(result.numPrimitives, resultAlloc.getHostPtr(), m_resultBufferPrimitiveDataOffset, sizeof(PerPrimitive)),
    [all...]
vktTessellationCoordinatesTests.cpp 595 const std::vector<tcu::Vec3> resultTessCoords = readInterleavedData<tcu::Vec3>(numResults, resultAlloc.getHostPtr(), resultBufferTessCoordsOffset, sizeof(tcu::Vec4));

Completed in 56 milliseconds