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

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.c171 bool remove_first = parent->ranges[first].offset == offset; local in function:radv_amdgpu_winsys_bo_virtual_bind
183 remove_first = true;
192 range_count_delta = 1 - (last - first + 1) + !remove_first + !remove_last;
193 new_idx = first + !remove_first;
205 if (parent->ranges[first].offset + parent->ranges[first].size > offset || remove_first) {
209 if (!remove_first) {
230 if (!remove_first)
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.c197 bool remove_first = parent->ranges[first].offset == offset; local in function:radv_amdgpu_winsys_bo_virtual_bind
211 remove_first = true;
222 range_count_delta = 1 - (last - first + 1) + !remove_first + !remove_last;
223 new_idx = first + !remove_first;
236 if (parent->ranges[first].offset + parent->ranges[first].size > offset || remove_first) {
240 if (!remove_first) {
262 if (!remove_first)

Completed in 4 milliseconds