Home
last modified time | relevance | path

Searched refs:outAllocation (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp131 de::MovePtr<vk::Allocation> outAllocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *outBuffer), MemoryRequirement::HostVisible); in iterate() local
132 VK_CHECK(vk.bindBufferMemory(device, *outBuffer, outAllocation->getMemory(), outAllocation->getOffset())); in iterate()
205 invalidateAlloc(vk, device, *outAllocation); in iterate()
206 const int* bufferPtr = static_cast<int*>(outAllocation->getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp131 de::MovePtr<vk::Allocation> outAllocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *outBuffer), MemoryRequirement::HostVisible); in iterate() local
132 VK_CHECK(vk.bindBufferMemory(device, *outBuffer, outAllocation->getMemory(), outAllocation->getOffset())); in iterate()
205 invalidateAlloc(vk, device, *outAllocation); in iterate()
206 const int* bufferPtr = static_cast<int*>(outAllocation->getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferComputeInstance.hpp42 de::MovePtr<vk::Allocation>* outAllocation);
48 de::MovePtr<vk::Allocation>* outAllocation,
H A DvktApiComputeInstanceResultBuffer.cpp61 de::MovePtr<Allocation> *outAllocation, in createResultBuffer()
91 *outAllocation = allocation; in createResultBuffer()
58 createResultBuffer(const DeviceInterface &vki, VkDevice device, Allocator &allocator, de::MovePtr<Allocation> *outAllocation, float initValue) createResultBuffer() argument
H A DvktApiBufferComputeInstance.cpp42 de::MovePtr<Allocation>* outAllocation) in createDataBuffer()
80 *outAllocation = allocation; in createDataBuffer()
88 de::MovePtr<Allocation>* outAllocation, in createColorDataBuffer()
128 *outAllocation = allocation; in createColorDataBuffer()
36 createDataBuffer(vkt::Context& context, deUint32 offset, deUint32 bufferSize, deUint32 initData, deUint32 initDataSize, deUint32 uninitData, de::MovePtr<Allocation>* outAllocation) createDataBuffer() argument
84 createColorDataBuffer(deUint32 offset, deUint32 bufferSize, const tcu::Vec4& color1, const tcu::Vec4& color2, de::MovePtr<Allocation>* outAllocation, vkt::Context& context) createColorDataBuffer() argument
H A DvktApiComputeInstanceResultBuffer.hpp63 de::MovePtr<vk::Allocation>* outAllocation,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferComputeInstance.hpp42 de::MovePtr<vk::Allocation>* outAllocation);
48 de::MovePtr<vk::Allocation>* outAllocation,
H A DvktApiComputeInstanceResultBuffer.cpp61 de::MovePtr<Allocation> *outAllocation, in createResultBuffer()
91 *outAllocation = allocation; in createResultBuffer()
58 createResultBuffer(const DeviceInterface &vki, VkDevice device, Allocator &allocator, de::MovePtr<Allocation> *outAllocation, float initValue) createResultBuffer() argument
H A DvktApiBufferComputeInstance.cpp42 de::MovePtr<Allocation>* outAllocation) in createDataBuffer()
80 *outAllocation = allocation; in createDataBuffer()
88 de::MovePtr<Allocation>* outAllocation, in createColorDataBuffer()
128 *outAllocation = allocation; in createColorDataBuffer()
36 createDataBuffer(vkt::Context& context, deUint32 offset, deUint32 bufferSize, deUint32 initData, deUint32 initDataSize, deUint32 uninitData, de::MovePtr<Allocation>* outAllocation) createDataBuffer() argument
84 createColorDataBuffer(deUint32 offset, deUint32 bufferSize, const tcu::Vec4& color1, const tcu::Vec4& color2, de::MovePtr<Allocation>* outAllocation, vkt::Context& context) createColorDataBuffer() argument
H A DvktApiComputeInstanceResultBuffer.hpp63 de::MovePtr<vk::Allocation>* outAllocation,
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDeviceVk.h207 VkDeviceMemory* outAllocation,
H A DDeviceVk.cpp720 VkDeviceMemory* outAllocation, in ImportExternalImage()
752 DAWN_TRY_ASSIGN(*outAllocation, in ImportExternalImage()
715 ImportExternalImage(const ExternalImageDescriptorVk* descriptor, ExternalMemoryHandle memoryHandle, VkImage image, const std::vector<ExternalSemaphoreHandle>& waitHandles, VkSemaphore* outSignalSemaphore, VkDeviceMemory* outAllocation, std::vector<VkSemaphore>* outWaitSemaphores) ImportExternalImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp472 de::MovePtr<vk::Allocation>* outAllocation);
540 de::MovePtr<vk::Allocation>* outAllocation) in createColorAttachment()
564 *outAllocation = allocation; in createColorAttachment()
2006 de::MovePtr<vk::Allocation>* outAllocation);
2038 de::MovePtr<vk::Allocation>* outAllocation)
2061 *outAllocation = allocation;
2391 vk::Move<vk::VkBuffer> createColorDataBuffer (deUint32 offset, deUint32 bufferSize, const tcu::Vec4& value1, const tcu::Vec4& value2, de::MovePtr<vk::Allocation>* outAllocation);
2473 vk::Move<vk::VkBuffer> BufferComputeInstance::createColorDataBuffer (deUint32 offset, deUint32 bufferSize, const tcu::Vec4& value1, const tcu::Vec4& value2, de::MovePtr<vk::Allocation>* outAllocation)
2502 *outAllocation = allocation;
3688 de::MovePtr<vk::Allocation>* outAllocation);
535 createColorAttachment(const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, const tcu::TextureFormat& format, const tcu::UVec2& size, de::MovePtr<vk::Allocation>* outAllocation) createColorAttachment() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp472 de::MovePtr<vk::Allocation>* outAllocation);
540 de::MovePtr<vk::Allocation>* outAllocation) in createColorAttachment()
564 *outAllocation = allocation; in createColorAttachment()
2006 de::MovePtr<vk::Allocation>* outAllocation);
2038 de::MovePtr<vk::Allocation>* outAllocation)
2061 *outAllocation = allocation;
2391 vk::Move<vk::VkBuffer> createColorDataBuffer (deUint32 offset, deUint32 bufferSize, const tcu::Vec4& value1, const tcu::Vec4& value2, de::MovePtr<vk::Allocation>* outAllocation);
2473 vk::Move<vk::VkBuffer> BufferComputeInstance::createColorDataBuffer (deUint32 offset, deUint32 bufferSize, const tcu::Vec4& value1, const tcu::Vec4& value2, de::MovePtr<vk::Allocation>* outAllocation)
2502 *outAllocation = allocation;
3692 de::MovePtr<vk::Allocation>* outAllocation);
535 createColorAttachment(const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, const tcu::TextureFormat& format, const tcu::UVec2& size, de::MovePtr<vk::Allocation>* outAllocation) createColorAttachment() argument
[all...]

Completed in 15 milliseconds