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

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationFractionalSpacingTests.cpp 624 const Allocation& resultAlloc = resultBuffer.getAllocation();
625 invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBufferSizeBytes);
627 const deInt32 numResults = *static_cast<deInt32*>(resultAlloc.getHostPtr());
628 const std::vector<float> resultTessCoords = readFloatArray(numResults, resultAlloc.getHostPtr(), sizeof(deInt32));
vktTessellationPrimitiveDiscardTests.cpp 548 const Allocation& resultAlloc = resultBuffer.getAllocation();
549 invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBufferSizeBytes);
551 const deInt32 numResultVertices = *static_cast<deInt32*>(resultAlloc.getHostPtr());
vktTessellationInvarianceTests.cpp 674 const Allocation& resultAlloc = m_resultBuffer.getAllocation();
675 invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), m_resultBufferSizeBytes);
681 result.numPrimitives = *static_cast<deInt32*>(resultAlloc.getHostPtr());
682 result.primitives = sorted(readInterleavedData<PerPrimitive>(result.numPrimitives, resultAlloc.getHostPtr(), m_resultBufferPrimitiveDataOffset, sizeof(PerPrimitive)),
    [all...]
vktTessellationCoordinatesTests.cpp 594 const Allocation& resultAlloc = resultBuffer.getAllocation();
595 invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBufferSizeBytes);
597 const deInt32 numResults = *static_cast<deInt32*>(resultAlloc.getHostPtr());
598 const std::vector<tcu::Vec3> resultTessCoords = readInterleavedData<tcu::Vec3>(numResults, resultAlloc.getHostPtr(), resultBufferTessCoordsOffset, sizeof(tcu::Vec4));
vktTessellationUserDefinedIO.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsTestsUtils.cpp     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java 240 Allocation in1, in2, out, resultAlloc;
245 resultAlloc = Allocation.createTyped(mRS, compareType);
290 compare.forEach_getCompareResult(resultAlloc);
291 resultAlloc.copyTo(result);
301 resultAlloc.destroy();
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp 507 const Allocation& resultAlloc = resultBuffer.getAllocation();
508 invalidateAlloc(m_vki, m_device, resultAlloc);
510 const deUint8* ptr = reinterpret_cast<deUint8*>(resultAlloc.getHostPtr());
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationInternallySynchronizedObjectsTests.cpp 333 const Allocation& resultAlloc = resultBuffer.getAllocation();
334 invalidateAlloc(vk, device, resultAlloc);
336 const deInt32* ptr = reinterpret_cast<deInt32*>(resultAlloc.getHostPtr());
427 const Allocation& resultAlloc = resultBuffer.getAllocation();
428 invalidateAlloc(vk, device, resultAlloc);
430 const deInt32* ptr = reinterpret_cast<deInt32*>(resultAlloc.getHostPtr());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp 527 const Allocation& resultAlloc = resultBuffer.getAllocation();
528 invalidateAlloc(vk, device, resultAlloc);
530 if (verifyValues(m_context.getTestContext().getLog(), resultAlloc.getHostPtr(), m_expectedValues))
690 const Allocation& resultAlloc = resultBuffer.getAllocation();
691 invalidateAlloc(vk, device, resultAlloc);
693 if (verifyValues(m_context.getTestContext().getLog(), resultAlloc.getHostPtr(), m_expectedValues))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageCompressionTranscodingSupport.cpp     [all...]

Completed in 973 milliseconds