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

  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp 252 const Allocation& bufferAllocation = buffer.getAllocation();
253 invalidateMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset(), bufferSizeBytes);
255 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
423 const Allocation& bufferAllocation = buffer.getAllocation();
424 invalidateMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset(), bufferSizeBytes);
426 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr());
596 const Allocation& bufferAllocation = buffer.getAllocation();
597 invalidateMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset(), bufferSizeBytes)
    [all...]

Completed in 225 milliseconds