Searched refs:ANV_STATE_ENTRY_SIZE (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c141 #define ANV_STATE_ENTRY_SIZE (sizeof(struct anv_free_entry)) macro
179 uint32_t initial_size = initial_entries * ANV_STATE_ENTRY_SIZE;
240 uint32_t used = align_u32(table->state.next * ANV_STATE_ENTRY_SIZE,
315 new.end = table->size / ANV_STATE_ENTRY_SIZE;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c139 #define ANV_STATE_ENTRY_SIZE (sizeof(struct anv_free_entry)) macro
171 uint32_t initial_size = initial_entries * ANV_STATE_ENTRY_SIZE;
232 uint32_t used = align_u32(table->state.next * ANV_STATE_ENTRY_SIZE,
307 new.end = table->size / ANV_STATE_ENTRY_SIZE;

Completed in 7 milliseconds