/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAllocationTests.cpp | 848 VkResult res = vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &heap.objects.back().memory); in iterate() 862 TCU_CHECK(!!heap.objects.back().memory); in iterate() 898 heap.objects[memoryObjectNdx] = heap.objects.back(); in iterate()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 398 construct.corresponding_constructs().back(); in UpdateContinueConstructExitBlocks() 428 exit_name = "back-edge block"; in ConstructNames() 470 auto block = stack.back(); in FindCaseFallThrough() 690 /// back-edge branching to it in StructuredControlFlowChecks() 692 // Map a loop header to blocks with back-edges to the loop header. in StructuredControlFlowChecks() 707 // Check the loop headers have exactly one back-edge branching to it in StructuredControlFlowChecks() 717 << " back-edge blocks but the standard requires exactly one"; in StructuredControlFlowChecks() 852 // and find all back-edges. in PerformCfgChecks() 886 /// calculate back edges. in PerformCfgChecks() 1044 auto block = stack.back(); in ReachabilityPass() [all...] |
/third_party/skia/src/core/ |
H A D | SkRemoteGlyphCache.cpp | 468 SkGlyph* glyph = &fMasksToSend.back(); in commonMaskLoop() 501 SkGlyph* glyph = &fMasksToSend.back(); in prepareForMaskDrawing() 537 SkGlyph* glyph = &fPathsToSend.back(); in prepareForPathDrawing()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_replace_linear_algebra_instruction.cpp | 575 result_component_ids[i] = float_add_ids.back(); in ReplaceOpVectorTimesMatrix() 690 result_component_ids[i] = float_add_ids.back(); in ReplaceOpMatrixTimesVector() 823 column_component_ids[j] = float_add_ids.back(); in ReplaceOpMatrixTimesMatrix()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_replace_linear_algebra_instruction.cpp | 575 result_component_ids[i] = float_add_ids.back(); in ReplaceOpVectorTimesMatrix() 690 result_component_ids[i] = float_add_ids.back(); in ReplaceOpMatrixTimesVector() 823 column_component_ids[j] = float_add_ids.back(); in ReplaceOpMatrixTimesMatrix()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_cfg.cpp | 398 construct.corresponding_constructs().back(); in UpdateContinueConstructExitBlocks() 428 exit_name = "back-edge block"; in ConstructNames() 470 auto block = stack.back(); in FindCaseFallThrough() 690 /// back-edge branching to it in StructuredControlFlowChecks() 692 // Map a loop header to blocks with back-edges to the loop header. in StructuredControlFlowChecks() 707 // Check the loop headers have exactly one back-edge branching to it in StructuredControlFlowChecks() 717 << " back-edge blocks but the standard requires exactly one"; in StructuredControlFlowChecks() 852 // and find all back-edges. in PerformCfgChecks() 886 /// calculate back edges. in PerformCfgChecks() 1044 auto block = stack.back(); in ReachabilityPass() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 499 BB = DelayedBBs.back().TempBB.get(); in mapBlockAddress() 556 return DistinctWorklist.back(); in mapDistinctNode() 636 auto &WE = Worklist.back(); in createPOT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Path.cpp | 323 is_separator(Path.back(), S) && 512 if (!OldPrefix.empty() && is_separator(OldPrefix.back())) 723 if (!components.empty() && components.back() != "..") {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64CallLowering.cpp | 250 SplitArgs.back().Flags[0].setInConsecutiveRegs(); in splitToValueTypes() 253 SplitArgs.back().Flags[0].setInConsecutiveRegsLast(); in splitToValueTypes() 491 // Move back to the end of the basic block. in lowerFormalArguments() 791 // register class. Until we can do that, we should fall back here. in lowerTailCall() 934 OutArgs.back().Flags[0].setZExt(); in lowerCall() 949 // fall back to SelectionDAG and let it try to handle this. in lowerCall() 1002 // Finally we can copy the returned value back into its virtual-register. In in lowerCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAsmPrinter.cpp | 188 return (MBB->back().getOpcode() != AMDGPU::S_SETPC_B64); in isBlockOnlyReachableByFallthrough() 268 DisasmLineMaxLen = std::max(DisasmLineMaxLen, DisasmLines.back().size()); in EmitFunctionEntryLabel() 281 DisasmLineMaxLen = std::max(DisasmLineMaxLen, DisasmLines.back().size()); in EmitBasicBlockStart()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 711 GCOVFunction &Func = *Funcs.back(); 762 out.write(reinterpret_cast<char*>(&FileChecksums.back()), 4); 765 Func->setCfgChecksum(FileChecksums.back());
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_replace_linear_algebra_instruction.cpp | 576 result_component_ids[i] = float_add_ids.back(); in ReplaceOpVectorTimesMatrix() 691 result_component_ids[i] = float_add_ids.back(); in ReplaceOpMatrixTimesVector() 824 column_component_ids[j] = float_add_ids.back(); in ReplaceOpMatrixTimesMatrix()
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksCacheBuilder.cpp | 786 realSamplers.back()[j] = DE_NULL; in buildPipelineCache() 794 realSamplers.back()[j] = jt->second; in buildPipelineCache() 803 realSamplers.back().data() // const VkSampler* pImmutableSamplers; in buildPipelineCache()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | GLES1Renderer.cpp | 282 angle::Mat4 proj = gles1State.mProjectionMatrices.back(); in prepareForDraw() 285 angle::Mat4 modelview = gles1State.mModelviewMatrices.back(); in prepareForDraw() 297 angle::Mat4 textureMatrix = gles1State.mTextureMatrices[i].back(); in prepareForDraw()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 957 // Create resources needed to back up this binding. 1569 const auto& lastVec = mutableTypesVec.back(); 1655 const auto& lastVec = mutableTypesVec.back(); 1697 bindingFlagsVec->back() |= VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT; 1830 auto& last = descriptorWrites.back(); 1846 ((writeInfo.writeType == WriteType::ACCELERATION_STRUCTURE_INFO) ? &asWriteVec.back() : nullptr), 1852 (writeInfo.writeType == WriteType::IMAGE_INFO ? &imageInfoVec.back() : nullptr), 1853 (writeInfo.writeType == WriteType::BUFFER_INFO ? &bufferInfoVec.back() : nullptr), 1854 (writeInfo.writeType == WriteType::BUFFER_VIEW ? &bufferViewVec.back() : nullptr), 1922 return bindings.back() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 953 // Create resources needed to back up this binding. 1565 const auto& lastVec = mutableTypesVec.back(); 1651 const auto& lastVec = mutableTypesVec.back(); 1693 bindingFlagsVec->back() |= VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT; 1826 auto& last = descriptorWrites.back(); 1842 ((writeInfo.writeType == WriteType::ACCELERATION_STRUCTURE_INFO) ? &asWriteVec.back() : nullptr), 1848 (writeInfo.writeType == WriteType::IMAGE_INFO ? &imageInfoVec.back() : nullptr), 1849 (writeInfo.writeType == WriteType::BUFFER_INFO ? &bufferInfoVec.back() : nullptr), 1850 (writeInfo.writeType == WriteType::BUFFER_VIEW ? &bufferViewVec.back() : nullptr), 1918 return bindings.back() [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.cpp | 1081 else if (tmpname.back() == '_') in update_name_cache() 1744 auto &last_type = get<SPIRType>(type.member_types.back()); in get_declared_struct_size_runtime_array() 1939 bool array_size_literal = type.array_size_literal.back(); in get_declared_struct_member_size() 1940 uint32_t array_size = array_size_literal ? type.array.back() : evaluate_constant_u32(type.array.back()); in get_declared_struct_member_size() 2958 // because if we don't write anything whatever we put into the function must return back to the caller. in analyze_parameter_preservation() 4443 if (!constant_type.array_size_literal.back()) in make_constant_null() 4446 SmallVector<uint32_t> elements(constant_type.array.back()); in make_constant_null() 4447 for (uint32_t i = 0; i < constant_type.array.back(); i++) in make_constant_null() 4711 if (interlock_function_id != 0 && interlock_function_id != call_stack.back()) in handle() [all...] |
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.cpp | 831 T& back()
in back() function in D3D12MA::Vector 836 const T& back() const
in back() function in D3D12MA::Vector 1128 D3D12MA_ASSERT(!m_Stack.empty() && m_Stack.back().type == COLLECTION_TYPE_OBJECT);
in EndObject() 1129 D3D12MA_ASSERT(m_Stack.back().valueCount % 2 == 0);
in EndObject() 1154 D3D12MA_ASSERT(!m_Stack.empty() && m_Stack.back().type == COLLECTION_TYPE_ARRAY);
in EndArray() 1287 StackItem& currItem = m_Stack.back();
in BeginValue() 1312 if (!m_Stack.empty() && !m_Stack.back().singleLineMode)
in WriteIndent() 1490 m_FirstBlockCapacity : m_ItemBlocks.back().Capacity * 3 / 2;
in CreateNewBlock() 1505 return m_ItemBlocks.back();
in CreateNewBlock() 2773 return m_FreeSuballocationsBySize.back() [all...] |
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pBufferDataUploadTests.cpp | 679 stats.maxTime = (float)values.back(); in calculateSingleOperationStatistics() 722 stats.maxDiffTime = timeDiffs.back(); in calculateBasicStatistics() 746 stats.maxRelDiffTime = relativeDiffs.back(); in calculateBasicStatistics() 756 stats.result.maxTime = (float)values.back(); in calculateBasicStatistics() 1009 const float aabbMaxX = (float)(samples.back().*predictor); in calculateSampleFitLinearity() 1045 const float aabbMaxX = (float)(samples.back().*predictor); in calculateSampleTemporalStability() 1754 const int medianBufferSize = (samples.front().bufferSize + samples.back().bufferSize) / 2; in analyzeSampleResults() 1821 const int medianDataSize = (samples.front().renderDataSize + samples.back().renderDataSize) / 2; in analyzeSampleResults() 4108 m_results.back().scene.gridHeight = gridSizes[gridNdx]; 4109 m_results.back() [all...] |
/third_party/vulkan-loader/tests/ |
H A D | loader_layer_tests.cpp | 4523 cur_icd.physical_devices.back().set_properties(properties); in TEST() 4527 cur_icd.physical_device_groups.back().use_physical_device(cur_icd.physical_devices[2]); in TEST() 4600 cur_icd.physical_devices.back().set_properties(properties); in TEST() 4604 cur_icd.physical_device_groups.back().use_physical_device(cur_icd.physical_devices[2]); in TEST() 4650 cur_icd.physical_devices.back().set_properties(properties); in TEST() 4654 cur_icd.physical_device_groups.back().use_physical_device(cur_icd.physical_devices[2]); in TEST() 4700 cur_icd.physical_devices.back().set_properties(properties); in TEST() 4704 cur_icd.physical_device_groups.back().use_physical_device(cur_icd.physical_devices[2]); in TEST() 4776 cur_icd.physical_devices.back().set_properties(properties); in TEST() 4780 cur_icd.physical_device_groups.back() in TEST() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | fpsp.h | 63 | because it needs to report an exception back to the user. This 130 .set WBTEMP,LV-76 | write back temp (12 bytes)
|
/kernel/linux/linux-5.10/arch/x86/entry/ |
H A D | entry_32.S | 233 addl $7*4, (%esp) # point sp back at the previous context 529 * but switch back to the entry-stack again when we approach 532 * segment registers on the way back to user-space or when the 542 * On the iret path we copy everything back and switch to the 568 * so that we can switch back to it before iret. 585 * Switch back from the kernel stack to the entry stack. 594 * while on the entry-stack, the NMI handler will switch back to the top 638 * path and have to switch back to the entry stack and/or user-cr3 686 * switch back to user cr3. 1002 * Return back t [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mac.c | 90 struct igb_adapter *adapter = hw->back; in igb_write_vfta() 177 struct igb_adapter *adapter = hw->back; in igb_vfta_set() 391 * written back into the register. 401 * back the new value. The (hw->mac.mta_reg_count - 1) serves as a in igb_mta_set()
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | fpsp.h | 63 | because it needs to report an exception back to the user. This 130 .set WBTEMP,LV-76 | write back temp (12 bytes)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mac.c | 90 struct igb_adapter *adapter = hw->back; in igb_write_vfta() 177 struct igb_adapter *adapter = hw->back; in igb_vfta_set() 391 * written back into the register. 401 * back the new value. The (hw->mac.mta_reg_count - 1) serves as a in igb_mta_set()
|