HomeSort by relevance Sort by last modified time
    Searched refs:new_first (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.c 139 struct radv_amdgpu_map_range new_first, new_last; local
201 new_first = parent->ranges[first];
209 new_first.size = offset - new_first.offset;
210 radv_amdgpu_winsys_virtual_map(parent, &new_first);
230 parent->ranges[first] = new_first;
  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_dependence.cpp 1408 SENode* new_first = subscript_pair.first; local
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_dependence.cpp 1408 SENode* new_first = subscript_pair.first; local
    [all...]
  /external/u-boot/include/linux/
list.h 212 struct list_head *new_first = entry->next; local
217 head->next = new_first;
218 new_first->prev = head;
  /external/v8/src/runtime/
runtime-strings.cc 79 Handle<String> new_first; local
81 recursion_limit).ToHandle(&new_first)) {
84 if (*found) return isolate->factory()->NewConsString(new_first, second);

Completed in 295 milliseconds