HomeSort by relevance Sort by last modified time
    Searched refs:invalidateMappedMemoryRange (Results 1 - 25 of 37) sorted by null

1 2

  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.hpp 152 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size);
vkMemUtil.cpp 109 invalidateMappedMemoryRange(vkd, device, alloc.getMemory(), alloc.getOffset(), VK_WHOLE_SIZE);
325 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size)
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicClass.cpp 179 invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset(), colorBufferSizeBytes);
vktGeometryInstancedRenderingTests.cpp 387 invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset(), colorBufferSize);
vktGeometryLayeredRenderingTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationPrimitiveDiscardTests.cpp 540 invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset(), colorBufferSizeBytes);
549 invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBufferSizeBytes);
vktTessellationGeometryPointSizeTests.cpp 395 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), colorBufferSizeBytes);
vktTessellationCommonEdgeTests.cpp 433 invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset(), colorBufferSizeBytes);
vktTessellationFractionalSpacingTests.cpp 625 invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBufferSizeBytes);
vktTessellationGeometryGridRenderTests.cpp 608 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), colorBufferSizeBytes);
vktTessellationGeometryPassthroughTests.cpp 359 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), colorBufferSizeBytes);
vktTessellationMiscDrawTests.cpp 282 invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset(), colorBufferSizeBytes);
vktTessellationWindingTests.cpp 545 invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset(), colorBufferSizeBytes);
vktTessellationUserDefinedIO.cpp     [all...]
vktTessellationInvarianceTests.cpp 675 invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), m_resultBufferSizeBytes);
    [all...]
vktTessellationCoordinatesTests.cpp 595 invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBufferSizeBytes);
vktTessellationShaderInputOutputTests.cpp 177 invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset(), colorBufferSizeBytes);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawShaderLayerTests.cpp     [all...]
vktDrawShaderViewportIndexTests.cpp     [all...]
vktDrawImageObjectUtil.cpp 358 invalidateMappedMemoryRange(m_vk, m_device, bufAllocation.getMemory(), bufAllocation.getOffset(), VK_WHOLE_SIZE);
446 invalidateMappedMemoryRange(m_vk, m_device, imgAllocation.getMemory(), imgAllocation.getOffset(), VK_WHOLE_SIZE);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktAtomicOperationTests.cpp 124 invalidateMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_WHOLE_SIZE);
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassSubpassDependencyTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp 416 invalidateMappedMemoryRange(deviceInterface, device, allocation.getMemory(), allocation.getOffset(), bufferSizeInBytes);
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryExternalMemoryHostTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp     [all...]

Completed in 660 milliseconds

1 2