Home
last modified time | relevance | path

Searched refs:outMemory (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp71 AllocationMp* outMemory, in createBufferAndBindMemory() argument
110 *outMemory = bufferMemory; in createBufferAndBindMemory()
119 …, VkDescriptorType dtype, Allocator& allocator, deUint32 queueFamilyIndex, AllocationMp* outMemory) in createImageAndBindMemory() argument
156 *outMemory = imageMemory; in createImageAndBindMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp626 vk::Move<vk::VkDeviceMemory> outMemory (vk::allocateMemory(vkd, device, &outAllocationInfo)); in exportImportMemoryExplicitModifiersCase() local
627 VK_CHECK(vkd.bindImageMemory(device, *outImage, *outMemory, 0)); in exportImportMemoryExplicitModifiersCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1163 de::MovePtr<vk::Allocation>* outMemory);
1414 de::MovePtr<vk::Allocation>* outMemory) in createSourceBuffer() argument
1460 *outMemory = bufferMemory; in createSourceBuffer()