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

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c1032 uint32_t st_idx; local in function:anv_state_pool_return_blocks
1033 UNUSED VkResult result = anv_state_table_add(&pool->table, &st_idx, count);
1038 st_idx + i);
1046 &pool->table, st_idx, count);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c951 uint32_t st_idx; local in function:anv_state_pool_return_blocks
952 UNUSED VkResult result = anv_state_table_add(&pool->table, &st_idx, count);
957 st_idx + i);
967 &pool->table, st_idx, count);

Completed in 7 milliseconds