Home
last modified time | relevance | path

Searched refs:back (Results 1251 - 1275 of 2279) sorted by relevance

1...<<51525354555657585960>>...92

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h268 return *AllEdges.back(); in addEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h123 assert(SE->InsertPointGuards.back() == this); in ~SCEVInsertPointGuard()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h130 int getFinalCycle() { return Cycle[ScheduledInstrs.back()]; } in getFinalCycle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h188 NodeId NId = stack.back(); in backpropagate()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc112 // write it back as HTML, but this requires a Markdown parser. For now in WriteDocCommentBodyForLocation()
120 while (!lines.empty() && lines.back().empty()) { in WriteDocCommentBodyForLocation()
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc344 auto& a = annotations->back(); in WriteVariable()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser.h223 size_t text_size = items_.empty() ? 0 : items_.back().text_end; in operator =()
/third_party/skia/modules/skplaintexteditor/src/
H A Dshape.cpp160 if (fLineEndOffsets.empty() || fTextOffset > fLineEndOffsets.back()) { in commitLine()
/third_party/skia/gm/
H A Dconvexpolyclip.cpp117 return clips.back();
/third_party/spirv-tools/source/
H A Doperand.cpp458 result = pattern->back(); in spvTakeFirstMatchableOperand()
/third_party/spirv-tools/source/opt/
H A Dcode_sink.cpp302 BasicBlock* bb = context()->get_instr_block(worklist.back()); in IntersectsPath()
H A Ddead_insert_elim_pass.cpp239 Instruction* inst = dead_instructions.back(); in EliminateDeadInsertsOnePass()
H A Dspread_volatile_semantics.cpp210 uint32_t ptr_id = worklist.back();
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderConstExprTests.cpp45 glu::sl::Value& value = dst->outputs.back(); in addOutputVar()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeFilePath.cpp126 if (reverseNormalizedComponents.empty() && components.back() == ".") in normalize()
/third_party/json/tests/src/
H A Dunit-cbor.cpp1096 CHECK(result.back() != '\x00');
1129 CHECK(result.back() != '\x00');
1162 CHECK(result.back() != '\x00');
1197 CHECK(result.back() != '\x00');
1445 CHECK(result.back() != '\x00');
1478 CHECK(result.back() != '\x00');
1511 CHECK(result.back() != '\x00');
1546 CHECK(result.back() != '\x00');
/third_party/json/include/nlohmann/
H A Djson.hpp579 basic_json current_item(std::move(stack.back())); in destroy()
2395 /// @sa https://json.nlohmann.me/api/basic_json/back/
2396 reference back() in back() function in basic_json
2404 /// @sa https://json.nlohmann.me/api/basic_json/back/
2405 const_reference back() const in back() function in basic_json
3099 set_parent(m_value.array->back(), old_capacity); in push_back()
3132 set_parent(m_value.array->back(), old_capacity); in push_back()
3220 return set_parent(m_value.array->back(), old_capacity); in emplace_back()
4722 const auto last_path = ptr.back();
4741 // special case: append to back
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2061 iterations.back().gatherArgs = basicIterations[basicNdx]; in generate2DArrayCaseIterations()
2062 iterations.back().layerNdx = layerNdx; in generate2DArrayCaseIterations()
2073 iterations.back().gatherArgs = basicIterations[basicNdx]; in generate2DArrayCaseIterations()
2074 iterations.back().layerNdx = layerNdx; in generate2DArrayCaseIterations()
2286 iterations.back().gatherArgs = basicIterations[basicNdx]; in generateCubeCaseIterations()
2287 iterations.back().face = cubeFace; in generateCubeCaseIterations()
2298 iterations.back().gatherArgs = basicIterations[basicNdx]; in generateCubeCaseIterations()
2299 iterations.back().face = cubeFace; in generateCubeCaseIterations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2075 iterations.back().gatherArgs = basicIterations[basicNdx]; in generate2DArrayCaseIterations()
2076 iterations.back().layerNdx = layerNdx; in generate2DArrayCaseIterations()
2087 iterations.back().gatherArgs = basicIterations[basicNdx]; in generate2DArrayCaseIterations()
2088 iterations.back().layerNdx = layerNdx; in generate2DArrayCaseIterations()
2302 iterations.back().gatherArgs = basicIterations[basicNdx]; in generateCubeCaseIterations()
2303 iterations.back().face = cubeFace; in generateCubeCaseIterations()
2314 iterations.back().gatherArgs = basicIterations[basicNdx]; in generateCubeCaseIterations()
2315 iterations.back().face = cubeFace; in generateCubeCaseIterations()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e.h660 /* List to keep previous DDP profiles to be rolled back in the future */
821 struct i40e_pf *back; /* Backreference to associated PF */ member
940 return vsi->back; in i40e_netdev_to_pf()
1113 struct i40e_pf *pf = vsi->back; in i40e_irq_dynamic_enable()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e.h769 /* List to keep previous DDP profiles to be rolled back in the future */
935 struct i40e_pf *back; /* Backreference to associated PF */ member
1057 return vsi->back; in i40e_netdev_to_pf()
1230 struct i40e_pf *pf = vsi->back; in i40e_irq_dynamic_enable()
/third_party/gn/src/gn/
H A Dvisual_studio_writer.cc434 if (!WriteProjectFileContents(vcxproj_string_out, *projects_.back(), target, in WriteProjectFiles()
920 if (base::starts_with(folder->path, parents.back()->path)) { in ResolveSolutionFolders()
921 folder->parent_folder = parents.back(); in ResolveSolutionFolders()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h922 uint32_t back; member
927 uint32_t back; member
932 uint32_t back; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c184 LLVMValueRef front, back; in interp_fs_color() local
187 back = si_build_fs_interp(ctx, back_attr_offset, chan, prim_mask, i, j); in interp_fs_color()
189 result[chan] = LLVMBuildSelect(ctx->ac.builder, is_face_positive, front, back, ""); in interp_fs_color()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp852 VkResult res = vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &heap.objects.back().memory); in iterate()
866 TCU_CHECK(!!heap.objects.back().memory); in iterate()
902 heap.objects[memoryObjectNdx] = heap.objects.back(); in iterate()

Completed in 45 milliseconds

1...<<51525354555657585960>>...92