/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmFromHlslTests.cpp | 131 …de::MovePtr<vk::Allocation> outAllocation = allocator.allocate(getBufferMemoryRequirements(vk, de… in iterate() local 132 …VK_CHECK(vk.bindBufferMemory(device, *outBuffer, outAllocation->getMemory(), outAllocation->getOff… 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/spirv_assembly/ |
D | vktSpvAsmFromHlslTests.cpp | 131 …de::MovePtr<vk::Allocation> outAllocation = allocator.allocate(getBufferMemoryRequirements(vk, de… in iterate() local 132 …VK_CHECK(vk.bindBufferMemory(device, *outBuffer, outAllocation->getMemory(), outAllocation->getOff… 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/ |
D | vktApiBufferComputeInstance.cpp | 42 de::MovePtr<Allocation>* outAllocation) in createDataBuffer() argument 80 *outAllocation = allocation; in createDataBuffer() 88 de::MovePtr<Allocation>* outAllocation, in createColorDataBuffer() argument 128 *outAllocation = allocation; in createColorDataBuffer()
|
D | vktApiBufferComputeInstance.hpp | 42 de::MovePtr<vk::Allocation>* outAllocation); 48 de::MovePtr<vk::Allocation>* outAllocation,
|
D | vktApiComputeInstanceResultBuffer.cpp | 61 de::MovePtr<Allocation> *outAllocation, in createResultBuffer() argument 91 *outAllocation = allocation; in createResultBuffer()
|
D | vktApiComputeInstanceResultBuffer.hpp | 63 de::MovePtr<vk::Allocation>* outAllocation,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiBufferComputeInstance.cpp | 42 de::MovePtr<Allocation>* outAllocation) in createDataBuffer() argument 80 *outAllocation = allocation; in createDataBuffer() 88 de::MovePtr<Allocation>* outAllocation, in createColorDataBuffer() argument 128 *outAllocation = allocation; in createColorDataBuffer()
|
D | vktApiBufferComputeInstance.hpp | 42 de::MovePtr<vk::Allocation>* outAllocation); 48 de::MovePtr<vk::Allocation>* outAllocation,
|
D | vktApiComputeInstanceResultBuffer.cpp | 61 de::MovePtr<Allocation> *outAllocation, in createResultBuffer() argument 91 *outAllocation = allocation; in createResultBuffer()
|
D | vktApiComputeInstanceResultBuffer.hpp | 63 de::MovePtr<vk::Allocation>* outAllocation,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.h | 207 VkDeviceMemory* outAllocation,
|
D | DeviceVk.cpp | 720 VkDeviceMemory* outAllocation, in ImportExternalImage() argument 752 DAWN_TRY_ASSIGN(*outAllocation, in ImportExternalImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 472 de::MovePtr<vk::Allocation>* outAllocation); 540 de::MovePtr<vk::Allocation>* outAllocation) in createColorAttachment() argument 564 *outAllocation = allocation; in createColorAttachment() 2006 de::MovePtr<vk::Allocation>* outAllocation); 2038 de::MovePtr<vk::Allocation>* outAllocation) in createResultBuffer() argument 2061 *outAllocation = allocation; in createResultBuffer() 2391 …ize, const tcu::Vec4& value1, const tcu::Vec4& value2, de::MovePtr<vk::Allocation>* outAllocation); 2473 …Size, const tcu::Vec4& value1, const tcu::Vec4& value2, de::MovePtr<vk::Allocation>* outAllocation) in createColorDataBuffer() argument 2502 *outAllocation = allocation; in createColorDataBuffer() 3692 de::MovePtr<vk::Allocation>* outAllocation); [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 472 de::MovePtr<vk::Allocation>* outAllocation); 540 de::MovePtr<vk::Allocation>* outAllocation) in createColorAttachment() argument 564 *outAllocation = allocation; in createColorAttachment() 2006 de::MovePtr<vk::Allocation>* outAllocation); 2038 de::MovePtr<vk::Allocation>* outAllocation) in createResultBuffer() argument 2061 *outAllocation = allocation; in createResultBuffer() 2391 …ize, const tcu::Vec4& value1, const tcu::Vec4& value2, de::MovePtr<vk::Allocation>* outAllocation); 2473 …Size, const tcu::Vec4& value1, const tcu::Vec4& value2, de::MovePtr<vk::Allocation>* outAllocation) in createColorDataBuffer() argument 2502 *outAllocation = allocation; in createColorDataBuffer() 3692 de::MovePtr<vk::Allocation>* outAllocation); [all …]
|