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

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

Completed in 79 milliseconds