Home
last modified time | relevance | path

Searched defs:is_array (Results 1 – 25 of 62) sorted by relevance

123

/third_party/boost/boost/type_traits/
Dis_array.hpp23 template <class T> struct is_array : public integral_constant<bool, __is_array(T)> {}; struct
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.c83 bool is_array = glsl_sampler_type_is_array(type); in dxil_get_resource_kind() local
/third_party/boost/boost/move/detail/
Dunique_ptr_meta_utils.hpp359 struct is_array struct
361 static const bool value = false;
365 struct is_array<T[]> struct
367 static const bool value = true;
371 struct is_array<T[N]> struct
373 static const bool value = true;
Dtype_traits.hpp512 struct is_array struct
513 { static const bool value = false; };
516 struct is_array<T[]> struct
517 { static const bool value = true; };
520 struct is_array<T[N]> struct
521 { static const bool value = true; };
/third_party/boost/libs/move/test/
Dunique_ptr_test_utils_beg.hpp43 static const bool is_array = ::boost::move_upmu::is_array<T>::value; member in def_constr_deleter
68 static const bool is_array = ::boost::move_upmu::is_array<T>::value; member in copy_constr_deleter
108 static const bool is_array = ::boost::move_upmu::is_array<T>::value; member in move_constr_deleter
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_llvm_types.py28 def gen_llvm_type(type, name, idx, is_pointer, is_pointer_pointer, is_array, is_array_array, array_… argument
/third_party/mindspore/mindspore/lite/src/ops/compat/
Dattr_transfer_common.cc23 schema::Tensor *AttrToTensor(const void *data, int data_size, bool is_array, TypeId type_id, in AttrToTensor()
/third_party/node/tools/inspector_protocol/
Dpdl.py18 def assignType(item, type, is_array=False, map_binary_to_string=False): argument
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dgen_spirv_builder_and_parser.py346 def get_operand_push_back_line(self, operand, operand_name, is_array, is_optional): argument
390 def get_operand_parse_line(self, operand, operand_name, is_array, is_optional): argument
/third_party/mesa3d/src/amd/common/
Dac_shader_util.c224 bool is_array) in ac_get_sampler_dim()
251 bool is_array) in ac_get_image_dim()
/third_party/mesa3d/src/panfrost/util/
Dpan_sysval.c58 bool is_array = nir_intrinsic_image_array(instr); in panfrost_sysval_for_image_size() local
/third_party/spirv-tools/source/opt/
Ddesc_sroa.cpp217 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in GetReplacementVariable() local
267 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable() local
/third_party/mindspore/mindspore/lite/minddata/wrapper/
Dalbum_op_android.cc381 Status AlbumOp::LoadIntTensorRowByIndex(int index, bool is_array, const nlohmann::json &column_valu… in LoadIntTensorRowByIndex()
421 bool is_array = column_value.is_array(); in LoadTensorRowByIndex() local
/third_party/node/benchmark/napi/function_args/
Dnapi_binding.c43 bool is_array = false; in CallWithArray() local
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c287 bool is_array = (array_size > 1); in ttn_emit_declaration() local
1141 bool *is_array) in get_texture_info()
1245 bool is_array, in get_sampler_var()
1273 bool is_array, in get_image_var()
1733 bool is_array; in ttn_mem() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c1005 ecma_value_t is_array = ecma_is_value_array (obj_value); in ecma_builtin_json_serialize_array() local
1279 ecma_value_t is_array = ecma_is_value_array (value); in ecma_builtin_json_serialize_property() local
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c468 _mesa_texture_index_to_sampler_dim(gl_texture_index index, bool *is_array) in _mesa_texture_index_to_sampler_dim()
553 bool is_array; in ptn_tex() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c671 bool is_array = tex->buffer.b.b.array_size > 1; in gfx9_clear_dcc_msaa() local
699 bool is_array = tex->target == PIPE_TEXTURE_2D_ARRAY; in si_compute_expand_fmask() local
Dsi_shaderlib_tgsi.c701 void *si_create_fmask_expand_cs(struct pipe_context *ctx, unsigned num_samples, bool is_array) in si_create_fmask_expand_cs()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_desc.c179 bool is_array = false; in etna_create_sampler_view_desc() local
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py360 def is_array(self): member in Format
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddesc_sroa.cpp250 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp251 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable() local
/third_party/mesa3d/src/util/format/
Du_format_parse.py228 def is_array(self): member in Format
/third_party/mesa3d/src/compiler/
Dnir_types.cpp621 glsl_sampler_type(enum glsl_sampler_dim dim, bool is_shadow, bool is_array, in glsl_sampler_type()
640 glsl_image_type(enum glsl_sampler_dim dim, bool is_array, in glsl_image_type()

123