/third_party/skia/src/gpu/gl/ |
H A D | GrGLAssembleGLESInterfaceAutogen.cpp | 16 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F) 17 #define GET_PROC_SUFFIX(F, S) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F #S) 18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) 20 #define GET_EGL_PROC_SUFFIX(F, S) functions->fEGL##F = (GrEGL##F##Fn*)get(ctx, "egl" #F #S) 23 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLESInterface() argument 27 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLESInterface() argument 44 GrGetEGLQueryAndDisplay(&queryString, &display, ctx, get); in GrGLMakeAssembledGLESInterface() 334 functions->fRenderbufferStorageMultisampleES2EXT =(GrGLRenderbufferStorageMultisampleFn*)get(ctx, "glRenderbufferStorageMultisampleEXT"); in GrGLMakeAssembledGLESInterface() 338 functions->fRenderbufferStorageMultisampleES2EXT =(GrGLRenderbufferStorageMultisampleFn*)get(ctx, "glRenderbufferStorageMultisampleIMG"); in GrGLMakeAssembledGLESInterface() 343 functions->fRenderbufferStorageMultisampleES2APPLE =(GrGLRenderbufferStorageMultisampleFn*)get(ct in GrGLMakeAssembledGLESInterface() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ComputeProgram.cpp | 74 routine->setInputBuiltin(shader.get(), spv::BuiltInNumWorkgroups, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setWorkgroupBuiltins() 82 routine->setInputBuiltin(shader.get(), spv::BuiltInWorkgroupId, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setWorkgroupBuiltins() 90 routine->setInputBuiltin(shader.get(), spv::BuiltInWorkgroupSize, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setWorkgroupBuiltins() 98 routine->setInputBuiltin(shader.get(), spv::BuiltInNumSubgroups, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setWorkgroupBuiltins() 103 routine->setInputBuiltin(shader.get(), spv::BuiltInSubgroupSize, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setWorkgroupBuiltins() 108 routine->setImmutableInputBuiltins(shader.get()); in setWorkgroupBuiltins() 146 routine->setInputBuiltin(shader.get(), spv::BuiltInLocalInvocationIndex, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setSubgroupBuiltins() 151 routine->setInputBuiltin(shader.get(), spv::BuiltInSubgroupId, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setSubgroupBuiltins() 156 routine->setInputBuiltin(shader.get(), spv::BuiltInLocalInvocationId, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setSubgroupBuiltins() 164 routine->setInputBuiltin(shader.get(), sp in setSubgroupBuiltins() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Context.cpp | 317 std::shared_ptr<Thread> Context::Lock::get(Thread::ID id) in get() function in vk::dbg::Context::Lock 319 return ctx->threads.get(id); in get() 348 std::shared_ptr<File> Context::Lock::get(File::ID id) in get() function in vk::dbg::Context::Lock 350 return ctx->files.get(id); in get() 390 std::shared_ptr<Frame> Context::Lock::get(Frame::ID id) in get() function in vk::dbg::Context::Lock 392 return ctx->frames.get(id); in get() 403 std::shared_ptr<Scope> Context::Lock::get(Scope::ID id) in get() function in vk::dbg::Context::Lock 405 return ctx->scopes.get(id); in get() 413 std::shared_ptr<Variables> Context::Lock::get(Variables::ID id) in get() function in vk::dbg::Context::Lock 415 return ctx->variables.get(i in get() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_compute_data_synonym_fact_closure_test.cpp | 127 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 130 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 132 context.get(), transformation_context)); in TEST() 172 context.get(), &transformation_context); in TEST() 257 context.get(), &transformation_context); in TEST() 293 context.get(), &transformation_context); in TEST() 318 context.get(), &transformation_context); in TEST() 410 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 414 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 470 context.get(), in TEST() [all...] |
/third_party/skia/tests/ |
H A D | SkSLMemoryLayoutTest.cpp | 61 context.fTypes.fFloat3.get()); in DEF_TEST() 66 fields1.emplace_back(SkSL::Modifiers(), skstd::string_view("b"), context.fTypes.fFloat.get()); in DEF_TEST() 71 fields1.emplace_back(SkSL::Modifiers(), skstd::string_view("c"), context.fTypes.fBool.get()); in DEF_TEST() 78 fields2.emplace_back(SkSL::Modifiers(), skstd::string_view("a"), context.fTypes.fInt.get()); in DEF_TEST() 84 context.fTypes.fFloat3.get()); in DEF_TEST() 149 context.fTypes.fFloat3.get()); in DEF_TEST() 154 fields1.emplace_back(SkSL::Modifiers(), skstd::string_view("b"), context.fTypes.fFloat.get()); in DEF_TEST() 159 fields1.emplace_back(SkSL::Modifiers(), skstd::string_view("c"), context.fTypes.fBool.get()); in DEF_TEST() 166 fields2.emplace_back(SkSL::Modifiers(), skstd::string_view("a"), context.fTypes.fInt.get()); in DEF_TEST() 172 context.fTypes.fFloat3.get()); in DEF_TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 81 BuildMI(MBB, MBBI, DL, TII->get(RISCV::ADDI), DestReg) in adjustReg() 95 BuildMI(MBB, MBBI, DL, TII->get(Opc), DestReg) in adjustReg() 152 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in emitPrologue() 171 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in emitPrologue() 187 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in emitPrologue() 205 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in emitPrologue() 218 BuildMI(MBB, MBBI, DL, TII->get(RISCV::ANDI), SPReg) in emitPrologue() 225 BuildMI(MBB, MBBI, DL, TII->get(RISCV::SRLI), VR) in emitPrologue() 228 BuildMI(MBB, MBBI, DL, TII->get(RISCV::SLLI), SPReg) in emitPrologue() 237 BuildMI(MBB, MBBI, DL, TII->get(RISC in emitPrologue() [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | FloatArrayListTest.java | 79 assertEquals(1F, (float) list.get(0), 0.0f); in testModificationWithIteration() 103 assertEquals(1F, (float) TERTIARY_LIST.get(0), 0.0f); in testGet() 104 assertEquals(2F, (float) TERTIARY_LIST.get(1), 0.0f); in testGet() 105 assertEquals(3F, (float) TERTIARY_LIST.get(2), 0.0f); in testGet() 108 TERTIARY_LIST.get(-1); in testGet() 115 TERTIARY_LIST.get(3); in testGet() 128 TERTIARY_LIST.get(-1); in testGetFloat() 135 TERTIARY_LIST.get(3); in testGetFloat() 318 assertEquals(1F, (float) list.get(0), 0.0f); in testAddAll() 381 assertEquals(4F, (float) toRemove.get( in testRemove_listAtCapacity() [all...] |
H A D | DoubleArrayListTest.java | 79 assertEquals(1D, (double) list.get(0), 0.0); in testModificationWithIteration() 103 assertEquals(1D, (double) TERTIARY_LIST.get(0), 0.0); in testGet() 104 assertEquals(2D, (double) TERTIARY_LIST.get(1), 0.0); in testGet() 105 assertEquals(3D, (double) TERTIARY_LIST.get(2), 0.0); in testGet() 108 TERTIARY_LIST.get(-1); in testGet() 115 TERTIARY_LIST.get(3); in testGet() 128 TERTIARY_LIST.get(-1); in testGetDouble() 135 TERTIARY_LIST.get(3); in testGetDouble() 318 assertEquals(1D, (double) list.get(0), 0.0); in testAddAll() 381 assertEquals(4D, (double) toRemove.get( in testRemove_listAtCapacity() [all...] |
H A D | LongArrayListTest.java | 79 assertEquals(1L, (long) list.get(0)); in testModificationWithIteration() 103 assertEquals(1L, (long) TERTIARY_LIST.get(0)); in testGet() 104 assertEquals(2L, (long) TERTIARY_LIST.get(1)); in testGet() 105 assertEquals(3L, (long) TERTIARY_LIST.get(2)); in testGet() 108 TERTIARY_LIST.get(-1); in testGet() 115 TERTIARY_LIST.get(3); in testGet() 128 TERTIARY_LIST.get(-1); in testGetLong() 135 TERTIARY_LIST.get(3); in testGetLong() 318 assertEquals(1L, (long) list.get(0)); in testAddAll() 379 assertEquals(4L, (long) toRemove.get( in testRemove_listAtCapacity() [all...] |
H A D | UnknownEnumValueTest.java | 58 assertEquals(5432, message.getRepeatedNestedEnumValueList().get(0).intValue()); in testUnknownEnumValues() 63 assertEquals(TestAllTypes.NestedEnum.UNRECOGNIZED, message.getRepeatedNestedEnumList().get(0)); in testUnknownEnumValues() 71 assertEquals(5432, message.getRepeatedNestedEnumValueList().get(0).intValue()); in testUnknownEnumValues() 76 assertEquals(TestAllTypes.NestedEnum.UNRECOGNIZED, message.getRepeatedNestedEnumList().get(0)); in testUnknownEnumValues() 83 assertEquals(5432, builder.getRepeatedNestedEnumValueList().get(0).intValue()); in testUnknownEnumValues() 88 assertEquals(TestAllTypes.NestedEnum.UNRECOGNIZED, builder.getRepeatedNestedEnumList().get(0)); in testUnknownEnumValues() 95 assertEquals(5432, builder.getRepeatedNestedEnumValueList().get(0).intValue()); in testUnknownEnumValues() 100 assertEquals(TestAllTypes.NestedEnum.UNRECOGNIZED, builder.getRepeatedNestedEnumList().get(0)); in testUnknownEnumValues() 276 .get(0) in testUnknownEnumValuesInProto2() 308 unknown.getField(repeatedPackedField.getNumber()).getVarintList().get( in testUnknownEnumValuesInProto2WithDynamicMessage() [all...] |
/third_party/protobuf/js/ |
H A D | maps_test.js | 116 msg.getMapStringMsgMap().get('k').setFoo(42); 117 msg.getMapStringMsgMap().get('l').setFoo(84); 166 assertEquals(msg.getMapStringMsgMap().get('k').getFoo(), 42); 167 assertEquals(msg.getMapStringMsgMap().get('l').getFoo(), 84); 174 assert(val === msg.getMapStringMsgMap().get(key)); 178 assert(val === msg.getMapStringMsgMap().get(key)); 196 assertEquals(m.get('asdf'), undefined); 199 assertEquals(m.get('asdf'), 'hello world'); 202 assertEquals(m.get('jkl;'), 'key 2'); 214 assertEquals(m.get('jk [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_compute_data_synonym_fact_closure_test.cpp | 127 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 130 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 132 context.get(), transformation_context)); in TEST() 172 context.get(), &transformation_context); in TEST() 257 context.get(), &transformation_context); in TEST() 293 context.get(), &transformation_context); in TEST() 318 context.get(), &transformation_context); in TEST() 410 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 414 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 470 context.get(), in TEST() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 195 const VkDescriptorBufferInfo tessLevelsBufferInfo = makeDescriptorBufferInfo(tessLevelsBuffer.get(), 0ull, sizeof(TessLevels)); in runTest() 214 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL) in runTest() 215 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL) in runTest() 216 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese"), DE_NULL) in runTest() 217 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"), DE_NULL) in runTest() 267 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in runTest() 270 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in runTest() 568 addFunctionCaseWithPrograms(group.get(), caseName, "Check that there are no obvious gaps in the triangle-filled area of a tessellated shape", in createMiscDrawTests() 580 addFunctionCaseWithPrograms(group.get(), caseName, "Check that there are no obvious triangle overlaps in the triangle-filled area of a tessellated shape", in createMiscDrawTests() 590 addFunctionCaseWithPrograms(group.get(), caseNam in createMiscDrawTests() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ResourceManager11.cpp | 131 return device->CreateComputeShader(desc->get(), desc->size(), nullptr, resourceOut); in CreateResource() 158 desc->get(), desc->size(), initData->data(), static_cast<UINT>(initData->size()), in CreateResource() 163 return device->CreateGeometryShader(desc->get(), desc->size(), nullptr, resourceOut); in CreateResource() 172 return device->CreateInputLayout(desc->get(), static_cast<UINT>(desc->size()), initData->get(), in CreateResource() 181 return device->CreatePixelShader(desc->get(), desc->size(), nullptr, resourceOut); in CreateResource() 253 return device->CreateVertexShader(desc->get(), desc->size(), nullptr, resourceOut); in CreateResource() 317 deviceContext->ClearDepthStencilView(dsv.get(), clearFlags, kDebugDepthInitValue, in ClearResource() 327 deviceContext->ClearRenderTargetView(rtv.get(), kDebugColorInitClearValue); in ClearResource() 347 deviceContext->ClearRenderTargetView(rtv.get(), kDebugColorInitClearValu in ClearResource() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderInOutTestsEXT.cpp | 321 return taskCount.get(); 583 return new InterfaceVariablesInstance(context, m_params.get()); 588 const auto params = dynamic_cast<InterfaceVariableParams*>(m_params.get()); 764 const auto params = dynamic_cast<InterfaceVariableParams*>(m_params.get()); 981 const auto& referenceLevel = *m_referenceLevel.get(); 1061 const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); 1540 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); 1543 const auto pvdBufferInfo = makeDescriptorBufferInfo(pvdData.get(), 0ull, pvdSize); 1544 const auto ppdBufferInfo = makeDescriptorBufferInfo(ppdData.get(), [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderInOutTestsEXT.cpp | 321 return taskCount.get(); 583 return new InterfaceVariablesInstance(context, m_params.get()); 588 const auto params = dynamic_cast<InterfaceVariableParams*>(m_params.get()); 764 const auto params = dynamic_cast<InterfaceVariableParams*>(m_params.get()); 981 const auto& referenceLevel = *m_referenceLevel.get(); 1061 const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); 1540 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); 1543 const auto pvdBufferInfo = makeDescriptorBufferInfo(pvdData.get(), 0ull, pvdSize); 1544 const auto ppdBufferInfo = makeDescriptorBufferInfo(ppdData.get(), [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 657 ASSERT(imageViews->size() > levelVk.get()); in GetLevelImageView() 659 return &(*imageViews)[levelVk.get()]; in GetLevelImageView() 980 mValues[index.get()] = clearValue; in storeNoDepthStencil() 1096 if (!mUsedBuffers.get(buffer.getBufferSerial().getValue(), &access)) in usesBufferForWrite() 2688 mDescriptorPools[mCurrentPoolIndex]->get().hasCapacity(mMaxSetsPerPool))); in init() 2696 return mDescriptorPools[mCurrentPoolIndex]->get().init(contextVk, mPoolSizes, mMaxSetsPerPool); in init() 2704 pool->get().destroy(device); in destroy() 2718 pool->get().release(contextVk); in release() 2740 if (!bindingOut->valid() || !bindingOut->get().hasCapacity(descriptorSetCount)) in allocateSetsAndGetInfo() 2742 if (!mDescriptorPools[mCurrentPoolIndex]->get() in allocateSetsAndGetInfo() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | fixed-array.h | 105 inline Object get(int index) const; 106 inline Object get(PtrComprCageBase cage_base, int index) const; 108 static inline Handle<Object> get(FixedArray array, int index, 117 inline Object get(int index, RelaxedLoadTag) const; 118 inline Object get(PtrComprCageBase cage_base, int index, 125 inline Object get(int index, AcquireLoadTag) const; 126 inline Object get(PtrComprCageBase cage_base, int index, 249 static inline Handle<Object> get(FixedDoubleArray array, int index, 523 inline byte get(int index) const; 619 T get(in function [all...] |
/third_party/python/Lib/ |
H A D | platform.py | 86 # You can always get the latest version of this module at: 129 # any string not found in this dict, will get 0 assigned 135 # number, will get 100 assigned 149 t = _ver_stages.get(v, 0) 376 release = (_WIN32_CLIENT_RELEASES.get((major, minor)) or 377 _WIN32_CLIENT_RELEASES.get((major, None)) or 392 release = (_WIN32_SERVER_RELEASES.get((major, minor)) or 393 _WIN32_SERVER_RELEASES.get((major, None)) or 621 # to get deterministic behavior. 730 os.environ.get('PROCESSOR_ARCHITEW643 737 def get(cls): global() member in _Processor [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingNullASTests.cpp | 102 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline() 103 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("ahit"), 0); in makePipeline() 104 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline() 105 Move<VkShaderModule> intersectionShader = createShaderModule(vkd, device, collection.get("sect"), 0); in makePipeline() 237 vkd = de::MovePtr<DeviceDriver>(new DeviceDriver(vkp, instance, device.get(), context.getUsedApiVersion())); in DeviceHelper() 239 allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(*vkd, device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in DeviceHelper() 431 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest() 441 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest() 442 const VkStridedDeviceAddressRegionKHR missShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, missShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest() 443 const VkStridedDeviceAddressRegionKHR hitShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, hitShaderBindingTable->get(), in runTest() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 244 const vector<VkImageView> attachments = {colorImageView.get(), depthStencilImageView.get()}; in iterate() 245 const auto framebuffer = makeFramebuffer(vk, device, renderPass.get(), static_cast<deUint32>(attachments.size()), in iterate() 248 const Move<VkShaderModule> vertexModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() 249 const Move<VkShaderModule> fragmentModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u); in iterate() 287 const Move<VkPipeline> graphicsPipeline = makeGraphicsPipeline(vk, device, pipelineLayout.get(), vertexModule.get(), in iterate() 288 DE_NULL, DE_NULL, DE_NULL, fragmentModule.get(), renderPass.get(), in iterate() 308 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), in iterate() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 185 return IntegerType::get(C, N); in getIntNTy() 244 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get() function in IntegerType 301 FunctionType *FunctionType::get(Type *ReturnType, in get() function in FunctionType 327 FunctionType *FunctionType::get(Type *Result, bool isVarArg) { in get() function in FunctionType 328 return get(Result, None, isVarArg); in get() 346 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() function in StructType 448 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() function in StructType 449 return get(Context, None, isPacked); in get() 587 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() function in ArrayType 614 VectorType *VectorType::get(Typ function in VectorType 637 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { get() function in PointerType [all...] |
/third_party/skia/src/core/ |
H A D | SkPathRef.cpp | 33 fPathRef = pathRef->get(); in Editor() 101 if (matrix.get(SkMatrix::kMScaleX) != 0) { in transform_dir_and_start() 103 if (matrix.get(SkMatrix::kMScaleX) > 0) { in transform_dir_and_start() 105 sameSign = matrix.get(SkMatrix::kMScaleY) > 0 ? 0b01 : 0b00; in transform_dir_and_start() 108 sameSign = matrix.get(SkMatrix::kMScaleY) > 0 ? 0b00 : 0b01; in transform_dir_and_start() 112 if (matrix.get(SkMatrix::kMSkewX) > 0) { in transform_dir_and_start() 114 sameSign = matrix.get(SkMatrix::kMSkewY) > 0 ? 0b01 : 0b00; in transform_dir_and_start() 117 sameSign = matrix.get(SkMatrix::kMSkewY) > 0 ? 0b00 : 0b01; in transform_dir_and_start() 145 if (dst->get() != &src) { 158 if (dst->get() [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | LatticeOp.cpp | 48 format.printf("ShaderDfx_LatticeGP_%d", GrColorSpaceXform::XformKey(fColorSpaceXform.get())); 53 b->add32(GrColorSpaceXform::XformKey(fColorSpaceXform.get())); 63 fColorSpaceXformHelper.setData(pdman, latticeGP.fColorSpaceXform.get()); 71 latticeGP.fColorSpaceXform.get()); 354 if (GrColorSpaceXform::Equals(fColorSpaceXform.get(), that->fColorSpaceXform.get())) { 503 init_random_divs(xdivs.get(), lattice.fXCount, subset.fLeft, subset.fRight, random); 504 init_random_divs(ydivs.get(), lattice.fYCount, subset.fTop, subset.fBottom, random); 505 lattice.fXDivs = xdivs.get(); 506 lattice.fYDivs = ydivs.get(); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Attributes.h | 91 static Attribute get(LLVMContext &Context, AttrKind Kind, uint64_t Val = 0); 92 static Attribute get(LLVMContext &Context, StringRef Kind, 94 static Attribute get(LLVMContext &Context, AttrKind Kind, Type *Ty); 234 static AttributeSet get(LLVMContext &C, const AttrBuilder &B); 235 static AttributeSet get(LLVMContext &C, ArrayRef<Attribute> Attrs); 358 static AttributeList get(LLVMContext &C, 360 static AttributeList get(LLVMContext &C, 365 static AttributeList get(LLVMContext &C, AttributeSet FnAttrs, 382 static AttributeList get(LLVMContext &C, ArrayRef<AttributeList> Attrs); 383 static AttributeList get(LLVMContex [all...] |