Searched refs:destAlloc (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 161 void setMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, const void* data, bool coherent = false) in setMemory() argument 163 void* const hostPtr = destAlloc->getHostPtr(); in setMemory() 168 flushAlloc(vkdi, device, *destAlloc); in setMemory() 171 void fillMemoryWithValue (const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, deUint8 value, bool coherent = false) in fillMemoryWithValue() argument 173 void* const hostPtr = destAlloc->getHostPtr(); in fillMemoryWithValue() 178 flushAlloc(vkdi, device, *destAlloc); in fillMemoryWithValue()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 161 void setMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, const void* data, bool coherent = false) in setMemory() argument 163 void* const hostPtr = destAlloc->getHostPtr(); in setMemory() 168 flushAlloc(vkdi, device, *destAlloc); in setMemory() 171 void fillMemoryWithValue (const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, deUint8 value, bool coherent = false) in fillMemoryWithValue() argument 173 void* const hostPtr = destAlloc->getHostPtr(); in fillMemoryWithValue() 178 flushAlloc(vkdi, device, *destAlloc); in fillMemoryWithValue()
|
Completed in 4 milliseconds