Home
last modified time | relevance | path

Searched refs:size (Results 34851 - 34875 of 52506) sorted by relevance

1...<<1391139213931394139513961397139813991400>>...2101

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c345 size_t size = strlen(name) + 1; in init_gallivm_state() local
346 gallivm->module_name = MALLOC(size); in init_gallivm_state()
348 memcpy(gallivm->module_name, name, size); in init_gallivm_state()
399 pointer_size, pointer_size, pointer_size, // pointer size, abi alignment, preferred alignment in init_gallivm_state()
H A Dlp_bld_tgsi_info.c584 const unsigned size = in lp_build_tgsi_info() local
586 assert(size <= 4); in lp_build_tgsi_info()
588 for (chan = 0; chan < size; ++chan) { in lp_build_tgsi_info()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compute_transforms.cpp114 /* UBO is [fake SO filled size, fake SO vertex count, 1, 1, original SO filled size] */ in get_fake_so_buffer_copy_back()
133 assert(output.size % 4 == 0 && output.offset % 4 == 0); in get_fake_so_buffer_copy_back()
138 for (unsigned loaded = 0; loaded < output.size; loaded += 16) { in get_fake_so_buffer_copy_back()
139 unsigned to_load = MIN2(output.size, 16); in get_fake_so_buffer_copy_back()
/third_party/mesa3d/src/gallium/tools/trace/
H A Dparse.py125 size = 16*1024
129 data = self.fp.read(size)
130 self.final = len(data) < size
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.cpp34 size = 0; in Graph()
50 size++; in insert()
406 std::vector<int> path(weight.size(), std::numeric_limits<int>::max()); in findLightestPathWeight()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_semaphore.c166 size_t size = offsetof(struct vk_semaphore, permanent) + sync_type->size; in vk_common_CreateSemaphore() local
167 semaphore = vk_object_zalloc(device, pAllocator, size, in vk_common_CreateSemaphore()
H A Dvk_sync.c94 assert(type->size >= sizeof(*sync)); in vk_sync_init()
95 memset(sync, 0, type->size); in vk_sync_init()
118 sync = vk_alloc(&device->alloc, type->size, 8, in vk_sync_create()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc.c36 assert(buf->size >= sizeof(VAPictureParameterBufferHEVC) && buf->num_elements == 1); in vlVaHandlePictureParameterBufferHEVC()
187 assert(buf->size >= sizeof(VAIQMatrixBufferHEVC) && buf->num_elements == 1); in vlVaHandleIQMatrixBufferHEVC()
217 assert(buf->size >= sizeof(VASliceParameterBufferHEVC) && buf->num_elements == 1); in vlVaHandleSliceParameterBufferHEVC()
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Decdh_exch.c434 size_t ecdhsize, size; in ecdh_plain_derive() local
457 * NB: unlike PKCS#3 DH, if outlen is less than maximum size this is not in ecdh_plain_derive()
460 size = outlen < ecdhsize ? outlen : ecdhsize; in ecdh_plain_derive()
492 retlen = ECDH_compute_key(secret, size, ppubkey, privk, NULL); in ecdh_plain_derive()
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/bn/
H A Dx86-gf2m.S109 .size _mul_1x1_mmx,.-_mul_1x1_mmx
246 .size _mul_1x1_ialu,.-_mul_1x1_ialu
354 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/bn/
H A Dx86-gf2m.S109 .size _mul_1x1_mmx,.-_mul_1x1_mmx
246 .size _mul_1x1_ialu,.-_mul_1x1_ialu
354 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dkeccak1600-avx512.pl276 .size __KeccakF1600,.-__KeccakF1600
387 .size SHA3_absorb,.-SHA3_absorb
487 .size SHA3_squeeze,.-SHA3_squeeze
H A Dkeccak1600-avx2.pl279 .size __KeccakF1600,.-__KeccakF1600
364 .size SHA3_absorb,.-SHA3_absorb
433 .size SHA3_squeeze,.-SHA3_squeeze
H A Dkeccak1600-avx512vl.pl180 .size __KeccakF1600,.-__KeccakF1600
273 .size SHA3_absorb,.-SHA3_absorb
350 .size SHA3_squeeze,.-SHA3_squeeze
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/bn/
H A Dx86-gf2m.S109 .size _mul_1x1_mmx,.-_mul_1x1_mmx
246 .size _mul_1x1_ialu,.-_mul_1x1_ialu
354 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_enc.c585 * Default handling if value == size field then omit in asn1_ex_i2c()
587 if (*tbool && (it->size > 0)) in asn1_ex_i2c()
589 if (!*tbool && !it->size) in asn1_ex_i2c()
628 if ((it->size == ASN1_TFLG_NDEF) in asn1_ex_i2c()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl171 .size _mul_1x1,.-_mul_1x1
307 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
402 .size se_handler,.-se_handler
/third_party/protobuf/conformance/
H A Dconformance_test.cc59 for (size_t i = 0; i < binary_string.size(); i++) { in ToOctString()
448 ok ? "PASSED" : "FAILED", successes_, skipped_.size(), in RunSuite()
449 expected_failures_, unexpected_failing_tests_.size()); in RunSuite()
/third_party/python/Lib/test/
H A Dtest_cgi.py243 # contents of the input file into memory; we use readline's size argument
251 def readline(self, size=None):
253 if size:
254 return self.file.readline(size)
572 cgi.parse_header('attachment; filename="strange;name";size=123;'),
573 ("attachment", {"filename": "strange;name", "size": "123"}))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBaseResolve.cpp76 // Check if image size does not exceed device limits in iterate()
219 pushConstantSize, // deUint32 size; in iterate()
232 static_cast<deUint32>(pushConstantRanges.size()), // deUint32 pushConstantRangeCount; in iterate()
262 static_cast<deUint32>(vertexDataDesc.vertexAttribDescVec.size()), // uint32_t vertexAttributeDescriptionCount; in iterate()
343 renderPass.begin(deviceInterface, *commandBuffer, makeRect2D(0, 0, imageMSInfo.extent.width, imageMSInfo.extent.height), (deUint32)clearValues.size(), &clearValues[0]); in iterate()
H A DvktPipelineStencilExportTests.cpp232 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
241 makeExtent3D(size.x(), size.y(), 1), // VkExtent3D extent; in makeImageCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp158 template<typename T, int size>
159 T multiplyComponents(const tcu::Vector<T, size>& v) in multiplyComponents()
162 for (int i = 0; i < size; ++i) in multiplyComponents()
215 << " uvec3 size = gl_NumWorkGroups * gl_WorkGroupSize;\n" in initPrograms()
216 << " uint numValuesPerInv = uint(ub_in.values.length()) / (size.x*size.y*size.z);\n" in initPrograms()
217 << " uint groupNdx = size.x*size.y*gl_GlobalInvocationID.z + size in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPositionFetchTests.cpp426 std::vector<tcu::Vec4> outputData(expectedOutputPositions.size()); in iterate()
433 for (size_t i = 0; i < outputData.size(); ++i) in iterate()
516 for (deUint32 bit = 0; bit < testFlagBitNames.size(); bit++) in createPositionFetchTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferMemoryAliasing.cpp198 m_bufferSizeInBytes, // VkDeviceSize size; in iterate()
224 if (bufferMemRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sparseAddressSpaceSize) in iterate()
225 TCU_THROW(NotSupportedError, "Required memory size for sparse resources exceeds device limits"); in iterate()
227 DE_ASSERT((bufferMemRequirements.size % bufferMemRequirements.alignment) == 0); in iterate()
247 const VkSparseMemoryBind sparseMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), bufferMemRequirements.size, memoryType, 0u); in iterate()
353 TCU_THROW(NotSupportedError, "Buffer size is not supported"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp139 // that support the subgroup size control extension and variants for those in checkSupport()
149 TCU_THROW(NotSupportedError, "Implementation does not support subgroup size control"); in checkSupport()
156 TCU_THROW(NotSupportedError, "These tests are not enabled for subgroup size control implementations"); in checkSupport()
182 for (unsigned i = 0; i < cases.size(); ++i) in addTestsForAmberFiles()
236 for (unsigned c = 0; c < controls.size(); ++c) in createSubgroupUniformControlFlowTests()
339 for (unsigned c = 0; c < controls.size(); ++c) in createSubgroupUniformControlFlowTests()

Completed in 41 milliseconds

1...<<1391139213931394139513961397139813991400>>...2101