Searched refs:bufOffset (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 2128 void verifyTransformFeedbackBuffer (const MovePtr<Allocation>& bufAlloc, const deUint32 bufBytes, const deUint32 bufOffset, const float expected); 2189 void TransformFeedbackMultiQueryTestInstance::verifyTransformFeedbackBuffer (const MovePtr<Allocation>& bufAlloc, const deUint32 bufBytes, const deUint32 bufOffset, const float expected) in verifyTransformFeedbackBuffer() argument 2195 const float* tfData = reinterpret_cast<const float*>(&tfDataRaw[bufOffset]); in verifyTransformFeedbackBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 2495 void verifyTransformFeedbackBuffer (const MovePtr<Allocation>& bufAlloc, const deUint32 bufBytes, const deUint32 bufOffset, const float expected); 2556 void TransformFeedbackMultiQueryTestInstance::verifyTransformFeedbackBuffer (const MovePtr<Allocation>& bufAlloc, const deUint32 bufBytes, const deUint32 bufOffset, const float expected) in verifyTransformFeedbackBuffer() argument 2562 const float* tfData = reinterpret_cast<const float*>(&tfDataRaw[bufOffset]); in verifyTransformFeedbackBuffer()
|
Completed in 15 milliseconds