Home
last modified time | relevance | path

Searched defs:array_index (Results 1 - 25 of 49) sorted by relevance

12

/third_party/jerryscript/tests/jerry/es2015/
H A Darray-prototype-find-index.js65 var array_index = 0; variable
H A Darray-prototype-find.js65 var array_index = 0; variable
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_sanitizer_test.cc183 auto* array_index = IndexAccessor(array_init, 3); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_sanitizer_test.cc201 auto* array_index = IndexAccessor(array_init, 3); in TEST_F() local
/third_party/json/include/nlohmann/detail/iterators/
H A Diteration_proxy.hpp50 std::size_t array_index = 0; member in detail::iteration_proxy_value
/third_party/mesa3d/src/mesa/main/
H A Dprogram_resource.c156 unsigned array_index = 0; in _mesa_GetProgramResourceIndex() local
H A Duniform_query.cpp184 validate_uniform_parameters(GLint location, GLsizei count, unsigned *array_index, struct gl_context *ctx, struct gl_shader_program *shProg, const char *caller) validate_uniform_parameters() argument
831 _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, unsigned array_index, unsigned count) _mesa_propagate_uniforms_to_driver_storage() argument
[all...]
/third_party/json/include/nlohmann/detail/
H A Djson_pointer.hpp214 static typename BasicJsonType::size_type array_index(const string_t& s) in array_index() function
/third_party/node/deps/v8/src/objects/
H A Dlookup-inl.h104 uint32_t array_index; in LookupIterator() local
H A Dlookup.h105 uint32_t array_index() const { in array_index() function in v8::internal::final
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc56 CreateIndexSubTable(ReadableFontData* data, int32_t offset_to_index_sub_table_array, int32_t array_index) CreateIndexSubTable() argument
146 CreateBuilder(ReadableFontData* data, int32_t offset_to_index_sub_table_array, int32_t array_index) CreateBuilder() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c133 nir_ssa_def *array_index = NULL; in lower_array() local
36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, unsigned *element_index, unsigned *xfb_offset, nir_ssa_def **array_index) get_io_offset() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniform_blocks.c461 fill_block(struct gl_uniform_block *block, nir_variable *var, struct gl_uniform_buffer_variable *variables, unsigned *variable_index, unsigned array_index, struct gl_shader_program *prog, const gl_shader_stage stage) fill_block() argument
H A Dlower_distance.cpp381 ir_rvalue *array_index; in handle_rvalue() local
225 create_indices(ir_rvalue *old_index, ir_rvalue *&array_index, ir_rvalue *&swizzle_index) create_indices() argument
[all...]
H A Dlinker_util.cpp83 long array_index = strtol(&name[i], NULL, 10); in link_util_parse_program_resource_name() local
H A Dir.cpp1676 ir_dereference_array(ir_rvalue *value, ir_rvalue *array_index) ir_dereference_array() argument
1685 ir_dereference_array(ir_variable *var, ir_rvalue *array_index) ir_dereference_array() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c250 unsigned array_index = 0; in try_lower_tex_ycbcr() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c235 unsigned array_index = 0; in anv_nir_lower_ycbcr_textures_instr() local
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc190 int array_index = 0; in ToFixedArray() local
/third_party/json/include/nlohmann/detail/output/
H A Dbinary_writer.hpp1109 std::size_t array_index = 0ul; in calc_bson_array_size() local
1136 std::size_t array_index = 0ul; in write_bson_array() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c462 nir_ssa_def *array_index = nir_channel(b, old_coord, params.ncoord_comp); in lower_sample_to_txf_for_integer_tex_impl() local
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_nir_lower_descriptors.c207 nir_ssa_def *array_index = nir_channel(b, res_index, 1); in build_buffer_addr_for_res_index() local
223 nir_ssa_def *array_index = nir_channel(b, res_index, 3); in build_buffer_addr_for_res_index() local
96 build_res_index(nir_builder *b, uint32_t set, uint32_t binding, nir_ssa_def *array_index, nir_address_format addr_format, const struct apply_descriptors_ctx *ctx) build_res_index() argument
[all...]
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.cc246 MakeSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const std::string& array_index, const ast::Type* base_type, ast::DecorationList decorations) MakeSamplerReferenceBodyFunction() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c486 unsigned array_index = 0; in lower_tex_ycbcr() local
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c92 uint32_t array_index = map->array_index[index]; in v3dv_descriptor_map_get_descriptor() local
140 uint32_t array_index = map->array_index[inde in v3dv_descriptor_map_get_descriptor_bo() local
35 descriptor_bo_map(struct v3dv_device *device, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, uint32_t array_index) descriptor_bo_map() argument
179 uint32_t array_index = map->array_index[index]; v3dv_descriptor_map_get_sampler() local
1012 write_image_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_image_view *iview, struct v3dv_sampler *sampler, uint32_t array_index) write_image_descriptor() argument
1050 write_buffer_view_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_buffer_view *bview, uint32_t array_index) write_buffer_view_descriptor() argument
[all...]

Completed in 26 milliseconds

12