| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 392 si_add_arg_checked(struct ac_shader_args *args, enum ac_arg_regfile file, unsigned registers, enum ac_arg_type type, struct ac_arg *arg, unsigned idx) si_add_arg_checked() argument
|
| /third_party/mesa3d/src/intel/common/ |
| H A D | intel_batch_decoder.c | 673 int idx = iter.name[strlen("Kernel Start Pointer ")] - '0'; in decode_ps_kern() local 735 int idx = 0; in decode_3dstate_constant_all() local 785 int idx; in decode_3dstate_constant() local [all...] |
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui_widgets.cpp | 1388 static bool Items_ArrayGetter(void* data, int idx, const char** out_text) in Items_ArrayGetter() argument 1397 static bool Items_SingleStringGetter(void* data, int idx, const char** out_text) in Items_SingleStringGetter() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_context.c | 1044 unsigned idx = start_slot + i; in virgl_set_sampler_views() local 1243 unsigned idx = start_slot + i; in virgl_set_hw_atomic_buffers() local 1273 unsigned idx = start_slot + i; virgl_set_shader_buffers() local 1329 unsigned idx = start_slot + i; virgl_set_shader_images() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 777 unsigned idx = emit->nr_hw_int_const++; in create_loop_const() local 799 unsigned idx in create_arl_consts() local 736 emit_def_const(struct svga_shader_emitter *emit, SVGA3dShaderConstType type, unsigned idx, float a, float b, float c, float d) emit_def_const() argument 852 unsigned idx = emit->nr_hw_float_const++; create_common_immediate() local 992 int idx = 0, swizzle = 0, i; get_fake_arl_const() local 1013 int idx; get_tex_dimensions() local 3045 unsigned idx = emit->nr_hw_float_const++; make_immediate() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_ff.c | 630 const unsigned idx = (key->tc_idx >> (i * 3)) & 0x7; in nine_ff_build_vs() local 1673 unsigned idx = context->ff.tex_stage[s][D3DTSS_TEXCOORDINDEX] & 7; in nine_ff_get_vs() local [all...] |
| /third_party/node/src/ |
| H A D | cares_wrap.cc | 1855 int idx; in safe_free_hostent() local
|
| H A D | env-inl.h | 110 inline v8::Local<v8::String> AsyncHooks::provider_string(int idx) { in provider_string() argument
|
| /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
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfsinfo.c | 1811 static void ntfs_dump_index_header(const char *indent, INDEX_HEADER *idx) in ntfs_dump_index_header() argument
|
| /third_party/ntfs-3g/src/ |
| H A D | ntfs-3g.c | 2949 static int ntfs_fuse_bmap(const char *path, size_t blocksize, uint64_t *idx) in ntfs_fuse_bmap() argument
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_tls.cc | 215 auto idx = cert_tree->lookup(hostname); in servername_callback() local 1990 add_cert(const StringRef &hostname, size_t idx) add_cert() argument 2051 auto idx = router_.match(hostname); lookup() local 2171 auto idx = lt->add_cert(StringRef{std::begin(buf), end_buf}, cert_lookup_tree_add_ssl_ctx() local 2212 auto idx = cert_lookup_tree_add_ssl_ctx() local [all...] |
| H A D | shrpx_config.cc | 1335 auto idx = addr_groups.size(); in parse_mapping() local 4386 int compute_affinity_hash(std::vector<AffinityHash> &res, size_t idx, in compute_affinity_hash() argument 4590 size_t idx = 0; in configure_downstream_group() local [all...] |
| H A D | shrpx_client_handler.cc | 902 auto idx = (*it).idx; in get_downstream_addr() local 996 auto idx = (*it).idx; in get_downstream_addr_strict_affinity() local
|
| H A D | shrpx.cc | 991 size_t idx = 0; in get_inherited_addr_from_config() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uloc_tag.cpp | 2468 ultag_getExtlang(const ULanguageTag* langtag, int32_t idx) { in ultag_getExtlang() argument 2498 ultag_getVariant(const ULanguageTag* langtag, int32_t idx) { in ultag_getVariant() argument 2528 ultag_getExtensionKey(const ULanguageTag* langtag, int32_t idx) ultag_getExtensionKey() argument 2544 ultag_getExtensionValue(const ULanguageTag* langtag, int32_t idx) ultag_getExtensionValue() argument [all...] |
| H A D | putil.cpp | 732 int32_t idx = 0; in isValidOlsonID() local 868 int32_t idx; remapShortTimeZone() local [all...] |
| H A D | unames.cpp | 999 uint16_t prefixLength, i, idx; in enumAlgNames() local 1128 uint16_t i, idx; in findAlgName() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 367 int idx = offset; in printf_bits() local [all...] |
| H A D | ffvertex_prog.c | 303 GLint idx:9; /* relative addressing may be negative */ member 350 static struct ureg make_ureg(GLuint file, GLint idx) in make_ureg() argument 430 GLint idx; in register_param4() local 480 GLint idx; register_const4f() local [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir.c | 111 build_load_ptr_dxil(nir_builder *b, nir_deref_instr *deref, nir_ssa_def *idx) in build_load_ptr_dxil() argument 144 nir_ssa_def *idx = nir_iadd(b, base_idx, nir_imm_int(b, i / 32)); in lower_load_deref() local 222 nir_ssa_def *idx = nir_ushr(b, offset, nir_imm_int(b, 4)); in build_load_ubo_dxil() local
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_batch_chain.c | 189 uint32_t idx = target_bo->gem_handle; in anv_reloc_list_add_bo() local 1881 uint32_t idx = first_batch_bo->bo->exec_obj_index; in setup_execbuf_for_cmd_buffers() local 1986 uint32_t idx = flush->batch_bo->exec_obj_index; setup_utrace_execbuf() local [all...] |
| H A D | anv_allocator.c | 279 anv_state_table_add(struct anv_state_table *table, uint32_t *idx, in anv_state_table_add() argument 1106 uint32_t idx; in anv_state_pool_alloc_no_vg() local 1153 uint32_t idx; in anv_state_pool_alloc_back() local [all...] |
| /third_party/mesa3d/src/mesa/vbo/ |
| H A D | vbo_save_api.c | 607 int idx = 0; in compile_vertex_list() local [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_descriptor_set.c | 350 uint32_t idx = range_idx[visibility][type]++; in dzn_descriptor_set_layout_create() local
|