Home
last modified time | relevance | path

Searched refs:get (Results 4951 - 4975 of 10842) sorted by relevance

1...<<191192193194195196197198199200>>...434

/third_party/python/Lib/multiprocessing/
H A Dsharedctypes.py48 type_ = typecode_to_type.get(typecode_or_type, typecode_or_type)
58 type_ = typecode_to_type.get(typecode_or_type, typecode_or_type)
158 def get%s(self):
170 %s = property(get%s, set%s)
/third_party/python/Lib/
H A Dhashlib.py84 constructor = cache.get(name)
119 constructor = cache.get(name)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemShaderTimeoutTests.cpp177 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate()
194 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/vulkan/shader_object/
H A DvktShaderObjectApiTests.cpp103 de::MovePtr<vk::DeviceDriver> vkd (new vk::DeviceDriver(vkp, instance, device.get(), m_context.getUsedApiVersion())); in iterate()
104 const auto& vk = *vkd.get(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsics.cpp136 (*addCaseFunctionPtr)(caseParams, testCtx, formatGroup.get()); in createSparseResourcesShaderIntrinsicsTests()
143 (*addCaseFunctionPtr)(caseParams, testCtx, formatGroup.get()); in createSparseResourcesShaderIntrinsicsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp159 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate()
193 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/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp221 const BufferResource& getBuffer (void) const { DE_ASSERT(m_bufferData.get()); return *m_bufferData; } in getBuffer()
222 const ImageResource& getImage (void) const { DE_ASSERT(m_imageData.get()); return *m_imageData; } in getImage()
269 virtual Data getData (void) const = 0; // get raw data that was written to or read from actual resource
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.cpp100 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer()
182 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.h149 const ShaderInterfaceVariableInfo &get(gl::ShaderType shaderType,
151 ShaderInterfaceVariableInfo &get(gl::ShaderType shaderType, const std::string &variableName);
H A Dangle_format.py218 redbits = bits and bits.get('R')
224 redbits = bits and bits.get('R')
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DGlobalSettings.java160 return mGlobalSettingsDriverValues.get(pkgIndex); in getDriverForPkg()
266 if (mGlobalSettingsDriverPkgs.get(pkgIndex).equals(pkgName)) in getGlobalSettingsPkgIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp74 Contribs[Index - 1] = Rows[i].Contributions.get(); in parseImpl()
138 if (auto *Contribs = Row.Contributions.get()) { in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp161 std::unique_ptr<MemoryBuffer> Buf = std::move(BufOrErr.get()); in runFuzzerOnInputs()
173 // We get bogus data given an empty corpus - just create a new module. in parseModule()
186 return std::move(M.get()); in parseModule()
H A DIRMutator.cpp28 Function *F = Function::Create(FunctionType::get(Type::getVoidTy(Context), {}, in createEmptyFunction()
63 RS.sample(Strategy.get(), in mutateModule()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dschema_generator.py172 category = typeElem.get('category')
208 isArr = param.get('len') not in (None, "null-terminated")
231 # TODO: How to get maxCount here?
/third_party/vk-gl-cts/external/amber/src/src/
H A Damber.cc175 executor.Execute(engine.get(), script, shader_data, opts, GetDelegate()); in ExecuteWithShaderData()
210 pipeline = script->GetPipelines()[0].get(); in ExecuteWithShaderData()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzer_shrinker_test.cpp1061 FuzzerContext::GetMinFreshId(ir_context.get()), false);
1064 MakeUnique<FactManager>(ir_context.get()), validator_options);
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dcontrol_dependence.cpp115 EXPECT_EQ(entry, fn->entry().get()) in TEST()
268 EXPECT_EQ(entry, fn->entry().get()) in TEST()
H A Dconvert_relaxed_to_half_test.cpp1489 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
1570 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
/third_party/skia/src/core/
H A DSkWriteBuffer.cpp168 this->writeDataAsByteArray(data.get()); in writeImage()
171 this->writeDataAsByteArray(mips->serialize().get()); in writeImage()
H A DSkTInternalLList.h213 T* get() { return fCurr; } in get() function in SkTInternalLList::Iter
240 T* operator*() { return this->get(); } in operator *()
/third_party/skia/src/gpu/
H A DGrAHardwareBufferImageGenerator.cpp122 AHardwareBuffer* get() const { return fAhb; } in makeView() function in AutoAHBRelease
140 buffer.get(), in makeView()
H A DGrStyle.cpp120 info.fIntervals = fDashInfo.fIntervals.get(); in initPathEffect()
143 const SkScalar* intervals = fDashInfo.fIntervals.get(); in applyPathEffect()
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleWebGLInterfaceAutogen.cpp17 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledWebGLInterface() argument
45 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledWebGLInterface() argument
/third_party/skia/samplecode/
H A DSampleLayers.cpp188 canvas->drawImage(fImage.get(), 0, 0);
204 canvas->saveLayer(SkCanvas::SaveLayerRec(&bounds, &paint, fFilter.get(), 0));

Completed in 17 milliseconds

1...<<191192193194195196197198199200>>...434