/third_party/jinja2/ |
H A D | runtime.py | 455 def index(self) -> int: member in LoopContext [all...] |
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-container-object.c | 1061 uint32_t index = ((ecma_extended_object_t *) iter_obj_p)->u.pseudo_array.u1.iterator_index; in ecma_op_iterator_get_index() local 1079 ecma_op_iterator_set_index(ecma_object_t *iter_obj_p, uint32_t index) ecma_op_iterator_set_index() argument 1151 uint32_t index = ecma_op_iterator_get_index (obj_p); ecma_op_container_iterator_next() local [all...] |
H A D | ecma-array-object.c | 188 int32_t index = (int32_t) (length - 1); in ecma_fast_array_convert_to_normal() local 236 ecma_fast_array_set_property(ecma_object_t *object_p, uint32_t index, ecma_value_t value) ecma_fast_array_set_property() argument 385 uint32_t index = ecma_string_get_array_index (property_name_p); ecma_array_object_delete_property() local 833 uint32_t index = ecma_string_get_property_index (current_prop_p->types[i], ecma_delete_array_properties() local 884 uint32_t index = ecma_string_get_property_index (current_prop_p->types[i], ecma_delete_array_properties() local 1129 uint32_t index = ecma_string_get_array_index (property_name_p); ecma_op_array_object_define_own_property() local 1149 uint32_t index = ecma_string_get_array_index (property_name_p); ecma_op_array_object_define_own_property() local [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-helpers.c | 207 ecma_builtin_helper_get_to_locale_string_at_index(ecma_object_t *obj_p, uint32_t index) ecma_builtin_helper_get_to_locale_string_at_index() argument 460 ecma_builtin_helper_string_index_normalize(ecma_number_t index, uint32_t length, bool nan_to_zero) ecma_builtin_helper_string_index_normalize() argument 699 ecma_length_t index = start_pos; ecma_builtin_helper_string_find_index() local 785 ecma_builtin_helper_def_prop_by_index(ecma_object_t *obj_p, uint32_t index, ecma_value_t value, uint32_t opts) ecma_builtin_helper_def_prop_by_index() argument [all...] |
/third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
H A D | SfxCon.cpp | 173 int index = FindCharPosInString(g_Commands, (char)s[0]);
in ParseArchiveCommand() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_shader_calls.c | 417 unsigned index = w * BITSET_WORDBITS + i; spill_ssa_defs_and_lower_shader_calls() local [all...] |
H A D | nir_search.c | 829 unsigned index = 0; in nir_algebraic_automaton() local [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pass.c | 1163 tu_subpass_get_attachment_to_resolve(const struct tu_subpass *subpass, uint32_t index) in tu_subpass_get_attachment_to_resolve() argument
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | load_store_vectorizer_tests.cpp | 137 get_intrinsic(nir_intrinsic_op intrinsic, unsigned index) get_intrinsic() argument 342 test_alu_def( nir_instr *instr, unsigned index, nir_ssa_def *def, unsigned swizzle) test_alu_def() argument 1944 nir_ssa_def *index = nir_load_local_invocation_index(b); TEST_F() local [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_tess.c | 138 unsigned index = shader_io_get_unique_index(location); in build_local_offset() local 214 unsigned index = shader_io_get_unique_index(location); in build_primitive_map() local 240 unsigned index = shader_io_get_unique_index(location); in calc_primitive_map_size() local 427 unsigned index in build_per_vertex_offset() local 446 unsigned index = location - VARYING_SLOT_PATCH0; build_per_vertex_offset() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_variables.cpp | 470 ir_variable *add_index_output(int slot, int index, const glsl_type *type, in add_index_output() argument 558 add_index_variable(const char *name, const glsl_type *type, int precision, enum ir_variable_mode mode, int slot, int index) add_index_variable() argument
|
H A D | ir_constant_expression.cpp | 499 const int index = index_c->type->base_type == GLSL_TYPE_INT ? in constant_referenced() local 1007 const unsigned index = idx->value.u[0]; in constant_expression_value() local
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_resolve_fs.c | 251 build_depth_stencil_resolve_fragment_shader(struct radv_device *dev, int samples, int index, in build_depth_stencil_resolve_fragment_shader() argument 348 create_depth_stencil_resolve_pipeline(struct radv_device *device, int samples_log2, int index, in create_depth_stencil_resolve_pipeline() argument 758 int index = aspects == VK_IMAGE_ASPECT_DEPTH_BIT ? DEPTH_RESOLVE : STENCIL_RESOLVE; emit_depth_stencil_resolve() local [all...] |
H A D | radv_meta_resolve_cs.c | 131 build_depth_stencil_resolve_compute_shader(struct radv_device *dev, int samples, int index, in build_depth_stencil_resolve_compute_shader() argument 325 create_depth_stencil_resolve_pipeline(struct radv_device *device, int samples, int index, in create_depth_stencil_resolve_pipeline() argument 634 int index in emit_depth_stencil_resolve() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_virtualvalues.h | 179 int index() const {return m_index;} in index() function in r600::Register
|
H A D | sfn_nir_lower_tess_io.cpp | 182 int index; member
|
H A D | sfn_instr.h | 115 int index() const { return m_index;} in index() function in r600::Instr
|
H A D | sfn_shader_fs.cpp | 125 unsigned index = 0; in barycentric_ij_index() local 344 auto index = nir_src_as_const_value(intr->src[index_src_id]); in scan_input() local 643 unsigned index = nir_intrinsic_component(intr) + i; load_input_hw() local [all...] |
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.c | 389 driIndexConfigAttrib(const __DRIconfig *config, int index, in driIndexConfigAttrib() argument 260 driGetConfigAttribIndex(const __DRIconfig *config, unsigned int index, unsigned int *value) driGetConfigAttribIndex() argument
|
H A D | dri_screen.c | 348 int i, j, index; in driConcatConfigs() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_reg_allocate.cpp | 90 const int index = util_logbase2(dispatch_width / 8); in brw_alloc_reg_set() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_constants.c | 626 unsigned index = 0; in svga_destroy_rawbuf_srv() local 982 unsigned index in emit_constbuf_vgpu10() local 1452 unsigned index = u_bit_scan(&dirty_constbufs); update_rawbuf_mask() local [all...] |
H A D | svga_pipe_query.c | 234 int index; in allocate_query_block() local 301 int index; allocate_query_slot() local 325 deallocate_query_slot(struct svga_context *svga, struct svga_qmem_alloc_entry *alloc, unsigned index) deallocate_query_slot() argument 622 svga_create_query(struct pipe_context *pipe, unsigned query_type, unsigned index) svga_create_query() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 388 unsigned index = tex->texture_index; in rewrite_cube_var_type() local
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_ioctl.c | 933 int numCaps, index; in vmw_ioctl_parse_caps() local
|