| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 1523 int idx) in set_blend_entry_bits() 1528 &cso_blend->cso.rt[cso_blend->cso.independent_blend_enable ? idx : 0]; in set_blend_entry_bits() 1549 if (idx == 0) { in set_blend_entry_bits() 1571 if (idx == 0 && !blend_enabled && wm_prog_data->dual_src_blend) { in set_blend_entry_bits() 3277 int idx, in crocus_fill_scissor_rect() 3282 const struct pipe_viewport_state *vp = &ice->state.viewports[idx]; in crocus_fill_scissor_rect() 3290 struct pipe_scissor_state *s = &ice->state.scissors[idx]; in crocus_fill_scissor_rect() 5289 uint32_t idx) in emit_sol_surface() 5293 if (idx >= so_info->num_outputs || !ice->state.streamout_active) in emit_sol_surface() 5295 const struct pipe_stream_output *output = &so_info->output[idx]; in emit_sol_surface() 1521 set_blend_entry_bits(struct crocus_batch *batch, BLEND_ENTRY_GENXML *entry, struct crocus_blend_state *cso_blend, int idx) set_blend_entry_bits() argument 3276 crocus_fill_scissor_rect(struct crocus_context *ice, int idx, struct pipe_scissor_state *ss) crocus_fill_scissor_rect() argument 5287 emit_sol_surface(struct crocus_batch *batch, struct pipe_stream_output_info *so_info, uint32_t idx) emit_sol_surface() argument [all...] |
| /arkcompiler/ets_runtime/test/regresstest/ |
| H A D | run_regress_test.py | 586 idx = file.rfind(src_dir) 587 fpath, _ = os.path.split(file[idx:])
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | operand.h | 1504 void SetLabelOrder(LabelIDOrder idx) in SetLabelOrder() argument 1506 orderID = idx; in SetLabelOrder()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | reg_alloc_lsra.cpp | 671 RegOpndInfo(RegOperand &opnd, uint32 size, uint32 idx, bool def) in RegOpndInfo() 672 : regOpnd(opnd), regSize(size), opndIdx(idx), isDef(def) in RegOpndInfo()
|
| /third_party/eudev/src/udev/ |
| H A D | udev-rules.c | 336 unsigned int idx = (tk_ptr - tks_ptr) / sizeof(struct token); in dump_token() local 340 idx, token->rule.token_count, in dump_token()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | svq3.c | 1110 int idx = ff_h264_quant_rem6[q]; in init_dequant4_coeff_table() local 1113 ((uint32_t)ff_h264_dequant4_coeff_init[idx][(x & 1) + ((x >> 2) & 1)] * 16) << shift; in init_dequant4_coeff_table()
|
| /third_party/backends/backend/ |
| H A D | kvs1025_opt.c | 389 get_optval_list (const PKV_DEV dev, int idx, in get_optval_list() argument 394 index = get_string_list_index (str_list, dev->val[idx].s); in get_optval_list()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | VTimeZone.java | 1230 int idx = 0; in createRuleByRDATE() 1233 times[idx++] = parseDateTimeString(date, fromOffset); in createRuleByRDATE()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | VTimeZone.java | 1201 int idx = 0; in createRuleByRDATE() 1204 times[idx++] = parseDateTimeString(date, fromOffset); in createRuleByRDATE()
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_tex.c | 245 nir_ssa_def *idx = nir_imm_int(b, tex->texture_index); in lower_rect_tex_scale() local 246 nir_ssa_def *scale = nir_build_load_texture_rect_scaling(b, 32, idx); in lower_rect_tex_scale()
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 556 int idx = variable->data.driver_location; in scan_shader_output_decl() local 565 mask_attribs = ((1ull << attrib_count) - 1) << idx; in scan_shader_output_decl()
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_descriptor_set.c | 1198 uint32_t idx = binding->immutable_samplers_index + j; in pvr_descriptor_set_create() local 1199 const struct pvr_sampler *sampler = layout->immutable_samplers[idx]; in pvr_descriptor_set_create()
|
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | fuse_lowlevel.c | 459 int fuse_reply_bmap(fuse_req_t req, uint64_t idx) in fuse_reply_bmap() argument 464 arg.block = idx; in fuse_reply_bmap()
|
| /third_party/nghttp2/src/ |
| H A D | http2.cc | 980 void index_header(HeaderIndex &hdidx, int32_t token, size_t idx) { in index_header() argument 985 hdidx[token] = idx; in index_header()
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_pbo_compute.c | 688 unsigned idx = i - PIPE_SWIZZLE_X; in invert_swizzle() local 689 out[idx] = PIPE_SWIZZLE_X + c; in invert_swizzle()
|
| /third_party/lwip/src/core/ |
| H A D | tcp_in.c | 1930 u8_t idx = (u8_t)(optidx - tcphdr_opt1len); 1931 return tcphdr_opt2[idx];
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | heap.h | 855 inline PagedSpace* paged_space(int idx); 856 inline Space* space(int idx);
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_gmem.c | 593 OUT_RELOC(ring, results_ptr(at, result[result->idx].samples_start)); in emit_common_init() 612 OUT_RELOC(ring, results_ptr(at, result[result->idx].samples_end)); in emit_common_fini()
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_eu_compact.c | 2671 unsigned idx = (p->relocs[i].offset - start_offset) / 16; in brw_compact_instructions() local 2672 p->relocs[i].offset -= compacted_counts[idx] * 8; in brw_compact_instructions()
|
| /third_party/mesa3d/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 600 factor.idx = 0; in translate_attr_convert() 647 factor.idx = 0; in translate_attr_convert()
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ecp_nistp256.c | 1633 * select_point selects the |idx|th point from a precomputation table and 1636 static void select_point(const u64 idx, unsigned int size, in select_point() argument 1646 u64 mask = i ^ idx; in select_point()
|
| H A D | ecp_nistp521.c | 1542 * select_point selects the |idx|th point from a precomputation table and 1546 static void select_point(const limb idx, unsigned int size, in select_point() argument 1556 limb mask = i ^ idx; in select_point()
|
| H A D | ecp_nistp224.c | 1100 * select_point selects the |idx|th point from a precomputation table and 1104 static void select_point(const u64 idx, unsigned int size, in select_point() argument 1113 u64 mask = i ^ idx; in select_point()
|
| /third_party/rust/crates/bindgen/bindgen/ |
| H A D | lib.rs | 2649 for (idx, f) in input_unsaved_files.iter().enumerate() { 2650 if idx != 0 || !options.input_headers.is_empty() {
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | context.c | 1467 uint32_t idx; local 1483 if (pa_tagstruct_getu32(t, &idx) < 0 ||
|