Home
last modified time | relevance | path

Searched refs:build (Results 1876 - 1900 of 2355) sorted by relevance

1...<<71727374757677787980>>...95

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp617 .build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u);
636 auto descriptorSetLayout = builder.build(vk, device);
H A DvktRobustnessBufferAccessTests.cpp1045 m_descriptorPool = descriptorPoolBuilder.build(vk, *m_device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in BufferAccessInstance()
1051 m_descriptorSetLayout = setLayoutBuilder.build(vk, *m_device); in BufferAccessInstance()
H A DvktRobustnessVertexAccessTests.cpp716 m_descriptorPool = descriptorPoolBuilder.build(vk, *m_device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in VertexAccessInstance()
720 m_descriptorSetLayout = setLayoutBuilder.build(vk, *m_device); in VertexAccessInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp608 .build(deviceInterface, getDevice())); in iterate()
615 .build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageSparseInfo.mipLevels)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp1186 .build(vki, dev); in iterate()
1189 .build(vki, dev, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in iterate()
H A DvktSpvAsmTrinaryMinMaxTests.cpp749 auto descriptorSetLayout = layoutBuilder.build(vkd, device); in iterate()
754 auto descriptorPool = poolBuilder.build(vkd, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp700 .build(vk, device); in buildDescriptorSetLayout()
711 .build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in buildDescriptorPool()
/kernel/linux/linux-5.10/drivers/net/can/
H A Dkvaser_pciefd.c1116 u32 sysid, srb_status, build; in kvaser_pciefd_setup_board() local
1137 build = ioread32(pcie->reg_base + KVASER_PCIEFD_SYSID_BUILD_REG); in kvaser_pciefd_setup_board()
1141 (build >> KVASER_PCIEFD_SYSID_BUILD_VER_SHIFT) & 0x7fff); in kvaser_pciefd_setup_board()
/kernel/linux/linux-6.6/drivers/net/can/
H A Dkvaser_pciefd.c85 /* System build information fields */
1091 u32 version, srb_status, build; in kvaser_pciefd_setup_board() local
1097 build = ioread32(KVASER_PCIEFD_SYSID_ADDR(pcie) + KVASER_PCIEFD_SYSID_BUILD_REG); in kvaser_pciefd_setup_board()
1101 FIELD_GET(KVASER_PCIEFD_SYSID_BUILD_SEQ_MASK, build)); in kvaser_pciefd_setup_board()
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp54 * Maximum length of the build-time data array.
89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode);
1072 * Compacts a build-time trie.
1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode) { in build() function in __anon3198::MutableCodePointTrie
1587 // When we build a UCPTrie for a smaller value width, we first mask off unused bits in build()
1845 return reinterpret_cast<MutableCodePointTrie *>(trie)->build(type, valueWidth, *pErrorCode); in umutablecptrie_buildImmutable()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_longnames.cpp1270 U_ASSERT(uprv_strcmp(singleUnit->build(status).getIdentifier(), singleUnit->getSimpleUnitID()) == in processPatternTimes()
1272 getMeasureData(loc, singleUnit->build(status), width, singleCaseVariant, singleUnitArray, in processPatternTimes()
1574 getMeasureData(loc, impl.singleUnits[i]->build(status), width, unitDisplayCase, unitData, in forMeasureUnit()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py7 other build systems, such as make and ninja.
465 # (that is, .so and no prefix) with the xcode build -- match that.
834 # unblock people using the make build.
869 gyp-directory-relative to build-directory-relative."""
906 current gyp file to paths relative to the build directory.
911 # The xcode build is relative to a gyp file's directory, and OTHER_LDFLAGS
1118 # dSYMs need to build before stripping happens.
1126 build."""
1311 sdk_root, "--show-sdk-build-version"
1389 This class helps with some of these tasks, but it needs help from the build
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp54 * Maximum length of the build-time data array.
89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode);
1072 * Compacts a build-time trie.
1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode) { in build() function in __anon11850::MutableCodePointTrie
1587 // When we build a UCPTrie for a smaller value width, we first mask off unused bits in build()
1845 return reinterpret_cast<MutableCodePointTrie *>(trie)->build(type, valueWidth, *pErrorCode); in umutablecptrie_buildImmutable()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c469 nir_imin_imax(nir_builder *build, nir_ssa_def *src, nir_ssa_def *clamp_to_min, nir_ssa_def *clamp_to_max) in nir_imin_imax() argument
471 return nir_imax(build, nir_imin(build, src, clamp_to_min), clamp_to_max); in nir_imin_imax()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_emulation.py7 other build systems, such as make and ninja.
465 # (that is, .so and no prefix) with the xcode build -- match that.
831 # unblock people using the make build.
866 gyp-directory-relative to build-directory-relative."""
903 current gyp file to paths relative to the build directory.
908 # The xcode build is relative to a gyp file's directory, and OTHER_LDFLAGS
1115 # dSYMs need to build before stripping happens.
1123 build."""
1305 sdk_root, "--show-sdk-build-version"
1383 This class helps with some of these tasks, but it needs help from the build
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_longnames.cpp1270 U_ASSERT(uprv_strcmp(singleUnit->build(status).getIdentifier(), singleUnit->getSimpleUnitID()) == in processPatternTimes()
1272 getMeasureData(loc, singleUnit->build(status), width, singleCaseVariant, singleUnitArray, in processPatternTimes()
1574 getMeasureData(loc, impl.singleUnits[i]->build(status), width, unitDisplayCase, unitData, in forMeasureUnit()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateRSTests.cpp158 m_setLayout = setLayoutBuilder.build(m_vk, device); in initialize()
161 m_descriptorPool = poolBuilder.build(m_vk, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initialize()
1044 const auto dsLayout = setLayoutBuilder.build(vkd, device); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp878 m_descriptorPool = descriptorPoolBuilder.build(vkd, vkDevice, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 2u); in TextureRenderer()
885 .build(vkd, vkDevice); in TextureRenderer()
889 .build(vkd, vkDevice); in TextureRenderer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateRSTests.cpp155 m_setLayout = setLayoutBuilder.build(m_vk, device); in initialize()
158 m_descriptorPool = poolBuilder.build(m_vk, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initialize()
1012 const auto dsLayout = setLayoutBuilder.build(vkd, device); in iterate()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go18 // Once a new patchset has been found, regres will checkout, build and test the
72 buildTimeout = time.Minute * 10 // timeout for a build
133 toolchain *llvm.Toolchain // the LLVM toolchain used to build SwiftShader
139 keepCheckouts bool // don't delete source & build checkouts after testing
415 return "", true, cause.Wrap(err, "Failed to build dEQP '%v' for change", change.id)
471 buildDir := path.Join(cacheDir, "build")
518 return deqpBuild{}, cause.Wrap(err, "Couldn't make deqp build directory '%v'", buildDir)
525 return deqpBuild{}, cause.Wrap(err, "Couldn't generate build rules for deqp %v @ %v", cfg.Remote, cfg.SHA)
531 return deqpBuild{}, cause.Wrap(err, "Couldn't build deqp %v @ %v", cfg.Remote, cfg.SHA)
603 // Couldn't load cached results. Have to build the
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_longnames.cpp1272 U_ASSERT(uprv_strcmp(singleUnit->build(status).getIdentifier(), singleUnit->getSimpleUnitID()) == in processPatternTimes()
1274 getMeasureData(loc, singleUnit->build(status), width, singleCaseVariant, singleUnitArray, in processPatternTimes()
1576 getMeasureData(loc, impl.singleUnits[i]->build(status), width, unitDisplayCase, unitData, in forMeasureUnit()
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat5 :: supported by pcre2grep. This script must be run in the build directory.
19 :: Remember the current (build) directory and set the program to be tested.
627 :: These tests are run in the build directory.
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp54 * Maximum length of the build-time data array.
89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode);
1072 * Compacts a build-time trie.
1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode) { in build() function in __anon21079::MutableCodePointTrie
1587 // When we build a UCPTrie for a smaller value width, we first mask off unused bits in build()
1845 return reinterpret_cast<MutableCodePointTrie *>(trie)->build(type, valueWidth, *pErrorCode); in umutablecptrie_buildImmutable()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java402 public final MessageType build() { in build() method in GeneratedMessageLite.Builder
618 value = subBuilder.build(); in parseExtension()
782 MessageLite value = subBuilder.build(); in mergeMessageSetExtensionFromBytes()
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Dbasic.rb10 pool.build do
1015 s.build do
1027 s.build do

Completed in 54 milliseconds

1...<<71727374757677787980>>...95