/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 96 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation() 188 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr) in SimpleAllocation() 211 MovePtr<HostPtr> hostPtr; in allocate() local 245 MovePtr<HostPtr> hostPtr; in allocate() local 274 MovePtr<HostPtr> hostPtr; in allocateExtended() local 325 void* hostPtr = DE_NULL; in mapMemory() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLMemory.cpp | 157 void *hostPtr, in Memory() 192 void *hostPtr, in Memory()
|
D | CLContext.cpp | 121 void *hostPtr, in createBuffer() 131 void *hostPtr, in createImage() 152 void *hostPtr, in createImage2D() 168 void *hostPtr, in createImage3D()
|
D | CLBuffer.cpp | 28 void *hostPtr, in Buffer()
|
D | CLImage.cpp | 145 void *hostPtr, in Image()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 111 void *hostPtr, in createBuffer() 134 void *hostPtr, in createImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 163 void* const hostPtr = destAlloc->getHostPtr(); in setMemory() local 173 void* const hostPtr = destAlloc->getHostPtr(); in fillMemoryWithValue() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMarkerTests.cpp | 105 …eDeviceWithExtension (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, bool hostPtr) in createDeviceWithExtension() 224 …ExternalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr) : Allocation(*mem, (VkDeviceSize)0… in ExternalHostAllocation()
|
D | vktApiCommandBuffersTests.cpp | 4412 void* hostPtr = alloc.getHostPtr(); in copyAndFlush() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBindPointTests.cpp | 299 void* hostPtr = alloc.getHostPtr(); in zeroOutAndFlush() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 240 void NativeHandle::setHostPtr(void* hostPtr) in setHostPtr()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 108 void* hostPtr; member in vkt::memory::__anone518f2240111::MemoryMappingRAII
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 599 deUint32* hostPtr = (deUint32*)m_buffer->getAllocation().getHostPtr(); in init() local 658 deInt32* hostPtr = (deInt32*)m_buffer->getAllocation().getHostPtr(); in getData() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 963 void initializeMemory(deqp::Context& context, glw::GLvoid *hostPtr, subgroups::SSBOData& data) in initializeMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 1110 unsigned char* hostPtr = static_cast<unsigned char*>(buffer->alloc->getHostPtr()); in getPixelAccess() local
|