/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_shaders.cpp | 133 * Wave32 eliminates the idling half to allow the next wave to start. in si_determine_wave_size() 3121 unsigned start, num_shaderbufs, num_constbufs, num_images, num_msaa_images, num_samplers; 3131 start = si_get_shaderbuf_slot(num_shaderbufs - 1); 3132 *const_and_shader_buffers = u_bit_consecutive64(start, num_shaderbufs + num_constbufs); 3146 start = si_get_image_slot(num_images - 1) / 2; 3147 *samplers_and_images = u_bit_consecutive64(start, num_images / 2 + num_samplers);
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 1162 ObjectSlot start = context.RawField(Context::kTodoHeaderSize); in NewContextInternal() local 1164 size_t slot_count = end - start; in NewContextInternal() 1165 MemsetTagged(start, *undefined_value(), slot_count); in NewContextInternal() 1953 const ObjectSlot start(raw_clone.address()); in CopyJSObjectWithAllocationSite() 1955 isolate()->heap()->WriteBarrierForRange(raw_clone, start, end); in CopyJSObjectWithAllocationSite() 2345 // the value of the instruction start, so update it here. in NewOffHeapTrampolineFor()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_state.c | 2391 draw.start = StartVertex; in CSMT_ITEM_NO_WAIT() 2393 info.min_index = draw.start; in CSMT_ITEM_NO_WAIT() 2394 info.max_index = draw.start + draw.count - 1; in CSMT_ITEM_NO_WAIT() 2419 draw.start = context->index_offset / context->index_size + StartIndex; in CSMT_ITEM_NO_WAIT() 2452 draw.start = index_offset / info.index_size; in CSMT_ITEM_NO_WAIT()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_ext_autogen.h | 1141 GLuint start, 1188 GLint start, 2073 GLuint start, 4041 GLuint start, 4665 GLuint start,
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_3_autogen.cpp | 2837 GLuint start, in GL_DrawRangeElementsBaseVertex() 2846 "context = %d, mode = %s, start = %u, end = %u, count = %d, type = %s, indices = " in GL_DrawRangeElementsBaseVertex() 2848 CID(context), GLenumToString(GLenumGroup::PrimitiveType, mode), start, end, count, in GL_DrawRangeElementsBaseVertex() 2859 modePacked, start, end, count, typePacked, indices, basevertex)); in GL_DrawRangeElementsBaseVertex() 2862 context->drawRangeElementsBaseVertex(modePacked, start, end, count, typePacked, indices, in GL_DrawRangeElementsBaseVertex() 2865 ANGLE_CAPTURE(DrawRangeElementsBaseVertex, isCallValid, context, modePacked, start, end, in GL_DrawRangeElementsBaseVertex() 2836 GL_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) GL_DrawRangeElementsBaseVertex() argument
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 550 We start searching at module start, and finish searching when start == end. 551 Note: if start == end at the beginning of the function, we go all the way around 555 SWIG_MangledTypeQueryModule(swig_module_info *start, in SWIG_MangledTypeQueryModule() argument 558 swig_module_info *iter = start; in SWIG_MangledTypeQueryModule() 595 We start searching at module start, and finish searching when start == end. 596 Note: if start 600 SWIG_TypeQueryModule(swig_module_info *start, swig_module_info *end, const char *name) SWIG_TypeQueryModule() argument [all...] |
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 119 const char* start = reinterpret_cast<const char*>(base); in IsAccessInGuardRegion() local 120 const char* end = start + size - 1; in IsAccessInGuardRegion() 123 bool in_base_guard = (start <= data_end) && (end >= base_); in IsAccessInGuardRegion() 124 bool in_limit_guard = (start <= limit_) && (end >= data_start); in IsAccessInGuardRegion() 3776 uint64_t start,
|
/third_party/python/Objects/ |
H A D | longobject.c | 22 [clinic start generated code]*/ 2178 const char *start = p; in long_from_binary_base() local 2233 while (--p >= start) { in long_from_binary_base() 2273 const char *start, *orig_str = str; in PyLong_FromString() local 2324 /* May not start with underscores. */ in PyLong_FromString() 2328 start = str; in PyLong_FromString() 2352 this quickly. A Python int with that much space is reserved near the start, in PyLong_FromString() 2420 just 1 digit at the start, so that the copying code was exercised for every in PyLong_FromString() 2598 if (str == start) { in PyLong_FromString() 3667 to start wit [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | mov.c | 589 int64_t start; in mov_read_chpl() local 610 start = avio_rb64(pb); in mov_read_chpl() 620 avpriv_new_chapter(c->fc, i, (AVRational){1,10000000}, start, AV_NOPTS_VALUE, str); in mov_read_chpl() 3764 sc->current_index = sc->current_index_range->start; 3773 sc->current_index < sc->current_index_range->start && 3793 range_size = sc->current_index_range->end - sc->current_index_range->start; 3795 sc->current_index = sc->current_index_range->start + current_sample; 4043 current_index_range->start = index; 4047 // Only start incrementing DTS in frame_duration amounts, when we encounter a frame in edit list. 4106 current_index_range->start [all...] |
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_dh_asy_key_generator_test.cpp | 1252 int start = i; in ByteToHexString() local 1257 for (j = start; j < end; j++, end--) { in ByteToHexString()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 267 #define reg_rule(start, end, bw, gain, eirp, reg_flags) { \ 268 .freq_range.start_freq_khz = mhz_to_khz(start), \ 353 NETIF_FLOW_CTRL_ON, /* start flow_ctrl, stop transferring data to driver */
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvenc2.c | 804 /* Flush the register before the start the device */
in rkvenc_run() 1429 /* get rcb iova start and size */
in rkvenc2_alloc_rcbbuf() 1453 /* get sram start and size */
in rkvenc2_alloc_rcbbuf() 1460 /* check sram start and size is PAGE_SIZE align */
in rkvenc2_alloc_rcbbuf() 1461 sram_start = round_up(sram_res.start, PAGE_SIZE);
in rkvenc2_alloc_rcbbuf() 1462 sram_end = round_down(sram_res.start + resource_size(&sram_res), PAGE_SIZE);
in rkvenc2_alloc_rcbbuf() 1627 dev_info(dev, "probing start\n");
in rkvenc_probe()
|
H A D | mpp_rkvdec2_link.c | 31 /* start idx of task register */
421 /* start config before all registers are set */
in rkvdec_link_send_task_to_hw() 460 /* start config before all registers are set */
in rkvdec_link_send_task_to_hw() 466 mpp_dbg_link_flow("slot %d enable task %d mode %s\n", slot_idx, task_to_run, mode_start ? "start" : "add");
in rkvdec_link_send_task_to_hw() 468 /* start hardware before all registers are set */
in rkvdec_link_send_task_to_hw() 896 link_dec->reg_base = devm_ioremap(dev, res->start, resource_size(res));
in rkvdec2_link_init() 1141 mpp_debug(DEBUG_TASK_INFO, "pid %d, start hw %s\n", task->session->pid, dev_name(mpp->dev));
in mpp_task_queue() 1519 link_dec->reg_base = devm_ioremap(dev, res->start, resource_size(res));
in rkvdec2_ccu_link_init() 1776 /* Flush the register before the start the device */
in rkvdec2_soft_ccu_enqueue() 1894 mpp_debug(DEBUG_TASK_INFO, "pid %d, start h in rkvdec2_soft_ccu_worker() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/i2c/ |
H A D | i2c-core-base.c | 854 irqd = irq_get_irq_data(r->start);
in i2c_dev_irq_from_resources() 862 return r->start;
in i2c_dev_irq_from_resources()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 583 void notrace __bpf_prog_exit(struct bpf_prog *prog, u64 start); 590 unsigned long start; member
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | shm.c | 617 static int shm_fsync(struct file *file, loff_t start, loff_t end, int datasync)
in shm_fsync() argument 624 return sfd->file->f_op->fsync(sfd->file, start, end, datasync);
in shm_fsync()
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/ |
H A D | videodev2.h | 671 #define V4L2_PIX_FMT_H265 v4l2_fourcc('H', '2', '6', '5') /* H265 with start codes */
672 #define V4L2_PIX_FMT_H264 v4l2_fourcc('H', '2', '6', '4') /* H264 with start codes */
673 #define V4L2_PIX_FMT_H264_NO_SC v4l2_fourcc('A', 'V', 'C', '1') /* H264 without start codes */
953 * V4L2_MEMORY_MMAP, equals the offset from the start of
960 * @data_offset: offset in the plane to the start of data; usually 0,
995 * offset from the start of the device memory for this plane,
2006 } start;
member 2027 __s32 start[2];
member 2037 /* ITU-R start lines for each field */
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | videodev2.h | 671 #define V4L2_PIX_FMT_H265 v4l2_fourcc('H', '2', '6', '5') /* H265 with start codes */
672 #define V4L2_PIX_FMT_H264 v4l2_fourcc('H', '2', '6', '4') /* H264 with start codes */
673 #define V4L2_PIX_FMT_H264_NO_SC v4l2_fourcc('A', 'V', 'C', '1') /* H264 without start codes */
953 * V4L2_MEMORY_MMAP, equals the offset from the start of
960 * @data_offset: offset in the plane to the start of data; usually 0,
995 * offset from the start of the device memory for this plane,
2006 } start;
member 2027 __s32 start[2];
member 2037 /* ITU-R start lines for each field */
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvenc2.c | 799 /* Flush the register before the start the device */ in rkvenc_run() 1416 /* get rcb iova start and size */ in rkvenc2_alloc_rcbbuf() 1439 /* get sram start and size */ in rkvenc2_alloc_rcbbuf() 1446 /* check sram start and size is PAGE_SIZE align */ in rkvenc2_alloc_rcbbuf() 1447 sram_start = round_up(sram_res.start, PAGE_SIZE); in rkvenc2_alloc_rcbbuf() 1448 sram_end = round_down(sram_res.start + resource_size(&sram_res), PAGE_SIZE); in rkvenc2_alloc_rcbbuf() 1616 dev_info(dev, "probing start\n"); in rkvenc_probe()
|
H A D | mpp_rkvdec2_link.c | 30 /* start idx of task register */ 423 /* start config before all registers are set */ in rkvdec_link_send_task_to_hw() 461 /* start config before all registers are set */ in rkvdec_link_send_task_to_hw() 468 task_to_run, mode_start ? "start" : "add"); in rkvdec_link_send_task_to_hw() 470 /* start hardware before all registers are set */ in rkvdec_link_send_task_to_hw() 921 link_dec->reg_base = devm_ioremap(dev, res->start, resource_size(res)); in rkvdec2_link_init() 1169 mpp_debug(DEBUG_TASK_INFO, "pid %d, start hw %s\n", in mpp_task_queue() 1556 link_dec->reg_base = devm_ioremap(dev, res->start, resource_size(res)); in rkvdec2_ccu_link_init() 1829 /* Flush the register before the start the device */ in rkvdec2_soft_ccu_enqueue() 1943 mpp_debug(DEBUG_TASK_INFO, "pid %d, start h in rkvdec2_soft_ccu_worker() [all...] |
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 51 if (g_wifi == NULL || g_wifi->start == NULL) {
in WlanInterfaceStart() 52 HDF_LOGE("%{public}s: g_wifi or g_wifi->start is NULL", __func__);
in WlanInterfaceStart() 55 ret = g_wifi->start(g_wifi);
in WlanInterfaceStart() 57 HDF_LOGE("%{public}s start WiFi failed! error code: %{public}d", __func__, ret);
in WlanInterfaceStart() 1293 HDF_LOGE("%{public}s start scan failed!, error code: %{public}d", __func__, ret);
in WlanInterfaceStartScan()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | iop-adma.c | 143 /* detect the start of a group transaction */ in __iop_adma_slot_cleanup() 264 /* start search from the last allocated descrtiptor in iop_adma_alloc_slots() 265 * if a contiguous allocation can not be found start searching in iop_adma_alloc_slots() 292 /* start the allocation if the slot is correctly aligned */ in iop_adma_alloc_slots() 1278 if (!devm_request_mem_region(&pdev->dev, res->start, in iop_adma_probe() 1348 iop_chan->mmr_base = devm_ioremap(&pdev->dev, res->start, in iop_adma_probe()
|
H A D | coh901318.c | 1830 * start queued jobs, if any 1831 * TODO: start all queued jobs in one go 1841 * start queued jobs, if any in coh901318_queue_start() 1859 /* start dma job on this channel */ in coh901318_queue_start() 1965 * into cohc->active and start it. in dma_tc_handle() 2639 io->start, in coh901318_probe() 2654 base->virtbase = devm_ioremap(&pdev->dev, io->start, resource_size(io)); in coh901318_probe()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | altera_edac.c | 729 if (!devm_request_mem_region(&pdev->dev, r->start, resource_size(r), in altr_edac_device_probe() 753 drvdata->base = devm_ioremap(&pdev->dev, r->start, resource_size(r)); in altr_edac_device_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atombios.c | 1404 u8 *start = (u8*)v3; in amdgpu_atombios_lookup_voltage_object_v3() local 1407 ATOM_VOLTAGE_OBJECT_V3 *vo = (ATOM_VOLTAGE_OBJECT_V3 *)(start + offset); in amdgpu_atombios_lookup_voltage_object_v3()
|