/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | CFGMST.h | 268 return *AllEdges.back(); in addEdge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpander.h | 123 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 D | ModuloSchedule.h | 130 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 D | ReductionRules.h | 188 NodeId NId = stack.back(); in backpropagate()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_doc_comment.cc | 112 // 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 D | printer.cc | 344 auto& a = annotations->back(); in WriteVariable()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser.h | 223 size_t text_size = items_.empty() ? 0 : items_.back().text_end; in operator =()
|
/third_party/skia/modules/skplaintexteditor/src/ |
H A D | shape.cpp | 160 if (fLineEndOffsets.empty() || fTextOffset > fLineEndOffsets.back()) { in commitLine()
|
/third_party/skia/gm/ |
H A D | convexpolyclip.cpp | 117 return clips.back();
|
/third_party/spirv-tools/source/ |
H A D | operand.cpp | 458 result = pattern->back(); in spvTakeFirstMatchableOperand()
|
/third_party/spirv-tools/source/opt/ |
H A D | code_sink.cpp | 302 BasicBlock* bb = context()->get_instr_block(worklist.back()); in IntersectsPath()
|
H A D | dead_insert_elim_pass.cpp | 239 Instruction* inst = dead_instructions.back(); in EliminateDeadInsertsOnePass()
|
H A D | spread_volatile_semantics.cpp | 210 uint32_t ptr_id = worklist.back();
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderConstExprTests.cpp | 45 glu::sl::Value& value = dst->outputs.back(); in addOutputVar()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deFilePath.cpp | 126 if (reverseNormalizedComponents.empty() && components.back() == ".") in normalize()
|
/third_party/json/tests/src/ |
H A D | unit-cbor.cpp | 1096 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 D | json.hpp | 579 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 D | vktShaderRenderTextureGatherTests.cpp | 2061 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 D | vktShaderRenderTextureGatherTests.cpp | 2075 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 D | i40e.h | 660 /* 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 D | i40e.h | 769 /* 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 D | visual_studio_writer.cc | 434 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 D | v3dv_private.h | 922 uint32_t back; member 927 uint32_t back; member 932 uint32_t back; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_ps.c | 184 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 D | vktMemoryAllocationTests.cpp | 852 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()
|