/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsSizeControlTests.cpp | 1104 addFunctionCase(genericGroup.get(), "subgroup_size_properties", "", supportedCheck, testSanitySubgroupSizeProperties); in createSubgroupsSizeControlTests() 1116 addFunctionCaseWithPrograms(computeGroup.get(), "allow_varying_subgroup_size" + params.postfix, "", supportedCheckFeatures, in createSubgroupsSizeControlTests() 1118 addFunctionCaseWithPrograms(graphicsGroup.get(), "allow_varying_subgroup_size" + params.postfix, "", in createSubgroupsSizeControlTests() 1127 addFunctionCaseWithPrograms(framebufferGroup.get(), name, "", supportedCheckFeaturesShader, initFrameBufferPrograms, in createSubgroupsSizeControlTests() 1137 addFunctionCaseWithPrograms(meshGroup.get(), name, "", supportedCheckFeatures, initPrograms, test, caseDefMesh); in createSubgroupsSizeControlTests() 1146 addFunctionCaseWithPrograms(computeGroup.get(), "require_full_subgroups_allow_varying_subgroup_size" + params.postfix, "", in createSubgroupsSizeControlTests() 1153 addFunctionCaseWithPrograms(computeGroup.get(), "require_full_subgroups" + params.postfix, "", supportedCheckFeatures, initProgramsRequireFull, in createSubgroupsSizeControlTests() 1159 addFunctionCaseWithPrograms(computeGroup.get(), "required_subgroup_size_max_require_full_subgroups" + params.postfix, "", supportedCheckFeatures, in createSubgroupsSizeControlTests() 1164 addFunctionCaseWithPrograms(computeGroup.get(), "required_subgroup_size_min_require_full_subgroups" + params.postfix, "", supportedCheckFeatures, in createSubgroupsSizeControlTests() 1172 addFunctionCaseWithPrograms(raytracingGroup.get(), "allow_varying_subgroup_siz in createSubgroupsSizeControlTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiPresentIdWaitTests.cpp | 397 const DeviceHelper devHelper (m_context, instHelper.vki, instHelper.instance, vector<vk::VkSurfaceKHR>(1u, surface.get()), getRequiredDeviceExts()); in iterate() 417 return run(vkd, device, devHelper.queue, commandPool.get(), swapchain.get(), swapchainImages.size(), renderer); in iterate() 537 (presentOp.presentId ? &presentOp.presentId.get() : nullptr ), // const deUint64* pPresentIds; in run() 556 const vk::VkResult expected = presentOp.expectedResult.get(); in run() 563 msg << "id " << presentOp.presentId.get(); in run() 921 const DeviceHelper devHelper (m_context, instHelper.vki, instHelper.instance, vector<vk::VkSurfaceKHR>{surface1.get(), surface2.get()}, getRequiredDeviceExts()); in iterate() 925 const vk::VkSwapchainCreateInfoKHR swapchainInfo1 = getBasicSwapchainParameters(m_wsiType, instHelper.vki, devHelper.physicalDevice, surface1.get(), desiredSize, 2); in iterate() 926 const vk::VkSwapchainCreateInfoKHR swapchainInfo2 = getBasicSwapchainParameters(m_wsiType, instHelper.vki, devHelper.physicalDevice, surface2.get(), desiredSiz in iterate() [all...] |
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 1291 EXPECT_CALL(*((MockIPreparedModel *) mockIPreparedMode.get()), GetInputDimRanges(::testing::_, ::testing::_)) in HWTEST_F() 1309 testing::Mock::AllowLeak(mockIPreparedMode.get()); in HWTEST_F() 1323 EXPECT_CALL(*((MockIPreparedModel *) mockIPreparedMode.get()), GetInputDimRanges(::testing::_, ::testing::_)) in HWTEST_F() 1339 testing::Mock::AllowLeak(mockIPreparedMode.get()); in HWTEST_F() 1353 EXPECT_CALL(*((MockIPreparedModel *) mockIPreparedMode.get()), GetInputDimRanges(::testing::_, ::testing::_)) in HWTEST_F() 1369 testing::Mock::AllowLeak(mockIPreparedMode.get()); in HWTEST_F() 1383 EXPECT_CALL(*((MockIPreparedModel *) mockIPreparedMode.get()), GetInputDimRanges(::testing::_, ::testing::_)) in HWTEST_F() 1401 testing::Mock::AllowLeak(mockIPreparedMode.get()); in HWTEST_F() 1491 EXPECT_CALL(*((MockIPreparedModel *) mockIPreparedMode.get()), GetInputDimRanges(::testing::_, ::testing::_)) in HWTEST_F() 1504 testing::Mock::AllowLeak(mockIPreparedMode.get()); in HWTEST_F() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMExpandPseudoInsts.cpp | 480 TII->get(TableEntry->RealOpc)); in ExpandVLD() 591 TII->get(TableEntry->RealOpc)); in ExpandVST() 668 TII->get(TableEntry->RealOpc)); in ExpandLaneOp() 752 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)); in ExpandVTBL() 846 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg); in ExpandMOV32BitImm() 847 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::ORRri)) in ExpandMOV32BitImm() 878 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg); in ExpandMOV32BitImm() 879 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(HI16Opc)) in ExpandMOV32BitImm() 955 BuildMI(MBB, MBBI, DL, TII->get(UxtOp), DesiredReg) in ExpandCMP_SWAP() 968 MIB = BuildMI(LoadCmpBB, DL, TII->get(LdrexO in ExpandCMP_SWAP() [all...] |
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | cbor_test.cc | 63 ParseCBOR(SpanFrom(not_a_message), json_writer.get()); in TEST() 727 json::ParseJSON(ascii_in, encoder.get()); in TEST() 772 ParseCBOR(span<uint8_t>(encoded.data(), encoded.size()), json_encoder.get()); in TEST() 788 json::ParseJSON(ascii_in, encoder.get()); in TEST() 792 ParseCBOR(span<uint8_t>(encoded.data(), encoded.size()), json_writer.get()); in TEST() 824 ParseCBOR(SpanFrom(encoded), json_writer.get()); in TEST() 843 ParseCBOR(span<uint8_t>(in.data(), in.size()), json_writer.get()); in TEST() 867 ParseCBOR(span<uint8_t>(bytes.data(), bytes.size()), json_writer.get()); in TEST() 892 ParseCBOR(span<uint8_t>(bytes.data(), bytes.size()), json_writer.get()); in TEST() 903 ParseCBOR(span<uint8_t>(in.data(), in.size()), json_writer.get()); in TEST() [all...] |
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translated-state.cc | 64 Object shared_info = literal_array.get(shared_info_id); in TranslationArrayPrintSingleFrame() 66 << SharedFunctionInfo::cast(shared_info).DebugNameCStr().get() in TranslationArrayPrintSingleFrame() 76 Object shared_info = literal_array.get(shared_info_id); in TranslationArrayPrintSingleFrame() 79 << SharedFunctionInfo::cast(shared_info).DebugNameCStr().get() in TranslationArrayPrintSingleFrame() 91 Object shared_info = literal_array.get(shared_info_id); in TranslationArrayPrintSingleFrame() 94 << SharedFunctionInfo::cast(shared_info).DebugNameCStr().get() in TranslationArrayPrintSingleFrame() 104 Object shared_info = literal_array.get(shared_info_id); in TranslationArrayPrintSingleFrame() 108 << SharedFunctionInfo::cast(shared_info).DebugNameCStr().get() in TranslationArrayPrintSingleFrame() 118 Object shared_info = literal_array.get(shared_info_id); in TranslationArrayPrintSingleFrame() 121 << SharedFunctionInfo::cast(shared_info).DebugNameCStr().get() in TranslationArrayPrintSingleFrame() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Metadata.cpp | 87 return MDNode::get(Context, None); in canonicalizeMetadataForValue() 96 return MDNode::get(Context, None); in canonicalizeMetadataForValue() 105 MetadataAsValue *MetadataAsValue::get(LLVMContext &Context, Metadata *MD) { in get() function in MetadataAsValue 236 // Copy out uses since UseMap will get touched below. in replaceAllUsesWith() 261 Owner.get<MetadataAsValue *>()->handleChangedMetadata(MD); in replaceAllUsesWith() 266 Metadata *OwnerMD = Owner.get<Metadata *>(); in replaceAllUsesWith() 289 // Copy out uses since UseMap could get touched below. in resolveAllUses() 304 auto *OwnerMD = dyn_cast<MDNode>(Owner.get<Metadata *>()); in resolveAllUses() 348 ValueAsMetadata *ValueAsMetadata::get(Value *V) { in get() function in ValueAsMetadata 416 MD->replaceAllUsesWith(ConstantAsMetadata::get( in handleRAUW() 453 MDString *MDString::get(LLVMContext &Context, StringRef Str) { get() function in MDString [all...] |
/third_party/skia/tests/ |
H A D | CodecTest.cpp | 438 test_codec(r, path, androidCodec.get(), bm, info, size, expectedResult, &androidCodecDigest, in check_android_codec() 451 sk_sp<SkData> fullData(SkData::MakeFromStream(stream.get(), stream->getLength())); in check_codec_image_generator() 467 test_info(r, codec.get(), info, SkCodec::kSuccess, &codecDigest); in check_codec_image_generator() 495 codec = SkCodec::MakeFromData(SkData::MakeFromStream(stream.get(), 2 * length / 3)); in check() 508 check_scanline_decode(r, codec.get(), &codecDigest, info, path, size, supportsScanlineDecoding, in check() 511 check_subset_decode(r, codec.get(), info, size, supportsSubsetDecoding, supportsIncomplete); in check() 655 codec->getAndroidPixels(scaledInfo, pixels.get(), rowBytes, &options); in test_dimensions() 698 ERRORF(r, "Failed to get resource %s", path); in test_invalid() 933 test_info(r, codec.get(), codec->getInfo(), SkCodec::kSuccess, nullptr); in DEF_TEST() 952 test_info(r, codec.get(), code in DEF_TEST() [all...] |
H A D | GrSurfaceTest.cpp | 42 REPORTER_ASSERT(reporter, texRT1.get() == texRT1->asRenderTarget()); in DEF_GPUTEST_FOR_MOCK_CONTEXT() 43 REPORTER_ASSERT(reporter, texRT1.get() == texRT1->asTexture()); in DEF_GPUTEST_FOR_MOCK_CONTEXT() 55 REPORTER_ASSERT(reporter, tex1.get() == tex1->asTexture()); in DEF_GPUTEST_FOR_MOCK_CONTEXT() 56 REPORTER_ASSERT(reporter, static_cast<GrSurface*>(tex1.get()) == tex1->asTexture()); in DEF_GPUTEST_FOR_MOCK_CONTEXT() 65 REPORTER_ASSERT(reporter, texRT2.get() == texRT2->asRenderTarget()); in DEF_GPUTEST_FOR_MOCK_CONTEXT() 66 REPORTER_ASSERT(reporter, texRT2.get() == texRT2->asTexture()); in DEF_GPUTEST_FOR_MOCK_CONTEXT() 101 GrMipmapped::kNo, GrProtected::kNo, data.get()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 145 REPORTER_ASSERT(reporter, SkToBool(proxy.get()) == expectedMipMapability, in DEF_GPUTEST_FOR_ALL_CONTEXTS() 148 SkToBool(proxy.get()), expectedMipMapability); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 206 auto dContext = factory.get(contextTyp in DEF_GPUTEST() [all...] |
H A D | TextBlobTest.cpp | 210 SkTextBlobRunIterator it(blob.get()); in TestPaintProps() 240 SkTextBlobRunIterator it(blob.get()); in RunBuilderTest() 318 (void)font.textToGlyphs(text1, strlen(text1), SkTextEncoding::kUTF8, glyphs.get(), glyphCount); in DEF_TEST() 321 memcpy(run.glyphs, glyphs.get(), sizeof(uint16_t) * glyphCount); in DEF_TEST() 329 for (SkTextBlobRunIterator it(blob.get()); !it.done(); it.next()) { in DEF_TEST() 425 sk_sp<SkImage> img0 = render(blob0.get()); in DEF_TEST() 426 sk_sp<SkImage> img1 = render(blob1.get()); in DEF_TEST() 428 REPORTER_ASSERT(reporter, ToolUtils::equal_pixels(img0.get(), img1.get())); in DEF_TEST() 437 for(SkTextBlobRunIterator it(blob.get()); !i in DEF_TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 131 assert(IdenticalShOpcodes && "Should not get here with different shifts."); in reassociateShiftAmtsOfTwoSameDirectionShifts() 240 SumOfShAmts, ConstantInt::get(SumOfShAmts->getType()->getScalarType(), in dropRedundantMaskingOfLeftShiftInput() 273 ShAmtsDiff, ConstantInt::get(ShAmtsDiff->getType()->getScalarType(), in dropRedundantMaskingOfLeftShiftInput() 276 ConstantExpr::getSub(ConstantInt::get(ShAmtsDiff->getType(), in dropRedundantMaskingOfLeftShiftInput() 357 Constant *ShiftSumC = ConstantInt::get(Ty, *C0 + *C1); in foldShiftOfShiftedLogic() 407 // FIXME: Should this get moved into SimplifyDemandedBits by saying we don't in commonShiftTransforms() 409 Value *Rem = Builder.CreateAnd(A, ConstantInt::get(I.getType(), *B - 1), in commonShiftTransforms() 535 // get into trouble with cyclic PHIs here because we only consider in canEvaluateShifted() 562 InnerShift->setOperand(1, ConstantInt::get(ShType, ShAmt)); in foldShiftedShift() 576 // If this is an oversized composite shift, then unsigned shifts get in foldShiftedShift() [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | builtins_validation_test.cc | 981 std::string name = std::get<0>(GetParam()); in TEST_P() 982 uint32_t num_params = std::get<1>(GetParam()); in TEST_P() 997 std::string name = std::get<0>(GetParam()); in TEST_P() 998 uint32_t num_params = std::get<1>(GetParam()); in TEST_P() 1013 std::string name = std::get<0>(GetParam()); in TEST_P() 1014 uint32_t num_params = std::get<1>(GetParam()); in TEST_P() 1029 std::string name = std::get<0>(GetParam()); in TEST_P() 1030 uint32_t num_params = std::get<1>(GetParam()); in TEST_P() 1091 std::string name = std::get<0>(GetParam()); in TEST_P() 1092 uint32_t num_params = std::get< in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | STLExtras.h | 560 return value_type(*std::get<Ns>(iterators)...); in deref() 565 return std::tuple<Iters...>(std::next(std::get<Ns>(iterators))...); in tup_inc() 570 return std::tuple<Iters...>(std::prev(std::get<Ns>(iterators))...); in tup_dec() 600 return std::get<0>(this->iterators) == std::get<0>(other.iterators); in operator ==() 611 return all_of(std::initializer_list<bool>{std::get<Ns>(this->iterators) != in test() 612 std::get<Ns>(other.iterators)...}, in test() 640 return iterator(std::begin(std::get<Ns>(ts))...); in begin_impl() 643 return iterator(std::end(std::get<Ns>(ts))...); in end_impl() 724 std::initializer_list<bool>{std::get<N in test() 876 template <size_t... Ns> ValueT &get(std::index_sequence<Ns...>) const { get() function in llvm::concat_iterator [all...] |
/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/ |
H A D | nn_compiled_cache_test.cpp | 121 EXPECT_CALL(*((MockIDevice *) device.get()), GetDeviceStatus(::testing::_)) in Creator() 129 EXPECT_CALL(*((MockIDevice *) device.get()), GetDeviceName(::testing::_)) in Creator() 132 EXPECT_CALL(*((MockIDevice *) device.get()), GetVendorName(::testing::_)) in Creator() 135 EXPECT_CALL(*((MockIDevice *) device.get()), GetVersion(::testing::_)) in Creator() 138 EXPECT_CALL(*((MockIDevice *) device.get()), AllocateBuffer(::testing::_, ::testing::_)) in Creator() 185 EXPECT_CALL(*((MockIDevice *) device.get()), GetDeviceStatus(::testing::_)) in Creator2() 193 EXPECT_CALL(*((MockIDevice *) device.get()), GetDeviceName(::testing::_)) in Creator2() 196 EXPECT_CALL(*((MockIDevice *) device.get()), GetVendorName(::testing::_)) in Creator2() 199 EXPECT_CALL(*((MockIDevice *) device.get()), GetVersion(::testing::_)) in Creator2() 202 EXPECT_CALL(*((MockIDevice *) device.get()), AllocateBuffe in Creator2() [all...] |
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | want_agent_helper.cpp | 358 jsonObject["requestCode"] = (*info.get()).requestCode; in ToString() 359 jsonObject["operationType"] = (*info.get()).type; in ToString() 360 jsonObject["flags"] = (*info.get()).flags; in ToString() 363 for (auto &wantInfo : (*info.get()).allWants) { in ToString() 368 if ((*info.get()).allWants.size() > 0) { in ToString() 370 AAFwk::WantParamWrapper wWrapper((*info.get()).allWants[0].want.GetParams()); in ToString() 390 requestCode = jsonObject.at("requestCode").get<int>(); in FromString() 395 operationType = static_cast<WantAgentConstant::OperationType>(jsonObject.at("operationType").get<int>()); in FromString() 404 auto wantString = wantObj.get<std::string>(); in FromString() 414 auto pwWrapper = AAFwk::WantParamWrapper::Parse(extraInfoObj.at("extraInfoValue").get<st in FromString() [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/ |
H A D | video_ffmpeg_encoder_plugin.cpp | 202 auto context = avcodec_alloc_context3(avCodec_.get()); in CreateCodecContext() 259 auto res = avcodec_open2(avCodecContext_.get(), avCodec_.get(), nullptr); in OpenCodecContext() 273 auto res = avcodec_close(avCodecContext_.get()); in CloseCodecContext() 451 frame = cachedFrame_.get(); in SendBufferLocked() 453 auto ret = avcodec_send_frame(avCodecContext_.get(), frame); in SendBufferLocked() 459 av_frame_unref(cachedFrame_.get()); in SendBufferLocked() 499 auto ret = avcodec_receive_packet(avCodecContext_.get(), cachedPacket_.get()); in ReceiveBufferLocked() 509 avcodec_flush_buffers(avCodecContext_.get()); in ReceiveBufferLocked() [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | moving_photo_processor.cpp | 191 int32_t fileId = get<int32_t>( in ParseMovingPhotoData() 193 int32_t subtype = get<int32_t>( in ParseMovingPhotoData() 195 int32_t effectMode = get<int32_t>( in ParseMovingPhotoData() 197 int64_t size = get<int64_t>( in ParseMovingPhotoData() 199 std::string path = get<std::string>( in ParseMovingPhotoData() 259 MEDIA_WARN_LOG("Failed to get image of moving photo, id: %{public}d", currentData.fileId); in GetUpdatedMovingPhotoData() 266 MEDIA_WARN_LOG("Failed to get video of moving photo, id: %{public}d", currentData.fileId); in GetUpdatedMovingPhotoData() 302 MEDIA_INFO_LOG("Failed to get updated data of moving photo, id: %{public}d", movingPhoto.fileId); in CompatMovingPhoto() 353 int32_t fileId = get<int32_t>( in ParseLivePhotoData() 355 int32_t mediaType = get<int32_ in ParseLivePhotoData() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | extension_util.cpp | 53 DBAsset dbAsset = std::get<DBAsset>(dbValue); in Convert() 60 DBAssets dbAssets = std::get<DBAssets>(dbValue); in Convert() 89 int64_t val = std::get<int64_t>(dbValue); in Convert() 93 std::string val = std::get<std::string>(dbValue); in Convert() 98 bool val = std::get<bool>(dbValue); in Convert() 102 DBBytes val = std::get<DBBytes>(dbValue); in Convert() 197 buckets.emplace_back(ConvertBucket(pValues.get())); in ConvertBuckets() 217 OhCloudExtVectorGetLength(pValKeys.get(), reinterpret_cast<unsigned int *>(&valKeysLen)); in ConvertBucket() 218 OhCloudExtVectorGetLength(pValValues.get(), reinterpret_cast<unsigned int *>(&valValuesLen)); in ConvertBucket() 225 status = OhCloudExtVectorGet(pValKeys.get(), in ConvertBucket() [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | ext.py | 648 for extension in options.get("extensions", "").split(","): 657 return options.get(key, str(default)).lower() in ("1", "on", "yes", "true") 661 options.get("block_start_string", BLOCK_START_STRING), 662 options.get("block_end_string", BLOCK_END_STRING), 663 options.get("variable_start_string", VARIABLE_START_STRING), 664 options.get("variable_end_string", VARIABLE_END_STRING), 665 options.get("comment_start_string", COMMENT_START_STRING), 666 options.get("comment_end_string", COMMENT_END_STRING), 667 options.get("line_statement_prefix") or LINE_STATEMENT_PREFIX, 668 options.get("line_comment_prefi [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | ext.py | 571 for extension in options.get('extensions', '').split(','): 580 return options.get(key, str(default)).lower() in \ 585 options.get('block_start_string', BLOCK_START_STRING), 586 options.get('block_end_string', BLOCK_END_STRING), 587 options.get('variable_start_string', VARIABLE_START_STRING), 588 options.get('variable_end_string', VARIABLE_END_STRING), 589 options.get('comment_start_string', COMMENT_START_STRING), 590 options.get('comment_end_string', COMMENT_END_STRING), 591 options.get('line_statement_prefix') or LINE_STATEMENT_PREFIX, 592 options.get('line_comment_prefi [all...] |
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetCompoundText.java | 203 if (source.get(i) == 0x1B) { in findNextEsc() 260 } else if (source.get(sourceIndex + (n - offset)) != escSeqCompoundText[i][n]) { in findStateFromEscSeq() 370 sourceChar = source.get(); in encodeLoop() 387 char trail = source.get(); in encodeLoop() 390 source.get(); in encodeLoop() 455 targetBytes[i+targetLength] = tmpTargetBuffer.get(i); in encodeLoop() 531 sourceChar[0] = source.get(source.position()); in decodeLoop() 538 this.toUBytesArray[this.toULength++] = source.get(); in decodeLoop() 545 source.get(); /* skip over the 0x1b byte */ in decodeLoop() 563 if (source.get(sourc in decodeLoop() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsVoteTests.cpp | 591 TestCaseGroup* computeGroupPtr = opNonARB ? computeGroup.get() : computeGroupARB.get(); in createSubgroupsVoteTests() 592 TestCaseGroup* graphicGroupPtr = opNonARB ? graphicGroup.get() : graphicGroupARB.get(); in createSubgroupsVoteTests() 593 TestCaseGroup* framebufferGroupPtr = opNonARB ? framebufferGroup.get() : framebufferGroupARB.get(); in createSubgroupsVoteTests() 594 TestCaseGroup* fragHelperGroupPtr = opNonARB ? fragHelperGroup.get() : fragHelperGroupARB.get(); in createSubgroupsVoteTests() 596 TestCaseGroup* meshGroupPtr = opNonARB ? meshGroup.get() : meshGroupARB.get(); in createSubgroupsVoteTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 567 const VkDescriptorBufferInfo tessLevelsBufferInfo = makeDescriptorBufferInfo(tessLevelsBuffer.get(), 0ull, tessLevelsBufferSizeBytes); 568 const VkDescriptorBufferInfo resultBufferInfo = makeDescriptorBufferInfo(resultBuffer.get(), 0ull, resultBufferSizeBytes); 569 const VkDescriptorBufferInfo counterBufferInfo = makeDescriptorBufferInfo(counterBuffer.get(), 0ull, counterBufferSizeBytes); 586 .setShader(vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL) 587 .setShader(vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL) 588 .setShader(vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get(tessGeomPointSize ? "tese_point_size" : "tese"), DE_NULL) 631 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); 701 addFunctionCaseWithPrograms(group.get(), "glsl_odd", checkSupportTess, initPrograms, test, TestParams(SHADER_LANGUAGE_GLSL, SPACINGMODE_FRACTIONAL_ODD)); 702 addFunctionCaseWithPrograms(group.get(), "glsl_even", checkSupportTess, initPrograms, test, TestParams(SHADER_LANGUAGE_GLSL, SPACINGMODE_FRACTIONAL_EVEN)); 703 addFunctionCaseWithPrograms(group.get(), "hlsl_od [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 74 // the 1 to get the actual length being relocated. in getRelocatedLength() 227 return section_iterator(SectionRef(ExpSec.get(), this)); in getSymbolSection() 409 // TODO FIXME Should get from auxiliary_header->o_entry when support for the in getStartAddress() 457 getSectionNameInternal(SecRef.get())); in getSymbolSectionName() 609 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations() 617 const XCOFFRelocation32 *StartReloc = RelocationOrErr.get(); in relocations() 643 const char *StringTablePtr = StringTableOrErr.get(); in parseStringTable() 665 Obj->FileHeader = FileHeaderOrErr.get(); in create() 679 Obj->SectionHeaderTable = SecHeadersOrErr.get(); in create() 698 Obj->SymbolTblPtr = SymTableOrErr.get(); in create() [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | ext.py | 648 for extension in options.get("extensions", "").split(","): 657 return options.get(key, str(default)).lower() in ("1", "on", "yes", "true") 661 options.get("block_start_string", BLOCK_START_STRING), 662 options.get("block_end_string", BLOCK_END_STRING), 663 options.get("variable_start_string", VARIABLE_START_STRING), 664 options.get("variable_end_string", VARIABLE_END_STRING), 665 options.get("comment_start_string", COMMENT_START_STRING), 666 options.get("comment_end_string", COMMENT_END_STRING), 667 options.get("line_statement_prefix") or LINE_STATEMENT_PREFIX, 668 options.get("line_comment_prefi [all...] |