Home
last modified time | relevance | path

Searched refs:new_first (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c169 struct radv_amdgpu_map_range new_first, new_last; in radv_amdgpu_winsys_bo_virtual_bind() local
234 new_first = parent->ranges[first]; in radv_amdgpu_winsys_bo_virtual_bind()
242 new_first.size = offset - new_first.offset; in radv_amdgpu_winsys_bo_virtual_bind()
243 radv_amdgpu_winsys_virtual_map(parent, &new_first); in radv_amdgpu_winsys_bo_virtual_bind()
264 parent->ranges[first] = new_first; in radv_amdgpu_winsys_bo_virtual_bind()
/external/u-boot/include/linux/
Dlist.h212 struct list_head *new_first = entry->next; in __list_cut_position() local
217 head->next = new_first; in __list_cut_position()
218 new_first->prev = head; in __list_cut_position()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.cpp1408 SENode* new_first = subscript_pair.first; in PropagateConstraints() local
1416 new_first, constraint->GetLoop()); in PropagateConstraints()
1433 new_first, constraint->GetLoop()); in PropagateConstraints()
1436 new_first = scalar_evolution_.CreateSubtraction(zeroed_coefficient, rhs); in PropagateConstraints()
1437 new_first = scalar_evolution_.SimplifyExpression(new_first); in PropagateConstraints()
1461 return std::make_pair(new_first, new_second); in PropagateConstraints()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp1408 SENode* new_first = subscript_pair.first; in PropagateConstraints() local
1416 new_first, constraint->GetLoop()); in PropagateConstraints()
1433 new_first, constraint->GetLoop()); in PropagateConstraints()
1436 new_first = scalar_evolution_.CreateSubtraction(zeroed_coefficient, rhs); in PropagateConstraints()
1437 new_first = scalar_evolution_.SimplifyExpression(new_first); in PropagateConstraints()
1461 return std::make_pair(new_first, new_second); in PropagateConstraints()
/external/angle/third_party/spirv-tools/src/source/opt/
Dloop_dependence.cpp1408 SENode* new_first = subscript_pair.first; in PropagateConstraints() local
1416 new_first, constraint->GetLoop()); in PropagateConstraints()
1433 new_first, constraint->GetLoop()); in PropagateConstraints()
1436 new_first = scalar_evolution_.CreateSubtraction(zeroed_coefficient, rhs); in PropagateConstraints()
1437 new_first = scalar_evolution_.SimplifyExpression(new_first); in PropagateConstraints()
1461 return std::make_pair(new_first, new_second); in PropagateConstraints()
/external/v8/src/runtime/
Druntime-strings.cc81 Handle<String> new_first; in StringReplaceOneCharWithString() local
83 recursion_limit).ToHandle(&new_first)) { in StringReplaceOneCharWithString()
86 if (*found) return isolate->factory()->NewConsString(new_first, second); in StringReplaceOneCharWithString()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c309 fi_type *new_first = exec->vtx.attrptr[attr] + newSize; in vbo_exec_wrap_upgrade_vertex() local
319 fi_type *new = new_first; in vbo_exec_wrap_upgrade_vertex()