| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_clear.c | 492 attachment = subpass->color_attachments[rt].idx; in CmdClearAttachments() 494 attachment = subpass->zs_attachment.idx; in CmdClearAttachments()
|
| /third_party/libfuse/lib/modules/ |
| H A D | subdir.c | 531 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 D | iris_context.h | 72 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset))
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | regalloc.c | 496 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 D | crocus_context.h | 65 #define BRW_PARAM_IMAGE(idx, offset) BRW_PARAM(IMAGE, ((idx) << 8) | (offset))
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc.h | 930 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 D | rsa.h | 445 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 D | endecoder_legacy_test.c | 504 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 D | rsa.h | 445 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 D | ts.h | 218 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 D | rsa.h | 394 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 D | eliminate_dead_members_pass.cpp | 355 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 D | eliminate_dead_members_pass.cpp | 355 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 D | ext.py | 613 for idx, (token_lineno, _, _) in enumerate(self.tokens[self.offset :]): 615 return self.find_backwards(self.offset + idx)
|
| H A D | filters.py | 486 for idx, item in enumerate(value): 490 value[idx] = text_type(item)
|
| H A D | lexer.py | 741 for idx, token in enumerate(tokens): 762 data = groups[idx]
|
| /third_party/openssl/test/helpers/ |
| H A D | pkcs12.c | 309 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 D | parser_impl.h | 343 /// 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 D | ToolUtils.cpp | 258 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 D | ucptrie.cpp | 210 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 D | MachineScheduler.h | 566 unsigned idx = I - Queue.begin(); in remove() local 568 return Queue.begin() + idx; in remove()
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-virtual-source.c | 452 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 D | sae_pk.c | 196 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 D | ffprobe.c | 1901 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 D | lp_bld_sample_soa.c | 214 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...] |