Home
last modified time | relevance | path

Searched defs:idx (Results 176 - 200 of 1792) sorted by relevance

12345678910>>...72

/third_party/astc-encoder/Source/
H A Dastcenc_percentile_tables.cpp1113 int idx = (ydim << 8) | xdim; in get_packed_table() local
1189 unsigned int idx = item & 0x7FF; in get_2d_percentile_table() local
1205 unsigned int idx = (xdim << 8) | ydim; in is_legal_2d_block_size() local
1234 unsigned int idx = (xdim << 16) | (ydim << 8) | zdim; in is_legal_3d_block_size() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Dflagparser.cpp29 int32_t idx, i; in parseFlagsFile() local
118 int32_t i, idx = -1; in extractFlag() local
/third_party/libsnd/src/
H A Dchunk.c43 int idx ; in psf_get_chunk_iterator() local
/third_party/mbedtls/tests/scripts/
H A Dcheck_test_cases.py30 def idx(self): member in ScriptOutputError
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-register.c65 uint32_t idx = 0; in jerryx_set_properties() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_ssbo.c88 nir_load_ssbo_prop(nir_builder *b, nir_intrinsic_op op, nir_src *idx, unsigned bitsize) nir_load_ssbo_prop() argument
H A Dnir_gather_ssa_types.c28 set_type(unsigned idx, nir_alu_type type, BITSET_WORD *float_types, in set_type() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tex_prefetch.c116 int idx = nir_tex_instr_src_index(tex, type); in ok_bindless_src() local
181 int idx = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_tex_prefetch_block() local
/third_party/mesa3d/src/asahi/lib/
H A Dpool.c75 unsigned idx = 0; in agx_pool_get_bo_handles() local
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_vector_insert.cpp71 ir_constant *const idx = in handle_rvalue() local
H A Dast_array_index.cpp49 update_max_array_access(ir_rvalue *ir, int idx, YYLTYPE *loc, in update_max_array_access() argument
143 _mesa_ast_array_index_to_hir(void *mem_ctx, struct _mesa_glsl_parse_state *state, ir_rvalue *array, ir_rvalue *idx, YYLTYPE &loc, YYLTYPE &idx_loc) _mesa_ast_array_index_to_hir() argument
172 const int idx = const_index->value.i[0]; _mesa_ast_array_index_to_hir() local
[all...]
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_util.c105 uint32_t idx = 0; in v3d_choose_tile_size() local
/third_party/libwebsockets/lib/roles/h2/
H A Dminihuf.c293 int code_bit(int idx, int bit) in code_bit() argument
/third_party/ltp/libs/libltpvdso/
H A Dparse_vdso.c85 void *get_hash_ptr(void *ptr, ELF(Word) idx) in get_hash_ptr() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pm4.c119 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) in si_pm4_free_state() argument
56 si_pm4_set_reg_custom(struct si_pm4_state *state, unsigned reg, uint32_t val, unsigned opcode, unsigned idx) si_pm4_set_reg_custom() argument
/third_party/mesa3d/src/intel/common/tests/
H A Dgenxml_test.c81 int idx; in test_struct() local
/third_party/mesa3d/src/glx/
H A Dvertarr.c162 const int idx = format - GL_V2F; in __indirect_glInterleavedArrays() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir_fs.h155 component(fs_reg reg, unsigned idx) in component() argument
281 quarter(const fs_reg &reg, unsigned idx) in quarter() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_query.c210 uint32_t idx = i + firstQuery; in lvp_ResetQueryPool() local
/third_party/node/tools/
H A Dgenv8constants.py87 idx = 6 + i * 3 variable
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp.c75 uint64_t ki, idx, top, sbits; in exp() local
H A Dexp2.c73 uint64_t ki, idx, top, sbits; in exp2() local
/third_party/musl/src/malloc/mallocng/
H A Dfree.c29 int idx = get_slot_index(p); in free_group() local
106 int idx = get_slot_index(p); in free() local
/third_party/musl/src/math/
H A Dexp2.c73 uint64_t ki, idx, top, sbits; in exp2() local
/third_party/musl/src/misc/
H A Dgetopt_long.c24 static int __getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly) in __getopt_long() argument
53 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly) in __getopt_long_core() argument
140 int getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx) in getopt_long() argument
145 int getopt_long_only(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx) in getopt_long_only() argument
[all...]

Completed in 12 milliseconds

12345678910>>...72