Home
last modified time | relevance | path

Searched refs:anv_cmd_alloc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/vulkan/
DgenX_acceleration_structure_grl.c597 write_memory(struct anv_cmd_alloc alloc, size_t offset, const void *data, size_t data_len) in write_memory()
749 struct anv_cmd_alloc private_mem_alloc; in cmd_build_acceleration_structures()
762 private_mem_alloc = (struct anv_cmd_alloc) { in cmd_build_acceleration_structures()
769 struct anv_cmd_alloc transient_mem_alloc = in cmd_build_acceleration_structures()
Danv_batch_chain.c781 struct anv_cmd_alloc
793 return (struct anv_cmd_alloc) { in anv_cmd_buffer_alloc_space()
798 return (struct anv_cmd_alloc) { in anv_cmd_buffer_alloc_space()
831 return (struct anv_cmd_alloc) { in anv_cmd_buffer_alloc_space()
Danv_private.h4524 struct anv_cmd_alloc { struct
4530 #define ANV_EMPTY_ALLOC ((struct anv_cmd_alloc) { .map = NULL, .size = 0 }) argument
4533 anv_cmd_alloc_is_empty(struct anv_cmd_alloc alloc) in anv_cmd_alloc_is_empty()
4538 struct anv_cmd_alloc