Home
last modified time | relevance | path

Searched refs:anv_cmd_alloc_is_empty (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A DgenX_acceleration_structure.c754 if (anv_cmd_alloc_is_empty(private_mem_alloc)) { in cmd_build_acceleration_structures()
772 if (transient_total > 0 && anv_cmd_alloc_is_empty(transient_mem_alloc)) { in cmd_build_acceleration_structures()
H A Danv_private.h4386 anv_cmd_alloc_is_empty(struct anv_cmd_alloc alloc) in anv_cmd_alloc_is_empty() function