/foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
H A D | pin_holder.cpp | 230 int32_t msgType = jsonObject[TAG_MSG_TYPE].get<int32_t>(); in ParseMsgType() 249 DmPinType pinType = static_cast<DmPinType>(jsonObject[TAG_PIN_TYPE].get<int32_t>()); in ProcessCreateMsg() 250 std::string payload = jsonObject[TAG_PAYLOAD].get<std::string>(); in ProcessCreateMsg() 293 int32_t reply = jsonObject[TAG_REPLY].get<int32_t>(); in ProcessCreateRespMsg() 328 DmPinType pinType = static_cast<DmPinType>(jsonObject[TAG_PIN_TYPE].get<int32_t>()); in ProcessDestroyMsg() 329 std::string payload = jsonObject[TAG_PAYLOAD].get<std::string>(); in ProcessDestroyMsg() 400 int32_t reply = jsonObject[TAG_REPLY].get<int32_t>(); in ProcessDestroyResMsg() 462 LOGE("get udidhash by udid: %{public}s failed.", GetAnonyString(deviceId).c_str()); in GetPeerDeviceId() 571 DmPinType pinType = static_cast<DmPinType>(jsonObject[TAG_PIN_TYPE].get<int32_t>()); in NotifyPinHolderEvent() 602 DmPinType pinType = static_cast<DmPinType>(jsonObject[TAG_PIN_TYPE].get<int32_ in ProcessChangeMsg() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rtnetlink.sh | 365 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 370 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 375 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 380 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 410 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 413 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 418 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 421 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 426 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 429 ip -6 route get fibmatc [all...] |
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | pontis.c | 65 * get the current register value of WM codec 539 .get = wm_dac_vol_get, 549 .get = wm_adc_vol_get, 557 .get = wm_adc_mux_get, 565 .get = wm_adc_mux_get, 573 .get = wm_bypass_get, 580 .get = wm_chswap_get, 587 .get = cs_source_get, 595 .get = pontis_gpio_mask_get, 602 .get [all...] |
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | pontis.c | 65 * get the current register value of WM codec 539 .get = wm_dac_vol_get, 549 .get = wm_adc_vol_get, 557 .get = wm_adc_mux_get, 565 .get = wm_adc_mux_get, 573 .get = wm_bypass_get, 580 .get = wm_chswap_get, 587 .get = cs_source_get, 595 .get = pontis_gpio_mask_get, 602 .get [all...] |
/third_party/elfio/elfio/ |
H A D | elfio.hpp | 398 is_offset_in_section( offset, sec.get() ) ) { 399 return sec.get(); 448 section* new_section = sections_.back().get(); 474 segment* new_segment = segments_.back().get(); 586 segment* seg = segments_.back().get(); 699 worklist.emplace_back( seg.get() ); 970 sec = parent->sections_[index].get(); 983 sec = it.get(); 998 section* string_table( parent->sections_[str_index].get() ); 1055 return parent->segments_[index].get(); [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationIterator.java | 73 long get(int i) { return buffer[i]; } in get() method in CollationIterator.CEBuffer 217 if(ceBuffer.get(i) != o.ceBuffer.get(i)) { return false; } in equals() 243 return ceBuffer.get(cesIndex++); in nextCE() 309 return ceBuffer.get(--ceBuffer.length); in previousCE() 340 return ceBuffer.get(--ceBuffer.length); in previousCE() 348 return ceBuffer.get(i); in getCE() 665 return ceBuffer.get(cesIndex++); in nextCEFromCE32() 866 // We did get a match after skipping one or more combining marks, in nextCE32FromDiscontiguousContraction() 935 assert(ceBuffer.get(ceBuffe in previousCEUnsafe() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationIterator.java | 75 long get(int i) { return buffer[i]; } in get() method in CollationIterator.CEBuffer 219 if(ceBuffer.get(i) != o.ceBuffer.get(i)) { return false; } in equals() 245 return ceBuffer.get(cesIndex++); in nextCE() 311 return ceBuffer.get(--ceBuffer.length); in previousCE() 342 return ceBuffer.get(--ceBuffer.length); in previousCE() 350 return ceBuffer.get(i); in getCE() 667 return ceBuffer.get(cesIndex++); in nextCEFromCE32() 868 // We did get a match after skipping one or more combining marks, in nextCE32FromDiscontiguousContraction() 937 assert(ceBuffer.get(ceBuffe in previousCEUnsafe() [all...] |
/third_party/node/deps/v8/src/api/ |
H A D | api-natives.cc | 224 Handle<AccessorInfo> accessor(AccessorInfo::cast(array->get(i)), isolate); in ConfigureInstance() 240 auto name = handle(Name::cast(properties->get(i++)), isolate); in ConfigureInstance() 241 Object bit = properties->get(i++); in ConfigureInstance() 248 auto prop_data = handle(properties->get(i++), isolate); in ConfigureInstance() 254 auto getter = handle(properties->get(i++), isolate); in ConfigureInstance() 255 auto setter = handle(properties->get(i++), isolate); in ConfigureInstance() 264 PropertyDetails details(Smi::cast(properties->get(i++))); in ConfigureInstance() 269 static_cast<v8::Intrinsic>(Smi::ToInt(properties->get(i++))); in ConfigureInstance() 300 Handle<Object> object{fast_cache.get(serial_number), isolate}; in ProbeInstantiationsCache() 364 DCHECK(!fast_cache.get(serial_numbe in UncacheTemplateInstantiation() [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTree.java | 179 // If we can terminate we get an additional match count for the sequence that reaches us, but in Node() 180 // we may get more for longer sequences matched by nodes we link to. in Node() 183 Edge e = edges.get(n); in Node() 225 /** Helper to get the target node from an edge index (rather than a digit value). */ 227 return (n != 0xF) ? edges.get(n).target : null; in targetFromJumpTableIndex() 235 return (jumpTableIndex != 0xF) ? edges.get(jumpTableIndex) : null; in find() 393 Node referent = get(); in equals() 394 return referent != null && referent.equals(((WeakNodeRef) obj).get()); in equals() 481 // If we get to the end of the prefix, just return whatever's left in the range. in apply() 541 WeakNodeRef existingRef = interningMap.get(re in intern() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassUnusedAttachmentTests.cpp | 495 submitCommandsAndWait(vk, vkDevice, m_context.getUniversalQueue(), cmdBuffer.get()); in UnusedAttachmentTestInstance() 627 &m_descriptorSetLayoutSubpass0.get(), // const VkDescriptorSetLayout* pSetLayouts; in UnusedAttachmentTestInstance() 662 &m_descriptorSetLayoutSubpass1.get(), // const VkDescriptorSetLayout* pSetLayouts; in UnusedAttachmentTestInstance() 696 &m_descriptorSetLayoutSubpass1.get(), // const VkDescriptorSetLayout* pSetLayouts in UnusedAttachmentTestInstance() 725 m_vertexShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_vert"), 0); in UnusedAttachmentTestInstance() 726 m_fragmentShaderModuleSubpass0 = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_frag_sb0"), 0); in UnusedAttachmentTestInstance() 727 m_fragmentShaderModuleSubpass1 = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_frag_sb1"), 0); in UnusedAttachmentTestInstance() 874 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset); in createCommandBuffer() 878 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayoutSubpass1, 0, 1, &m_descriptorSetSubpass1.get(), 0, DE_NULL); in createCommandBuffer() 891 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateTests.cpp | 72 const auto& vert = binaries.get("vert"); in iterate() 73 const auto& tesc = binaries.get("tesc"); in iterate() 74 const auto& tese = binaries.get("tese"); in iterate() 75 const auto& geom = binaries.get("geom"); in iterate() 76 const auto& frag = binaries.get("frag"); in iterate() 77 const auto& comp = binaries.get("comp"); in iterate() 100 vk::VkDescriptorSetLayout* setLayout = const_cast<vk::VkDescriptorSetLayout*>(&descriptorSetLayout.get()); in iterate() 218 const auto& mesh = binaries.get("mesh"); in iterate() 219 const auto& task = binaries.get("task"); in iterate() 528 const auto& src = binaries.get(getShaderNam in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 125 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL) in runTest() 126 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL) in runTest() 127 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese"), DE_NULL) in runTest() 128 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"), DE_NULL) in runTest() 164 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in runTest() 974 addFunctionCaseWithPrograms(group.get(), caseName, in createShaderInputOutputTests() 1006 addFunctionCaseWithPrograms(group.get(), cases[caseNdx].caseName, in createShaderInputOutputTests() 1025 addFunctionCaseWithPrograms(group.get(), cases[caseNdx].caseName, in createShaderInputOutputTests() 1031 addFunctionCaseWithPrograms(group.get(), "barrier", Barrier::initPrograms, Barrier::test); in createShaderInputOutputTests() 1066 addFunctionCaseWithPrograms(group.get(), testNam in createShaderInputOutputTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiColorSpaceTests.cpp | 408 submitCommandsAndWait(vkd, device, queue, commandBuffer.get()); in getPixel() 542 imageReadySemaphore.get(), in colorspaceCompareTest() 566 &imageReadySemaphore.get(), in colorspaceCompareTest() 569 &commandBuffer.get(), in colorspaceCompareTest() 571 &renderingCompleteSemaphore.get() in colorspaceCompareTest() 578 &renderingCompleteSemaphore.get(), in colorspaceCompareTest() 580 &swapchain.get(), in colorspaceCompareTest() 585 renderer.recordFrame(commandBuffer.get(), imageNdx, 0); in colorspaceCompareTest() 593 referenceColorspacePixel = getPixel(vkd, device, devHelper.queue, commandPool.get(), in colorspaceCompareTest() 600 if (referenceColorspacePixel == getPixel(vkd, device, devHelper.queue, commandPool.get(), in colorspaceCompareTest() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Image11.cpp | 389 ASSERT(rt11->getTexture().get()); in copyFromFramebuffer() 493 deviceContext->ResolveSubresource(resolveTex.get(), 0, textureHelper.get(), in copyWithoutConversion() 496 deviceContext->CopySubresourceRegion(stagingTexture->get(), stagingSubresourceIndex, in copyWithoutConversion() 498 resolveTex.get(), 0, &srcBox); in copyWithoutConversion() 502 deviceContext->CopySubresourceRegion(stagingTexture->get(), stagingSubresourceIndex, in copyWithoutConversion() 504 textureHelper.get(), sourceSubResource, &srcBox); in copyWithoutConversion() 648 mRenderer->mapResource(context, stagingTexture->get(), subresourceIndex, mapType, 0, map)); in map() 653 deviceContext->Unmap(mStagingTexture.get(), mStagingSubresource); in map() 672 deviceContext->Unmap(mStagingTexture.get(), mStagingSubresourc in unmap() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 293 assert(V == UI.get()); in IsSafeStackAlloca() 349 if (A->get() == V) in IsSafeStackAlloca() 546 ConstantInt::get(IntPtrTy, ~uint64_t(FrameAlignment - 1))), in moveStaticAllocasToUnsafeStack() 555 ConstantInt::get(Int32Ty, -Offset)); in moveStaticAllocasToUnsafeStack() 574 ConstantInt::get(Int32Ty, -Offset)); in moveStaticAllocasToUnsafeStack() 610 ConstantInt::get(Int32Ty, -Offset)); in moveStaticAllocasToUnsafeStack() 633 IRB.CreateGEP(Int8Ty, BasePointer, ConstantInt::get(Int32Ty, -FrameSize), in moveStaticAllocasToUnsafeStack() 654 Value *Size = IRB.CreateMul(ArraySize, ConstantInt::get(IntPtrTy, TySize)); in moveDynamicAllocasToUnsafeStack() 667 IRB.CreateAnd(SP, ConstantInt::get(IntPtrTy, ~uint64_t(Align - 1))), in moveDynamicAllocasToUnsafeStack() 777 IRB.SetCurrentDebugLocation(DebugLoc::get(S in run() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCExpr.cpp | 633 // the InSet flag is set to get the current difference anyway (used for in EvaluateSymbolicAdd() 665 Res = MCValue::get(A, B, Result_Cst); in EvaluateSymbolicAdd() 709 Res = MCValue::get(cast<MCConstantExpr>(this)->getValue()); in evaluateAsRelocatableImpl() 742 Res = MCValue::get(SRE, nullptr, 0); in evaluateAsRelocatableImpl() 758 Res = MCValue::get(!Value.getConstant()); in evaluateAsRelocatableImpl() 766 Res = MCValue::get(Value.getSymB(), Value.getSymA(), in evaluateAsRelocatableImpl() 772 Res = MCValue::get(~Value.getConstant()); in evaluateAsRelocatableImpl() 795 Res = MCValue::get((L->isEqualTo(R)) ? -1 : 0); in evaluateAsRelocatableImpl() 798 Res = MCValue::get((R->isEqualTo(R)) ? 0 : -1); in evaluateAsRelocatableImpl() 869 Res = MCValue::get(Resul in evaluateAsRelocatableImpl() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | WebGLFramebufferTest.cpp | 232 GLint uniformLoc = glGetUniformLocation(program.get(), essl1_shaders::ColorUniform()); in testDepthStencilDepthStencil() 276 drawUByteColorQuad(program.get(), uniformLoc, GLColor::green); in testDepthStencilDepthStencil() 278 drawUByteColorQuad(program.get(), uniformLoc, GLColor::red); in testDepthStencilDepthStencil() 308 drawUByteColorQuad(program.get(), uniformLoc, GLColor::green); in testDepthStencilDepthStencil() 310 drawUByteColorQuad(program.get(), uniformLoc, GLColor::red); in testDepthStencilDepthStencil() 594 testRenderingAndReading(program.get()); in testUsingIncompleteFramebuffer() 602 testRenderingAndReading(program.get()); in testUsingIncompleteFramebuffer() 611 testRenderingAndReading(program.get()); in testUsingIncompleteFramebuffer() 825 glBindTexture(GL_TEXTURE_2D, depthTexture.get()); in TEST_P() 831 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_2D, depthTexture.get(), in TEST_P() [all...] |
/third_party/skia/src/gpu/ |
H A D | GrResourceProvider.cpp | 108 tmpTexels.get(), in createTexture() 481 data = temp.get(); in createPatternedIndexBuffer() 490 if (temp.get()) { in createPatternedIndexBuffer() 499 this->assignUniqueKeyToResource(*key, buffer.get()); in createPatternedIndexBuffer() 637 this->assignUniqueKeyToResource(sbKey, keyedStencil.get()); in attachStencilAttachment() 686 this->assignUniqueKeyToResource(key, msaaAttachment.get()); in getDiscardableMSAAAttachment() 795 outLevel->fPixels = data->get(); in prepare_level() 799 return GrConvertPixels( GrPixmap(dstInfo, data->get(), tempRB), in prepare_level() 848 SkAssertResult(fGpu->writePixels(texture.get(), in writePixels() 852 tmpTexels.get(), in writePixels() [all...] |
/third_party/skia/src/codec/ |
H A D | SkRawCodec.cpp | 258 data = SkData::MakeSubset(data.get(), 0, bytesRead); 276 data = SkData::MakeSubset(data.get(), 0, newSize); 292 return SkStreamCopy(&fStreamBuffer, fStream.get()); in bufferMoreData() 307 const size_t bytesRead = fStream->read(tempBuffer.get(), sizeToRead); in bufferMoreData() 311 return fStreamBuffer.write(tempBuffer.get(), bytesRead); in bufferMoreData() 381 data = SkData::MakeSubset(data.get(), 0, bytesRead); 555 SkPiexStream piexStream(fStream.get()); in initFromPiex() 572 fDngStream = std::make_unique<SkDngStream>(fStream.get()); in readDng() 630 SkPiexStream piexStream(rawStream.get()); in MakeFromStream() 667 if (!SkDngImage::IsTiffHeaderValid(rawStream.get())) { in MakeFromStream() [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
H A D | Font.java | 327 private Map<Integer, ? extends Table> tables; // these get set in the builder 410 return (T) this.tables.get(tag); in getTable() 483 Table table = this.tables.get(tag); in buildTableHeadersForSerialization() 744 Table.Builder<? extends Table> builder = this.tableBuilders.get(tag); in getTableBuilder() 834 Table.Builder<? extends Table> builder = getTableBuilder(record, tableData.get(record)); in buildAllTableBuilders() 899 (FontHeaderTable.Builder) builderMap.get(Tag.head); in interRelateBuilders() 901 (HorizontalHeaderTable.Builder) builderMap.get(Tag.hhea); in interRelateBuilders() 903 (MaximumProfileTable.Builder) builderMap.get(Tag.maxp); in interRelateBuilders() 905 (LocaTable.Builder) builderMap.get(Tag.loca); in interRelateBuilders() 907 (HorizontalMetricsTable.Builder) builderMap.get(Ta in interRelateBuilders() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 139 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType()); in processSelect() 324 Constant *TorF = ConstantInt::get(Type::getInt1Ty(Cmp->getContext()), Result); in processCmp() 506 Constant *Struct = ConstantStruct::get(ST, in processOverflowIntrinsic() 507 { UndefValue::get(ST->getElementType(0)), in processOverflowIntrinsic() 567 Value *V = U.get(); in processCallSite() 588 ConstantPointerNull::get(Type), in processCallSite() 602 Attribute::get(Ctx, Attribute::NonNull)); in processCallSite() 609 Constant *Zero = ConstantInt::get(SDI->getType(), 0); in hasPositiveOperands() 704 Constant *Zero = ConstantInt::get(SDI->getType(), 0); in processAShr() 726 Constant *Zero = ConstantInt::get(Bas in processSExt() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassUnusedAttachmentTests.cpp | 497 submitCommandsAndWait(vk, vkDevice, m_context.getUniversalQueue(), cmdBuffer.get()); in UnusedAttachmentTestInstance() 629 &m_descriptorSetLayoutSubpass0.get(), // const VkDescriptorSetLayout* pSetLayouts; in UnusedAttachmentTestInstance() 664 &m_descriptorSetLayoutSubpass1.get(), // const VkDescriptorSetLayout* pSetLayouts; in UnusedAttachmentTestInstance() 698 &m_descriptorSetLayoutSubpass1.get(), // const VkDescriptorSetLayout* pSetLayouts in UnusedAttachmentTestInstance() 727 m_vertexShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_vert"), 0); in UnusedAttachmentTestInstance() 728 m_fragmentShaderModuleSubpass0 = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_frag_sb0"), 0); in UnusedAttachmentTestInstance() 729 m_fragmentShaderModuleSubpass1 = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("color_frag_sb1"), 0); in UnusedAttachmentTestInstance() 876 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset); in createCommandBuffer() 880 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayoutSubpass1, 0, 1, &m_descriptorSetSubpass1.get(), 0, DE_NULL); in createCommandBuffer() 893 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 125 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL) in runTest() 126 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL) in runTest() 127 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese"), DE_NULL) in runTest() 128 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"), DE_NULL) in runTest() 164 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in runTest() 974 addFunctionCaseWithPrograms(group.get(), caseName, "Test input and output patch vertex counts", in createShaderInputOutputTests() 996 addFunctionCaseWithPrograms(group.get(), cases[caseNdx].caseName, cases[caseNdx].caseDescription, in createShaderInputOutputTests() 1014 addFunctionCaseWithPrograms(group.get(), cases[caseNdx].caseName, "Pass gl_Position between VS and TCS, or between TCS and TES", in createShaderInputOutputTests() 1019 addFunctionCaseWithPrograms(group.get(), "barrier", "Basic barrier usage", Barrier::initPrograms, Barrier::test); in createShaderInputOutputTests() 1053 addFunctionCaseWithPrograms(group.get(), testNam in createShaderInputOutputTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiColorSpaceTests.cpp | 408 submitCommandsAndWait(vkd, device, queue, commandBuffer.get()); in getPixel() 542 imageReadySemaphore.get(), in colorspaceCompareTest() 566 &imageReadySemaphore.get(), in colorspaceCompareTest() 569 &commandBuffer.get(), in colorspaceCompareTest() 571 &renderingCompleteSemaphore.get() in colorspaceCompareTest() 578 &renderingCompleteSemaphore.get(), in colorspaceCompareTest() 580 &swapchain.get(), in colorspaceCompareTest() 585 renderer.recordFrame(commandBuffer.get(), imageNdx, 0); in colorspaceCompareTest() 593 referenceColorspacePixel = getPixel(vkd, device, devHelper.queue, commandPool.get(), in colorspaceCompareTest() 600 if (referenceColorspacePixel == getPixel(vkd, device, devHelper.queue, commandPool.get(), in colorspaceCompareTest() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_extent_test_ng.cpp | 724 * @tc.expected: GestureState_ 5. After accepting, read the value of std:: get<2>(gestureState_5), in HWTEST_F() 729 EXPECT_TRUE(std::get<2>(gestureState_5) == std::abs(paintMethod->turnPageRate_)); in HWTEST_F() 734 std::get<2>(gestureState_4) == std::abs(paintMethod->turnPageRate_) + (1 - std::get<1>(gestureState_4)) * 0.5); in HWTEST_F() 738 EXPECT_TRUE(std::get<1>(gestureState_3) == std::get<2>(gestureState_3)); in HWTEST_F() 742 EXPECT_TRUE(std::get<1>(gestureState_2) == std::get<2>(gestureState_2)); in HWTEST_F() 746 EXPECT_TRUE(std::get<0>(gestureState_1) == 1); in HWTEST_F() 750 EXPECT_TRUE(std::get< in HWTEST_F() [all...] |