Home
last modified time | relevance | path

Searched defs:dedicated (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp87 const bool dedicated; member
561 bool dedicated, in getMemoryRequirements()
605 bool dedicated, in getMemoryRequirements()
719 bool dedicated) in importAndBindMemory()
737 bool dedicated) in importAndBindMemory()
757 bool dedicated) in importResource()
1360 const bool dedicated (dedicatedNdx == 1); in createTests() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiMemoryRequirementInvarianceTests.cpp86 BufferAllocator::BufferAllocator (deRandom& random, deBool dedicated, std::vector<int>& memoryTypes) in BufferAllocator()
161 ImageAllocator::ImageAllocator (deRandom& random, deBool dedicated, std::vector<int>& linearformats… in ImageAllocator()
DvktApiExternalMemoryTests.cpp464 bool dedicated) in checkBufferSupport()
502 bool dedicated) in checkImageSupport()
2890 bool dedicated; member
3510 bool dedicated; member
3790 bool dedicated; member
4410 const bool dedicated (dedicatedNdx == 1); in createMemoryTests() local
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs339 let dedicated = match device.loaded_extensions().khr_dedicated_allocation { in allocate_memory() localVariable
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c738 bool dedicated) in si_buffer_from_winsys_buffer()
Dsi_texture.c1391 bool dedicated) in si_texture_from_winsys_buffer()
2249 si_memobj_from_handle(struct pipe_screen *screen, struct winsys_handle *whandle, bool dedicated) in si_memobj_from_handle()
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_screen.c520 bool dedicated) in tegra_screen_memobj_create_from_handle()
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c592 bool dedicated) in trace_screen_memobj_create_from_handle()
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c396 bool dedicated) in dd_screen_memobj_create_from_handle()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1309 bool dedicated) in fd_memobj_create_from_handle()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1850 bool dedicated) in r600_memobj_from_handle()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp1738 …de::MovePtr<tcu::TestCaseGroup> dedicated (new tcu::TestCaseGroup(testCtx, "dedicated_alloc"… in createMappingTests() local
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h984 bool dedicated; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp298 auto dedicated = lvl_find_in_chain<VkMemoryDedicatedAllocateInfoKHR>(pAllocateInfo->pNext); in AddMemObjInfo() local