| /third_party/boost/boost/type_traits/ |
| D | is_array.hpp | 23 template <class T> struct is_array : public integral_constant<bool, __is_array(T)> {}; struct
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| D | dxil_enums.c | 83 bool is_array = glsl_sampler_type_is_array(type); in dxil_get_resource_kind() local
|
| /third_party/boost/boost/move/detail/ |
| D | unique_ptr_meta_utils.hpp | 359 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;
|
| D | type_traits.hpp | 512 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/ |
| D | unique_ptr_test_utils_beg.hpp | 43 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/ |
| D | gen_llvm_types.py | 28 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/ |
| D | attr_transfer_common.cc | 23 schema::Tensor *AttrToTensor(const void *data, int data_size, bool is_array, TypeId type_id, in AttrToTensor()
|
| /third_party/node/tools/inspector_protocol/ |
| D | pdl.py | 18 def assignType(item, type, is_array=False, map_binary_to_string=False): argument
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| D | gen_spirv_builder_and_parser.py | 346 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/ |
| D | ac_shader_util.c | 224 bool is_array) in ac_get_sampler_dim() 251 bool is_array) in ac_get_image_dim()
|
| /third_party/mesa3d/src/panfrost/util/ |
| D | pan_sysval.c | 58 bool is_array = nir_intrinsic_image_array(instr); in panfrost_sysval_for_image_size() local
|
| /third_party/spirv-tools/source/opt/ |
| D | desc_sroa.cpp | 217 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/ |
| D | album_op_android.cc | 381 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/ |
| D | napi_binding.c | 43 bool is_array = false; in CallWithArray() local
|
| /third_party/mesa3d/src/gallium/auxiliary/nir/ |
| D | tgsi_to_nir.c | 287 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/ |
| D | ecma-builtin-json.c | 1005 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/ |
| D | prog_to_nir.c | 468 _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/ |
| D | si_compute_blit.c | 671 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
|
| D | si_shaderlib_tgsi.c | 701 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/ |
| D | etnaviv_texture_desc.c | 179 bool is_array = false; in etna_create_sampler_view_desc() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | format_parser.py | 360 def is_array(self): member in Format
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | desc_sroa.cpp | 250 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/ |
| D | desc_sroa.cpp | 251 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable() local
|
| /third_party/mesa3d/src/util/format/ |
| D | u_format_parse.py | 228 def is_array(self): member in Format
|
| /third_party/mesa3d/src/compiler/ |
| D | nir_types.cpp | 621 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()
|