/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 274 structs.push_back((*i).get()); in getNamedStructs() 1722 return createShaderModule(vk, device, m_context.getBinaryCollection().get("geom"), 0u); in getGeometryShaderModule() 1735 const Move<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterate()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_decoration_test.cpp | 6345 const char* const decoration = std::get<0>(GetParam()); in TEST_P() 6346 const char* const vuid = std::get<1>(GetParam()); in TEST_P() 6347 const TestResult& test_result = std::get<2>(GetParam()); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationCL.cpp | 1428 dev = krnl.getProgram().getContext().getDevices().front().get(); in ValidateGetKernelWorkGroupInfo() 1671 if ((src.isSubBuffer() ? src.getParent().get() : &src) == in ValidateEnqueueCopyBuffer() 1672 (dst.isSubBuffer() ? dst.getParent().get() : &dst)) in ValidateEnqueueCopyBuffer()
|
H A D | validationES2.cpp | 3041 if (transformFeedbackBuffer.get() == buffer) in ValidateMapBufferBase() 4005 const TextureCaps &formatCaps = context->getTextureCaps().get(internalformat); in ValidateRenderbufferStorageMultisampleANGLE() 6314 const TextureCaps &formatCaps = context->getTextureCaps().get(sizedInternalFormat); in ValidateFramebufferTexture2DMultisampleEXT() 6373 const TextureCaps &formatCaps = context->getTextureCaps().get(internalformat); in ValidateRenderbufferStorageMultisampleEXT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_decoration_test.cpp | 6345 const char* const decoration = std::get<0>(GetParam()); in TEST_P() 6346 const char* const vuid = std::get<1>(GetParam()); in TEST_P() 6347 const TestResult& test_result = std::get<2>(GetParam()); in TEST_P()
|
/third_party/python/Lib/ |
H A D | mailbox.py | 64 def get(self, key, default=None): member in Mailbox 699 # self._file is about to get replaced, so no need to sync. 1663 return self.get('Status', '') + self.get('X-Status', '')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 301 Constant *Idx = ConstantInt::get(Ty, Offset); in LowerGlobalAddress() 1560 BuildMI(BB, dl, TII.get(XCore::BRFT_lru6)) in EmitInstrWithCustomInserter() 1576 BuildMI(*BB, BB->begin(), dl, TII.get(XCore::PHI), MI.getOperand(0).getReg()) in EmitInstrWithCustomInserter()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 138 return vec.back().get(); in CreateNested() 183 return it->second[index].get(); in GetTreeForNested() 824 // We should never get here. Put here instead of a default in ConsumeFieldValue() 825 // so that if new types are added, we get a nice compiler warning. in ConsumeFieldValue() 1130 DO(ConsumeMessage(value.get(), sub_delimiter)); in ConsumeAnyValue()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.cpp | 642 // TODO: Since min and max are calculated differently it's possible to get a rounding error in GetLineFontMetrics() 1456 // get textStyle to calculate text box when text is empty(reference to ParagraphImpl::computeEmptyMetrics()) in GetLineFontMetrics() 2360 run.setOwner(paragraph.get()); in GetLineFontMetrics() 2363 cluster.setOwner(paragraph.get()); in GetLineFontMetrics() 2366 line.setParagraphImpl(paragraph.get()); in GetLineFontMetrics()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 274 structs.push_back((*i).get()); in getNamedStructs() 1722 return createShaderModule(vk, device, m_context.getBinaryCollection().get("geom"), 0u); in getGeometryShaderModule() 1735 const Move<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterate()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 257 return ast_value_factory()->GetOneByteString(decimal.get()); in GetBigIntAsSymbol() 740 String::cast(arguments->get(i)), in PrepareWrappedArguments() 892 // is the parent's id. The inner function will get ids starting from in ParseFunction() 934 function_scope->end_position(), function_name.get(), in ParseFunction() 935 strlen(function_name.get()))); in ParseFunction() 1870 // that even dead functions get source coverage data. in DeclareFunction() 1958 // In order to get the CaseClauses to execute in their own lexical scope, in RewriteSwitchStatement()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 116 EGLint requestedDeviceType = static_cast<EGLint>(attributes.get( in Renderer9() 266 << "Failed to get device caps, " << gl::FmtHR(result); in initialize() 500 rendererTextureCaps.get(colorBufferInternalFormat); in generateConfigs() 510 rendererTextureCaps.get(depthStencilBufferInternalFormat); in generateConfigs() 649 ANGLE_TRY_HR(context9, result, "Failed to get event query data"); in flush() 670 ANGLE_TRY_HR(context9, result, "Failed to get event query data"); in finish() 698 ANGLE_TRY_HR(context9, result, "Failed to get event query data"); in finish() 1071 // If we get NULL back from getBaseTexture here, something went wrong in setTexture() 1113 // get the actual samples. in updateState() 1151 // get th in setBlendDepthRasterStates() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VertexAttributeTest.cpp | 1147 // TODO(jmadill): Figure out why we get this error on AMD/OpenGL. in TEST_P() 1170 // TODO(jmadill): Figure out why we get this error on AMD/ES2/OpenGL in TEST_P() 1573 GLuint mProgram2 = program.get(); in TEST_P() 2234 glUseProgram(renderProgram.get()); in TEST_P() 2245 glUseProgram(computePogram.get()); in TEST_P() 2248 glUseProgram(renderProgram1.get()); in TEST_P() 2826 // after enough iterations. It validates the unchanged attributes don't get deleted incidentally. 3429 // Link program and get uniform locations. in TEST_P() 3644 // Link program and get uniform locations. in TEST_P() 3788 // Link program and get unifor in TEST_P() [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | CopyCommandsValidationTests.cpp | 728 wgpu::TextureFormat textureFormat = std::get<0>(param); in TEST_F() 729 wgpu::TextureAspect textureAspect = std::get<1>(param); in TEST_F() 1338 wgpu::TextureFormat textureFormat = std::get<0>(param); in TEST_F() 1339 wgpu::TextureAspect textureAspect = std::get<1>(param); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1003 unsigned RegCount = std::get<0>(CountAndVT); 1004 MVT RegisterVT = std::get<1>(CountAndVT); 1129 // Constrained FP intrinsics with fpexcept.ignore should also get in visit() 1235 UndefValue::get(DDI.getDI()->getVariableLocation()->getType()); in resolveDanglingDebugInfo() 1289 auto Undef = UndefValue::get(DDI.getDI()->getVariableLocation()->getType()); in salvageUnresolvedDbgValue() 1342 // need to let them dangle until they get an SDNode. in handleDebugValue() 1563 // Now that we know the number and type of the elements, get that number of in getValueImpl() 1606 llvm_unreachable("Can't get register for value!"); in getValueImpl() 1975 /// the current basic block, add it to ValueMap now so that we'll get a 2180 // Normalize A/2 and B to get in FindMergedConditions() 8097 unsigned get() const { return Flags; } get() function in __anon24121::ExtraFlags [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 64 // Uncomment this to get evaluation trace dumps to std::cerr 244 //! A hack to get Void support for VarType. 474 const T divisor = modularDivisor.get(); in intervalContains() 700 const tcu::Maybe<float> convertedDivisor = (modularDivisor ? tcu::just(deFloat16To32(modularDivisor.get())) : tcu::Nothing); in doContains() 988 // This is a kludge that is only needed to get the ExprP::operator[] syntactic sugar to work. 1092 deUint8* const data = de::lookup(m_map, variable.getName()).get(); in lookup() 1872 args.push_back(m_args.a.get()); in doPrintExpr() 1873 args.push_back(m_args.b.get()); in doPrintExpr() 1874 args.push_back(m_args.c.get()); in doPrintExpr() 1875 args.push_back(m_args.d.get()); in doPrintExpr() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 130 // Linux interface to get application id of the running process in GetDefaultOutDirectory() 464 // Concatenate the strings to ensure we get an accurate counter in WriteStringPointerParamReplay() 1147 // Some replay functions can get quite large. If over a certain size, this method breaks up the 1603 const gl::Query *activeQuery = activeQueryIter.get(); in IsQueryActive() 2017 binding.getBuffer().get() != nullptr) in CaptureVertexArrayState() 2020 gl::Buffer *buffer = binding.getBuffer().get(); in CaptureVertexArrayState() 2189 texture->getBuffer().get()->id())); in CaptureTextureContents() 2195 texture->getBuffer().get()->id(), in CaptureTextureContents() 2332 // Increment tempIDStart to get a new gShaderProgram map index for the next linked stage in GenerateLinkedProgram() 2508 if (buffer.get() in CaptureIndexedBuffers() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 408 OpTy = IntegerType::get(Ctx, OpLLT.getSizeInBits()); in createMemLibcall() 446 // We must have a return following the call to get past in createMemLibcall() 505 Type *HLTy = IntegerType::get(Ctx, Size); in libcall() 1710 SrcMO.setCImm(ConstantInt::get(Ctx, Val)); in widenScalar() 1737 SrcMO.setFPImm(ConstantFP::get(Ctx, Val)); in widenScalar() 1918 MI.setDesc(TII.get(TargetOpcode::G_BUILD_VECTOR_TRUNC)); in widenScalar() 2097 // By doing this we generate the correct truncate which should get in lower() 3737 MI.setDesc(TII.get(TargetOpcode::G_CTLZ)); in lowerBitCount() 3787 MI.setDesc(TII.get(TargetOpcode::G_CTTZ)); in lowerBitCount() 3829 MI.setDesc(TII.get(TargetOpcod in lowerBitCount() [all...] |
/third_party/python/Python/ |
H A D | ceval.c | 918 PyObject *get = NULL; in match_keys() local 919 // We use the two argument form of map.get(key, default) for two reasons: in match_keys() 920 // - Atomically check for a key and get its value without error handling. in match_keys() 923 int meth_found = _PyObject_GetMethod(map, &_Py_ID(get), &get); in match_keys() 924 if (get == NULL) { in match_keys() 953 value = PyObject_Vectorcall(get, args, 3, NULL); in match_keys() 956 value = PyObject_Vectorcall(get, &args[1], 2, NULL); in match_keys() 974 Py_DECREF(get); in match_keys() 979 Py_XDECREF(get); in match_keys() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 64 // Uncomment this to get evaluation trace dumps to std::cerr 245 //! A hack to get Void support for VarType. 475 const T divisor = modularDivisor.get(); in intervalContains() 701 const tcu::Maybe<float> convertedDivisor = (modularDivisor ? tcu::just(deFloat16To32(modularDivisor.get())) : tcu::Nothing); in doContains() 989 // This is a kludge that is only needed to get the ExprP::operator[] syntactic sugar to work. 1093 deUint8* const data = de::lookup(m_map, variable.getName()).get(); in lookup() 1845 args.push_back(m_args.a.get()); in doPrintExpr() 1846 args.push_back(m_args.b.get()); in doPrintExpr() 1847 args.push_back(m_args.c.get()); in doPrintExpr() 1848 args.push_back(m_args.d.get()); in doPrintExpr() [all...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-zynq.c | 285 * get the 32 bit value to be written to the mask/data register where in zynq_gpio_set_value() 643 * This function reads the Interrupt Status Register of each bank to get the 930 chip->get = zynq_gpio_get_value; in zynq_gpio_probe()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | acpi-cpufreq.c | 644 pr_debug("CPU%d: Unable to get performance capabilities (%d)\n", in get_max_boost_ratio() 855 * cpufreq_driver->get is NULL, so we need to set it here. in acpi_cpufreq_cpu_init() 862 acpi_cpufreq_driver.get = get_cur_freq_on_cpu; in acpi_cpufreq_cpu_init()
|
H A D | powernow-k8.c | 71 * Each "low" fid has corresponding "high" fid, and you can get to "low" fids 566 /* use ACPI support to get full speed on mains power */ in fill_powernow_table() 1146 .get = powernowk8_get,
|
/kernel/linux/linux-5.10/drivers/block/rnbd/ |
H A D | rnbd-srv.c | 54 .get = param_get_string, 725 pr_err("Opening device '%s' for client %s failed, failed to get device full path, err: %d\n", in process_msg_open()
|
/kernel/linux/linux-5.10/arch/mips/txx9/generic/ |
H A D | setup.c | 739 iocled->chip.get = txx9_iocled_get; in txx9_iocled_init()
|