Home
last modified time | relevance | path

Searched refs:idx (Results 3626 - 3650 of 4248) sorted by relevance

1...<<141142143144145146147148149150>>...170

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c492 attachment = subpass->color_attachments[rt].idx; in CmdClearAttachments()
494 attachment = subpass->zs_attachment.idx; in CmdClearAttachments()
/third_party/libfuse/lib/modules/
H A Dsubdir.c531 static int subdir_bmap(const char *path, size_t blocksize, uint64_t *idx) in subdir_bmap() argument
537 err = fuse_fs_bmap(d->next, newpath, blocksize, idx); in subdir_bmap()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h72 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset))
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dregalloc.c496 int idx = 0; in ppir_regalloc_reset_liveness_info() local
499 reg->regalloc_index = idx++; in ppir_regalloc_reset_liveness_info()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h65 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset))
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h930 void save_set_cf_index(value *val, unsigned idx);
931 value *get_cf_index_value(unsigned idx);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drsa.h445 OSSL_DEPRECATEDIN_3_0 int RSA_set_ex_data(RSA *r, int idx, void *arg);
446 OSSL_DEPRECATEDIN_3_0 void *RSA_get_ex_data(const RSA *r, int idx);
/third_party/openssl/test/
H A Dendecoder_legacy_test.c504 static int test_key(int idx) in test_key() argument
514 if (!TEST_ptr(test_stanza = &test_stanzas[idx]) in test_key()
/third_party/openssl/include/openssl/
H A Drsa.h445 OSSL_DEPRECATEDIN_3_0 int RSA_set_ex_data(RSA *r, int idx, void *arg);
446 OSSL_DEPRECATEDIN_3_0 void *RSA_get_ex_data(const RSA *r, int idx);
/third_party/openssl/ohos_lite/include/openssl/
H A Dts.h218 void *TS_REQ_get_ext_d2i(TS_REQ *a, int nid, int *crit, int *idx);
280 void *TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx);
H A Drsa.h394 int RSA_set_ex_data(RSA *r, int idx, void *arg);
395 void *RSA_get_ex_data(const RSA *r, int idx);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Deliminate_dead_members_pass.cpp355 for (uint32_t idx : live_members) { in UpdateOpTypeStruct()
356 new_operands.emplace_back(inst->GetInOperand(idx)); in UpdateOpTypeStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Deliminate_dead_members_pass.cpp355 for (uint32_t idx : live_members) { in UpdateOpTypeStruct()
356 new_operands.emplace_back(inst->GetInOperand(idx)); in UpdateOpTypeStruct()
/third_party/skia/third_party/externals/jinja2/
H A Dext.py613 for idx, (token_lineno, _, _) in enumerate(self.tokens[self.offset :]):
615 return self.find_backwards(self.offset + idx)
H A Dfilters.py486 for idx, item in enumerate(value):
490 value[idx] = text_type(item)
H A Dlexer.py741 for idx, token in enumerate(tokens):
762 data = groups[idx]
/third_party/openssl/test/helpers/
H A Dpkcs12.c309 static STACK_OF(PKCS12_SAFEBAG) *decode_contentinfo(STACK_OF(PKCS7) *safes, int idx, const PKCS12_ENC *enc) in STACK_OF()
313 PKCS7 *p7 = sk_PKCS7_value(safes, idx); in STACK_OF()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.h343 /// Peeks ahead and returns the token at `idx` ahead of the current position
344 /// @param idx the index of the token to return
345 /// @returns the token `idx` positions ahead without advancing
346 Token peek(size_t idx = 0);
347 /// Peeks ahead and returns true if the token at `idx` ahead of the current
349 /// @param idx the index of the token to return
351 /// @returns true if the token `idx` positions ahead is |tok|
352 bool peek_is(Token::Type tok, size_t idx = 0);
/third_party/skia/tools/
H A DToolUtils.cpp258 int idx = i * step % numPts; in make_star() local
259 SkScalar theta = idx * 2 * SK_ScalarPI / numPts + SK_ScalarPI / 2; in make_star()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducptrie.cpp210 int32_t idx = _UCPTRIE_CP_INDEX(trie, 0xffff, c); in ucptrie_internalU8PrevIndex() local
211 return (idx << 3) | i; in ucptrie_internalU8PrevIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h566 unsigned idx = I - Queue.begin(); in remove() local
568 return Queue.begin() + idx; in remove()
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-source.c452 uint32_t idx; in source_output_moving_cb() local
466 PA_IDXSET_FOREACH(output, u->source->outputs, idx) { in source_output_moving_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae_pk.c196 static char * add_char(const char *start, char *pos, u8 idx, size_t *bits) in add_char() argument
207 *pos++ = sae_pk_base32_table[idx]; in add_char()
/third_party/ffmpeg/fftools/
H A Dffprobe.c1901 for (int idx = 0; idx < n; idx++) { \
1902 if (idx > 0) \
2015 print_list_fmt("pivots", "%"PRIu16, curve->num_pivots, curve->pivots[idx]); in print_dovi_metadata()
2028 curve->poly_coef[i][idx]); in print_dovi_metadata()
2036 curve->mmr_coef[i][0][idx]); in print_dovi_metadata()
2075 color->ycc_to_rgb_matrix[idx].num, in print_dovi_metadata()
2076 color->ycc_to_rgb_matrix[idx].den); in print_dovi_metadata()
2079 color->ycc_to_rgb_offset[idx] in print_dovi_metadata()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c214 LLVMValueRef idx = lp_build_const_int32(bld->gallivm, chan); in lp_build_sample_texel_soa() local
221 idx); in lp_build_sample_texel_soa()
4821 LLVMValueRef idx, in lp_build_sample_array_init_soa()
4837 switch_info->switch_ref = LLVMBuildSwitch(gallivm->builder, idx, in lp_build_sample_array_init_soa()
4865 int idx, in lp_build_sample_array_case_soa()
4874 LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), idx, 0), in lp_build_sample_array_case_soa()
4881 &switch_info->params, idx, idx, &tex_ret); in lp_build_sample_array_case_soa()
4910 LLVMValueRef idx, in lp_build_image_op_switch_soa()
4927 LLVMBuildSwitch(gallivm->builder, idx, in lp_build_image_op_switch_soa()
4818 lp_build_sample_array_init_soa(struct lp_build_sample_array_switch *switch_info, struct gallivm_state *gallivm, const struct lp_sampler_params *params, LLVMValueRef idx, unsigned base, unsigned range) lp_build_sample_array_init_soa() argument
4864 lp_build_sample_array_case_soa(struct lp_build_sample_array_switch *switch_info, int idx, const struct lp_static_texture_state *static_texture_state, const struct lp_static_sampler_state *static_sampler_state, struct lp_sampler_dynamic_state *dynamic_texture_state) lp_build_sample_array_case_soa() argument
4907 lp_build_image_op_switch_soa(struct lp_build_img_op_array_switch *switch_info, struct gallivm_state *gallivm, const struct lp_img_params *params, LLVMValueRef idx, unsigned base, unsigned range) lp_build_image_op_switch_soa() argument
4945 lp_build_image_op_array_case(struct lp_build_img_op_array_switch *switch_info, int idx, const struct lp_static_texture_state *static_texture_state, struct lp_sampler_dynamic_state *dynamic_state) lp_build_image_op_array_case() argument
[all...]

Completed in 46 milliseconds

1...<<141142143144145146147148149150>>...170