/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 86 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation() 179 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr, size_t offs… in SimpleAllocation() 205 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_no_buildgn/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 | 92 …nsion (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, bool hostPtr, size_t offset) in createDeviceWithExtension() 204 …ExternalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr, size_t offset) : Allocation(*mem, … in ExternalHostAllocation()
|
D | vktApiCommandBuffersTests.cpp | 4339 void* hostPtr = alloc.getHostPtr(); in copyAndFlush() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiBufferMarkerTests.cpp | 92 …nsion (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, bool hostPtr, size_t offset) in createDeviceWithExtension() 204 …ExternalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr, size_t offset) : Allocation(*mem, … in ExternalHostAllocation()
|
D | vktApiCommandBuffersTests.cpp | 4339 void* hostPtr = alloc.getHostPtr(); in copyAndFlush() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 164 uint8_t* hostPtr = reinterpret_cast<uint8_t*>(allocation->getHostPtr()); in ConditionBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 164 uint8_t* hostPtr = reinterpret_cast<uint8_t*>(allocation->getHostPtr()); in ConditionBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBindPointTests.cpp | 308 void* hostPtr = alloc.getHostPtr(); in zeroOutAndFlush() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineBindPointTests.cpp | 308 void* hostPtr = alloc.getHostPtr(); in zeroOutAndFlush() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 280 void NativeHandle::setHostPtr(void* hostPtr) in setHostPtr()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 280 void NativeHandle::setHostPtr(void* hostPtr) in setHostPtr()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 110 void* hostPtr; member in vkt::memory::__anon81ea9dc10111::MemoryMappingRAII
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 110 void* hostPtr; member in vkt::memory::__anon9b2edc410111::MemoryMappingRAII
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 608 deUint32* hostPtr = (deUint32*)m_buffer->getAllocation().getHostPtr(); in init() local 667 deInt32* hostPtr = (deInt32*)m_buffer->getAllocation().getHostPtr(); in getData() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 608 deUint32* hostPtr = (deUint32*)m_buffer->getAllocation().getHostPtr(); in init() local 667 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 | 1118 unsigned char* hostPtr = static_cast<unsigned char*>(buffer->alloc->getHostPtr()); in getPixelAccess() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 1118 unsigned char* hostPtr = static_cast<unsigned char*>(buffer->alloc->getHostPtr()); in getPixelAccess() local
|