Home
last modified time | relevance | path

Searched defs:heap_flags (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_context.c238 uint32_t heap_flags; in lima_context_create() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_bufmgr.cpp139 D3D12_HEAP_FLAGS heap_flags = screen->support_create_not_resident ? in d3d12_bo_new() local
Dd3d12_resource.cpp351 D3D12_HEAP_FLAGS heap_flags = screen->support_create_not_resident ? in init_texture() local
379 D3D12_HEAP_FLAGS heap_flags = screen->support_create_not_resident ? in init_texture() local
/third_party/mesa3d/src/gallium/drivers/iris/xe/
Diris_kmd_backend.c42 enum iris_heap heap_flags, unsigned alloc_flags) in xe_gem_create()