Home
last modified time | relevance | path

Searched refs:get (Results 5651 - 5675 of 11095) sorted by relevance

1...<<221222223224225226227228229230>>...444

/third_party/python/Lib/
H A Dpkgutil.py629 mod = (sys.modules.get(package) or
675 within the imported package to get to the desired object.
690 if gd.get('cln'):
693 parts = gd.get('obj')
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDifferingInterpolationTests.cpp193 const Unique<VkShaderModule> vs (createShaderModule(vk, device, m_context.getBinaryCollection().get(vertShaderNames[frameIdx].c_str()), 0)); in iterate()
194 const Unique<VkShaderModule> fs (createShaderModule(vk, device, m_context.getBinaryCollection().get(fragShaderNames[frameIdx].c_str()), 0)); in iterate()
389 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateTests.cpp318 // get highest sample count value in testShadingRates()
424 addFunctionCase(group.get(), "limits", checkSupport, testLimits); in createMiscTests()
425 addFunctionCase(group.get(), "shading_rates", checkSupport, testShadingRates); in createMiscTests()
427 createFragmentShadingRateMiscTests(group.get()); in createMiscTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayout.cpp180 structType.get()->addMember((string("m") + static_cast<char>(('A' + i))).c_str(), memberTypes[i]); in generateType()
182 return glu::VarType(structType.get()); in generateType()
288 tcu::TestCaseGroup *parentGroup = sharedMemoryLayoutGroup.get(); in createSharedMemoryLayoutTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureConversionTests.cpp164 tcu::PixelBufferAccess errorMask (mapVkFormat(m_outFormat), width, height, 1, errorMaskData.get()); in verifyPixels()
231 tcu::PixelBufferAccess rendered (resultFormat, width, height, 1, renderedData.get()); in iterate()
232 tcu::PixelBufferAccess reference (resultFormat, width, height, 1, referenceData.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDifferingInterpolationTests.cpp193 const Unique<VkShaderModule> vs (createShaderModule(vk, device, m_context.getBinaryCollection().get(vertShaderNames[frameIdx].c_str()), 0)); in iterate()
194 const Unique<VkShaderModule> fs (createShaderModule(vk, device, m_context.getBinaryCollection().get(fragShaderNames[frameIdx].c_str()), 0)); in iterate()
389 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp386 Move<VkShaderModule> shaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0); in iterate()
396 Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vk, device, descriptorSetLayout.get()); in iterate()
442 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayout.cpp180 structType.get()->addMember((string("m") + static_cast<char>(('A' + i))).c_str(), memberTypes[i]); in generateType()
182 return glu::VarType(structType.get()); in generateType()
288 tcu::TestCaseGroup *parentGroup = sharedMemoryLayoutGroup.get(); in createSharedMemoryLayoutTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DCoreWindowNativeWindow_unittest.cpp454 Size renderSize = {std::get<0>(GetParam()), std::get<1>(GetParam())}; in TEST_P()
455 bool expectedResult = std::get<2>(GetParam()); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DHardwareLoops.cpp273 IntegerType::get(M->getContext(), CounterBitWidth); in TryConvertLoop()
277 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop()
504 CondBuilder.CreateICmpNE(EltsRem, ConstantInt::get(EltsRem->getType(), 0)); in UpdateBranch()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBallotBroadcastTests.cpp556 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(computeGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests()
561 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(graphicGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests()
567 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(framebufferGroup.get(), name + getShaderStageName(caseDef.shaderStage), "", in createSubgroupsBallotBroadcastTests()
H A DglcSubgroupsClusteredTests.cpp842 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(computeGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsClusteredTests()
847 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(graphicGroup.get(), name, in createSubgroupsClusteredTests()
854 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(framebufferGroup.get(), name +"_" + getShaderStageName(caseDef.shaderStage), "", in createSubgroupsClusteredTests()
H A DglcSubgroupsPartitionedTests.cpp956 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(computeGroup.get(), in createSubgroupsPartitionedTests()
962 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(graphicGroup.get(), in createSubgroupsPartitionedTests()
969 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(framebufferGroup.get(), in createSubgroupsPartitionedTests()
H A DglcSubgroupsQuadTests.cpp712 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(computeGroup.get(), name.str(), "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsQuadTests()
723 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(graphicGroup.get(), name.str(), "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsQuadTests()
728 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(framebufferGroup.get(), name.str()+"_"+ getShaderStageName(caseDef.shaderStage), "", in createSubgroupsQuadTests()
H A DglcSubgroupsShuffleTests.cpp631 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(graphicGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsShuffleTests()
636 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(computeGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsShuffleTests()
642 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(framebufferGroup.get(), name + "_" + getShaderStageName(caseDef.shaderStage), "", in createSubgroupsShuffleTests()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate.cpp163 if (spvBinaryEndianness(binary.get(), &endian)) { in ValidateBinaryUsingContextAndValidationState()
170 if (spvBinaryHeaderGet(binary.get(), endian, &header)) { in ValidateBinaryUsingContextAndValidationState()
393 hijack_context, words, num_words, pDiagnostic, vstate->get()); in ValidateBinaryAndKeepValidationState()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_to_text_test.cpp239 EXPECT_THAT(EncodeAndDecodeSuccessfully(std::get<1>(GetParam()), in TEST_P()
241 std::get<0>(GetParam())), in TEST_P()
242 Eq(std::get<1>(GetParam()))); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderTargetVk.cpp76 ASSERT(mLevelIndexGL.get() < std::numeric_limits<uint16_t>::max()); in getSubresourceSerialImpl()
399 return gl::ImageIndex::Make2DArrayRange(mLevelIndexGL.get(), mLayerIndex, layerCount); in getImageIndexForClear()
405 return gl::ImageIndex::Make2D(mLevelIndexGL.get()); in getImageIndexForClear()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawElementsTest.cpp87 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P()
89 glUseProgram(program.get()); in TEST_P()
94 glBindBuffer(GL_ARRAY_BUFFER, vertexBuffer.get()); in TEST_P()
148 // Could crash here if the observer binding from the vertex array doesn't get in TEST_P()
/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp127 view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bm)); in Make()
368 kernel.get()[i] = d->fRandom->nextSScalar1(); in TestCreate()
390 kernel.get(), in TestCreate()
/third_party/skia/src/core/
H A DSkGlyphRunPainter.cpp142 auto glyphIDs = fRejects.source().get<0>(); in drawForBitmapDevice()
143 auto positions = fRejects.source().get<1>(); in drawForBitmapDevice()
185 auto variants = fDrawable.drawable().get<0>(); in drawForBitmapDevice()
203 // Calculate the preConcat matrix for drawBitmap to get the rectangle from the in drawForBitmapDevice()
/third_party/skia/src/gpu/
H A DGrFragmentProcessor.h209 GrFragmentProcessor* childProcessor(int index) { return fChildProcessors[index].get(); } in childProcessor()
211 return fChildProcessors[index].get(); in childProcessor()
542 ProgramImpl* childProcessor(int index) const { return fChildProcessors[index].get(); } in childProcessor()
H A DGrSurfaceProxy.cpp159 SkDEBUGCODE(this->validateSurface(surface.get());) in assign()
198 resourceProvider->assignUniqueKeyToResource(*uniqueKey, surface.get()); in instantiateImpl()
456 resourceProvider->assignUniqueKeyToResource(key, surface.get()); in doLazyInstantiation()
/third_party/skia/src/images/
H A DSkPngEncoder.cpp242 // so to get at unpremul rgb we'd need to undo the transfer function first. in choose_proc()
444 fEncoderMgr->proc()((char*)fStorage.get(), in onEncodeRows()
449 png_bytep rowPtr = (png_bytep) fStorage.get(); in onEncodeRows()
464 return encoder.get() && encoder->encodeRows(src.height()); in Encode()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconvert_to_half_pass.cpp325 func->entry().get(), [&changed, this](BasicBlock* bb) { in ProcessFunction()
333 func->entry().get(), [&modified, this](BasicBlock* bb) { in ProcessFunction()
340 func->entry().get(), [&modified, this](BasicBlock* bb) { in ProcessFunction()

Completed in 24 milliseconds

1...<<221222223224225226227228229230>>...444