/third_party/mesa3d/src/intel/common/ |
H A D | mi_builder.h | 555 * If the bit size of src and dst mismatch, this function does an unsigned 574 uint32_t value, uint32_t size) in mi_memset() 581 assert(size % 4 == 0); in mi_memset() 583 for (uint32_t i = 0; i < size; i += 4) { in mi_memset() 592 __gen_address_type src, uint32_t size) in mi_memcpy() 599 assert(size % 4 == 0); in mi_memcpy() 601 for (uint32_t i = 0; i < size; i += 4) { in mi_memcpy() 573 mi_memset(struct mi_builder *b, __gen_address_type dst, uint32_t value, uint32_t size) mi_memset() argument 591 mi_memcpy(struct mi_builder *b, __gen_address_type dst, __gen_address_type src, uint32_t size) mi_memcpy() argument
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipeline.c | 116 shared_var_info(const struct glsl_type *type, unsigned *size, unsigned *align) in shared_var_info() argument 123 *size = comp_size * length, in shared_var_info() 142 const unsigned size = glsl_type_is_array(var->type) ? glsl_get_aoa_size(var->type) : 1; in set_image_access() local 143 uint64_t mask = BITFIELD64_MASK(MAX2(size, 1)) << value; in set_image_access() 177 const unsigned size = glsl_type_is_array(var->type) ? glsl_get_aoa_size(var->type) : 1; in set_buffer_access() local 178 uint64_t mask = BITFIELD64_MASK(MAX2(size, 1)) << value; in set_buffer_access()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.cpp | 1320 if (m_root.size() != other.m_root.size()) in equal_to() 1333 sh_info->ninput = m_inputs.size(); in get_shader_info() 1359 sh_info->noutput = m_outputs.size(); in get_shader_info() 1377 sh_info->nhwatomic_ranges = m_atomics.size(); in get_shader_info() 1378 for (unsigned i = 0; i < m_atomics.size(); ++i) in get_shader_info()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_unittest.cc | 64 if (base::WriteFile(*file_path, content.data(), content.size()) == -1) in CreateFile() 161 files->reserve(files->size() + paths.size()); 359 EXPECT_EQ(file_info.size, 1); in TestTimeStamp() 1086 EXPECT_EQ(zip_file_list_.size(), static_cast<size_t>(reader.num_entries())); in TEST_F() 1087 for (size_t i = 0; i < zip_file_list_.size(); ++i) { in TEST_F() 1098 // the uncompressed size is 3 bytes. The ZipReader and minizip code needs to in TEST_F()
|
/third_party/node/deps/zlib/google/ |
H A D | zip_unittest.cc | 64 if (base::WriteFile(*file_path, content.data(), content.size()) == -1) in CreateFile() 161 files->reserve(files->size() + paths.size()); 359 EXPECT_EQ(file_info.size, 1); in TestTimeStamp() 1086 EXPECT_EQ(zip_file_list_.size(), static_cast<size_t>(reader.num_entries())); in TEST_F() 1087 for (size_t i = 0; i < zip_file_list_.size(); ++i) { in TEST_F() 1098 // the uncompressed size is 3 bytes. The ZipReader and minizip code needs to in TEST_F()
|
/third_party/nghttp2/src/ |
H A D | shrpx_https_upstream.cc | 150 ULOG(INFO, upstream) << "Too large URI size=" in htp_uricb() 182 ULOG(INFO, upstream) << "Too large header block size=" in htp_hdr_keycb() 237 ULOG(INFO, upstream) << "Too large header block size=" in htp_hdr_valcb() 268 auto authoritylen = authority.size(); in rewrite_request_host_path_from_uri() 275 if (authoritylen > authority.size()) { in rewrite_request_host_path_from_uri() 437 rv = http_parser_parse_url(req.path.c_str(), req.path.size(), 0, &u); in htp_hdrs_completecb() 1082 util::utos(std::begin(intbuf), html.size())}); in error_reply() 1091 downstream->response_sent_body_length += html.size(); in error_reply() 1240 if (!key || key->value.size() != base64::encode_length(16)) { in on_downstream_header_complete()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-death-test.cc | 633 auto result = std::make_unique<char*[]>(args.size() + 1); in CreateArgvFromArgs() 634 for (size_t i = 0; i < args.size(); ++i) { in CreateArgvFromArgs() 637 result[args.size()] = nullptr; // extra null terminator in CreateArgvFromArgs() 765 0) // Default buffer size. in AssumeRole() 1314 // amount is subtracted from size of the stack space to get an address in ExecDeathTestSpawnChild() 1548 if (fields.size() != 6 || !ParseNaturalNumber(fields[1], &line) || in ParseInternalRunDeathTestFlag() 1561 if (fields.size() != 3 || !ParseNaturalNumber(fields[1], &line) || in ParseInternalRunDeathTestFlag() 1569 if (fields.size() != 4 || !ParseNaturalNumber(fields[1], &line) || in ParseInternalRunDeathTestFlag()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_rt_builder.h | 469 uint32_t size) in brw_nir_memcpy_global() 472 assert(size % 16 == 0); in brw_nir_memcpy_global() 476 for (unsigned offset = 0; offset < size; offset += 16) { in brw_nir_memcpy_global() 488 uint32_t size) in brw_nir_memclear_global() 491 assert(size % 16 == 0); in brw_nir_memclear_global() 495 for (unsigned offset = 0; offset < size; offset += 16) { in brw_nir_memclear_global() 466 brw_nir_memcpy_global(nir_builder *b, nir_ssa_def *dst_addr, uint32_t dst_align, nir_ssa_def *src_addr, uint32_t src_align, uint32_t size) brw_nir_memcpy_global() argument 486 brw_nir_memclear_global(nir_builder *b, nir_ssa_def *dst_addr, uint32_t dst_align, uint32_t size) brw_nir_memclear_global() argument
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_wayland.c | 873 /* We don't know a size so just return the usual "I don't know." */ in wsi_wl_surface_get_present_rectangles() 1112 wsi_wl_alloc_image_shm(struct wsi_image *imagew, unsigned size) in wsi_wl_alloc_image_shm() argument 1117 int fd = os_create_anonymous_file(size, NULL); in wsi_wl_alloc_image_shm() 1121 void *ptr = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in wsi_wl_alloc_image_shm() 1129 image->shm_size = size; in wsi_wl_alloc_image_shm() 1278 size_t size = sizeof(*chain) + num_images * sizeof(chain->images[0]); in wsi_wl_surface_create_swapchain() local 1279 chain = vk_zalloc(pAllocator, size, 8, VK_SYSTEM_ALLOCATION_SCOPE_OBJECT); in wsi_wl_surface_create_swapchain()
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
H A D | index.js | 245 #size; 246 get size() { 247 return this.#size; 923 const { atime, atimeMs, birthtime, birthtimeMs, blksize, blocks, ctime, ctimeMs, dev, gid, ino, mode, mtime, mtimeMs, nlink, rdev, size, uid, } = st; 940 this.#size = size;
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
H A D | index.js | 217 #size; 218 get size() { 219 return this.#size; 895 const { atime, atimeMs, birthtime, birthtimeMs, blksize, blocks, ctime, ctimeMs, dev, gid, ino, mode, mtime, mtimeMs, nlink, rdev, size, uid, } = st; 912 this.#size = size;
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_depth.c | 322 assert(format_desc->channel[z_swizzle].size == 32); in lp_depth_type() 327 if (format_desc->channel[z_swizzle].size < format_desc->block.bits) { in lp_depth_type() 371 *width = format_desc->channel[z_swizzle].size; in get_z_shift_and_mask() 409 const unsigned sz = format_desc->channel[s_swizzle].size; in get_s_shift_and_mask() 905 assert(format_desc->channel[s_swizzle].size == 8); in lp_build_depth_stencil_test() 914 assert(format_desc->channel[z_swizzle].size == 32); in lp_build_depth_stencil_test()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 1222 int ExtractBitsLatency(bool sign_extend, int size) { in ExtractBitsLatency() argument 1225 switch (size) { in ExtractBitsLatency() 1250 int Word32AtomicExchangeLatency(bool sign_extend, int size) { in Word32AtomicExchangeLatency() argument 1252 ExtractBitsLatency(sign_extend, size) + InsertBitsLatency() + in Word32AtomicExchangeLatency() 1256 int Word32AtomicCompareExchangeLatency(bool sign_extend, int size) { in Word32AtomicCompareExchangeLatency() argument 1258 ExtractBitsLatency(sign_extend, size) + InsertBitsLatency() + in Word32AtomicCompareExchangeLatency()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.h | 308 TNode<RawPtrT> StackSlot(int size, int alignment); 480 DCHECK_EQ(static_cast<int>(gasm_->loop_headers_.size()), in LoopScope() 485 DCHECK_EQ(static_cast<int>(gasm_->loop_headers_.size()), in ~LoopScope() 796 int size = static_cast<int>(1 + sizeof...(args)) + op->EffectInputCount() + in Call() local 798 return Call(op, size, args_array); in Call() 827 Node* Allocate(AllocationType allocation, Node* size);
|
H A D | wasm-compiler.h | 178 DCHECK_LT(index, arg_needs_conversion_.size()); in arg_needs_conversion() 465 void MemoryInit(uint32_t data_segment_index, Node* dst, Node* src, Node* size, 467 void MemoryCopy(Node* dst, Node* src, Node* size, 470 void MemoryFill(Node* dst, Node* fill, Node* size, 474 Node* src, Node* size, wasm::WasmCodePosition position); 477 Node* src, Node* size, wasm::WasmCodePosition position);
|
/third_party/node/deps/v8/src/objects/ |
H A D | scope-info.cc | 616 // AllocatedSize() is generated by Torque and represents the size in bytes of in length() 618 // module_variable_count. Convert that size into a number of slots. in length() 1169 int size = static_cast<int>(descr->module_requests().size()); in New() local 1171 isolate->factory()->NewFixedArray(size, AllocationType::kOld); in New() 1179 static_cast<int>(descr->special_exports().size()), AllocationType::kOld); in New() 1191 static_cast<int>(descr->namespace_imports().size()), in New() 1208 static_cast<int>(descr->regular_imports().size()), AllocationType::kOld); in New()
|
/third_party/node/deps/v8/src/torque/ |
H A D | implementation-visitor.h | 228 VisitResult size; member 346 result.reserve(bindings_.size()); in bindings() 467 size_t fields_size = aggregate_fields.size() - fields_offset; in CheckInitializersWellformed() 468 for (size_t i = 0; i < std::min(fields_size, initializers.size()); i++) { in CheckInitializersWellformed() 479 if (fields_size != initializers.size()) { in CheckInitializersWellformed() 481 aggregate_name, " found ", initializers.size()); in CheckInitializersWellformed()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_pipe.c | 191 nresource->slices[l].size = ALIGN_POT(nresource->slices[l].line_stride * height, 0x80); in agx_resource_create() 193 offset += nresource->slices[l].size; in agx_resource_create() 198 unsigned size = nresource->array_stride * templ->array_size * templ->depth0; in agx_resource_create() local 234 nresource->bo = agx_bo_create(dev, size, AGX_MEMORY_TYPE_FRAMEBUFFER); in agx_resource_create() 548 dev->cmdbuf.size, in agx_flush() 563 demo_mem_map(dev->memmap.ptr.cpu, dev->memmap.size, handles, handle_count, in agx_flush()
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_xgl_pds.c | 61 # define pvr_debug_pds_const(reg, size, annotation) \ 62 mesa_logd("const[%d] @ (%dbits) %s", reg, size, annotation) 63 # define pvr_debug_pds_temp(reg, size, annotation) \ 64 mesa_logd("temp[%d] @ (%dbits) %s", reg, size, annotation) 74 # define pvr_debug_pds_const(reg, size, annotation) 75 # define pvr_debug_pds_temp(reg, size, annotation) 372 * size of a PDS program without actually attempting to store it.
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | keccak1600-ppc64.pl | 270 .size KeccakF1600_int,.-KeccakF1600_int 386 .size KeccakF1600,.-KeccakF1600 410 .size dword_le_load,.-dword_le_load 634 .size SHA3_absorb,.-SHA3_absorb 712 .size SHA3_squeeze,.-SHA3_squeeze 756 .size iotas,.-iotas
|
H A D | keccak1600p8-ppc.pl | 224 .size KeccakF1600_int,.-KeccakF1600_int 375 .size KeccakF1600,.-KeccakF1600 681 .size SHA3_absorb,.-SHA3_absorb 777 .size SHA3_squeeze,.-SHA3_squeeze 808 .size rhotates,.-rhotates 838 .size iotas,.-iotas
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/ |
H A D | mod.rs | 410 size: [ 418 size: [ 426 size: [ 434 size: [ 442 size: [ 450 size: [
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRatePixelConsistency.cpp | 141 static_cast<deUint32>(deviceExtensions.size()), // deUint32 enabledExtensionCount; in createImageRobustnessDevice() 726 (deUint32)attachmentDescriptions.size(), // attachmentCount in iterate() 750 (deUint32)attachments.size(), // attachmentCount in iterate() 907 2 * sizeof(VkExtent2D) // deUint32 size; in iterate() 1243 if (m_shadingRateClamped.size() == 1) in iterate() 1250 vk.cmdPushConstants(*cmdBuffer, *pipelineLayoutPass0, VK_SHADER_STAGE_FRAGMENT_BIT, 0, static_cast<deUint32>(m_shadingRateClamped.size() * sizeof(m_shadingRateClamped[0])), &m_shadingRateClamped[0]); in iterate() 1330 VK_WHOLE_SIZE // VkDeviceSize size; in iterate() 1346 for (deUint32 i = 0; i < m_shadingRateClamped.size(); i++) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindPointTests.cpp | 324 void writeSetUpdate (const DeviceInterface& vkd, VkDevice device, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size, VkDescriptorSet set) in writeSetUpdate() argument 327 const auto bufferInfo = makeDescriptorBufferInfo(buffer, offset, size); in writeSetUpdate() 351 void pushBufferDescriptor(const DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoint bindPoint, VkPipelineLayout layout, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size) in pushBufferDescriptor() argument 353 const auto bufferInfo = makeDescriptorBufferInfo(buffer, offset, size); in pushBufferDescriptor() 387 VkBufferMemoryBarrier makeBufferBarrier (VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size) in makeBufferBarrier() argument 389 return makeBufferMemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, buffer, offset, size); in makeBufferBarrier()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolConcurrentTests.cpp | 294 DE_ASSERT(queueFamilyIndex < (deUint32)queueProperties.size()); in PrimaryCommandBufferConcurrentTestInstance() 362 deMemset(&renderPassClearValues[0], 0, static_cast<int>(renderPassClearValues.size()) * sizeof(vk::VkClearValue)); 370 beginRenderPass(vk, *cmdBuffer, *m_stateObjects->m_renderPass, *m_stateObjects->m_framebuffer, vk::makeRect2D(0, 0, StateObjects::WIDTH, StateObjects::HEIGHT), (deUint32)renderPassClearValues.size(), &renderPassClearValues[0]); 563 DE_ASSERT(queueFamilyIndex < (deUint32)queueProperties.size()); in SecondaryCommandBufferConcurrentTestInstance() 695 deMemset(&renderPassClearValues[0], 0, static_cast<int>(renderPassClearValues.size()) * sizeof(vk::VkClearValue)); 719 beginRenderPass(vk, *cmdBufferPrimary, *m_stateObjects->m_renderPass, *m_stateObjects->m_framebuffer, vk::makeRect2D(0, 0, StateObjects::WIDTH, StateObjects::HEIGHT), (deUint32)renderPassClearValues.size(), &renderPassClearValues[0], vk::VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS);
|