/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_raii.hpp | 13017 std::vector<PerformanceCounterDescriptionKHR> & counterDescriptions = data.second; in enumerateQueueFamilyPerformanceQueryCountersKHR() 14509 uint64_t & maxDeviation = data.second; in getCalibratedTimestampsEXT() 14533 uint64_t & maxDeviation = data.second; in getCalibratedTimestampEXT()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 5491 i::String right = cons_string.second(); in Unaligned() 5563 // all code units have been written out. The second phase writes out code in Unaligned() 9349 pair.second->code.start = in GetJSEntryStubs() 9351 pair.second->code.length_in_bytes = js_entry.InstructionSize(); in GetJSEntryStubs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 2295 RegsToPass[i].second, InFlag); in LowerCall() 2435 RegsToPass[i].second.getValueType())); in LowerCall() 4256 // In ARM and Thumb-2, the compare instructions can shift their second in getARMCmp() 6181 // The upper 32 bits come from the second return value of lsll in Expand64BitShift() 6470 // * the least significant byte is 0xff and the second byte is nonzero, or in isVMOVModifiedImm() 7494 // The extraction can just take the second half in ReconstructShuffle() 8931 DAG.getLoad(ArgVT, dl, CallResult.second, SRet, MachinePointerInfo()); in LowerFSINCOS() 9950 if (SeenMBBs.insert(CurMBB).second) in EmitSjLjDispatchBlock() 11370 // a glue link from the first add to the second add. in AddCombineTo64bitMLAL() 12541 // Ensure that the second operan in PerformORCombine() [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 5497 iter->second->GetProperty()); in HWTEST_F()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 630 return GetConstructorHelper(isolate, receiver).second; in GetConstructorName() 1117 // 8b. Let desc be the second element of pair. in DefineProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 1020 pipelineShaderStage.module = **it->second; in madeShaderModule() 3124 // The first value will be stored in ds1 and the second one in dst2.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 2478 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].second, in SubpassRenderer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 2108 if (dst.insert(this).second) in doGetUsedFuncs()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GLSLTest.cpp | 1368 // says for a given line the value should come from the second in TEST_P() 1685 // Draw with a second program. in TEST_P() 3406 // Also includes multiple array initializers in one declaration, where only the second one has 5761 // Initialize a second texture with a simple color pattern. 5773 // Draw with the nested program, using the first texture to index the second. 8175 // The second time the program link fails because of the mismatch of the varying types. 9389 uint32_t rows = matrixDims[m].second; 10359 // First x == 1 should prevent the side effect of the second expression (x = 1) from
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 4686 unsigned Idx = i->second; in addOptionalImmOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 548 // second operand. in isLegalMaskCompare() 662 // if the block also has an access to a second TLS address this will save in IsProfitableToFold() 761 /// Return the CALLSEQ_START by reference as a second output. 1389 CurDAG->setRoot(Result.second); in emitSpecialCodeForMain() 3665 // to emit a second instruction after this one. This is needed since we have two
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 931 tcu::CubeFace face = images[ndx].second; in createTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 2464 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].second, in SubpassRenderer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 2081 if (dst.insert(this).second) in doGetUsedFuncs()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 1604 * Creates a new object by adding the own properties of `second`, then the own properties of `first`. 1606 * NOTE: This means that if a property exists in both `first` and `second`, the property in `first` will be chosen. 1608 function extend(first, second) { 1610 for (var id in second) { 1611 if (hasOwnProperty.call(second, id)) { 1612 result[id] = second[id]; 1623 function copyProperties(first, second) { 1624 for (var id in second) { 1625 if (hasOwnProperty.call(second, id)) { 1626 first[id] = second[i [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 1435 * Creates a new object by adding the own properties of `second`, then the own properties of `first`. 1437 * NOTE: This means that if a property exists in both `first` and `second`, the property in `first` will be chosen. 1439 function extend(first, second) { 1441 for (var id in second) { 1442 if (hasOwnProperty.call(second, id)) { 1443 result[id] = second[id]; 1454 function copyProperties(first, second) { 1455 for (var id in second) { 1456 if (hasOwnProperty.call(second, id)) { 1457 first[id] = second[i [all...] |
H A D | typescript.js | 1426 * Creates a new object by adding the own properties of `second`, then the own properties of `first`. 1428 * NOTE: This means that if a property exists in both `first` and `second`, the property in `first` will be chosen. 1430 function extend(first, second) { 1432 for (var id in second) { 1433 if (hasOwnProperty.call(second, id)) { 1434 result[id] = second[id]; 1445 function copyProperties(first, second) { 1446 for (var id in second) { 1447 if (hasOwnProperty.call(second, id)) { 1448 first[id] = second[i [all...] |
H A D | typescriptServices.js | 1426 * Creates a new object by adding the own properties of `second`, then the own properties of `first`. 1428 * NOTE: This means that if a property exists in both `first` and `second`, the property in `first` will be chosen. 1430 function extend(first, second) { 1432 for (var id in second) { 1433 if (hasOwnProperty.call(second, id)) { 1434 result[id] = second[id]; 1445 function copyProperties(first, second) { 1446 for (var id in second) { 1447 if (hasOwnProperty.call(second, id)) { 1448 first[id] = second[i [all...] |
H A D | tsserver.js | 1436 * Creates a new object by adding the own properties of `second`, then the own properties of `first`. 1438 * NOTE: This means that if a property exists in both `first` and `second`, the property in `first` will be chosen. 1440 function extend(first, second) { 1442 for (var id in second) { 1443 if (hasOwnProperty.call(second, id)) { 1444 result[id] = second[id]; 1455 function copyProperties(first, second) { 1456 for (var id in second) { 1457 if (hasOwnProperty.call(second, id)) { 1458 first[id] = second[i [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 178 stream << " [" << it->first << ":" << it->second << "]"; in FailAssert() 197 StringConstant(node.second), node.first); in FailAssert() 5062 // This second variable is used only when the element sizes of source and 7163 // Flat cons strings have an empty second part. 11682 // Introduce an explicit second check of the termination condition before the
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 5465 Node* value = arg.second; in StoreArgsInStackSlot()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 7072 const double* uniform_value = current_uv_pair.second; in verifyUniformValues() 13276 * @param Arg2T Type of second argument 13313 * @param Arg2T Type of second argument 13399 * @param Arg2T Type of second argument
|
H A D | gl4cShaderImageLoadStoreTests.cpp | 665 glGetActiveUniform(program, iter->second, sizeof(name_gl), &length_gl, &size_gl, &type_gl, name_gl); in CheckUniform() 8531 * unique values, fill second row with zeros, 8537 * - values from first row were copied to second row, 9883 * b) second program should disable early fragment tests,
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 1787 * allocated memory is followed by a second copy of the 'mark'. 3501 * The first, most useful, set are the 'transform' images, the second set of 4869 pt.second = 60; /* a leap second */ in perform_formatting_test() 6128 /* Green is second for both BGR and RGB: */ in image_pixel_init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 4276 // Temporary label for the second branch target. in expandDivRem() 5192 // For loads, clobber the base register with the second load instead of the in expandLoadStoreDMacro() 8669 return MnemonicRange.first != MnemonicRange.second; in mnemonicIsValid()
|