| /external/mesa3d/src/amd/common/ |
| D | ac_nir_lower_image_opcodes_cdna.c | 31 static unsigned get_coord_components(enum glsl_sampler_dim dim, bool is_array) in get_coord_components() 50 enum glsl_sampler_dim dim, bool is_array, in lower_image_coords() 110 bool is_array, bool handle_out_of_bounds) in emulated_image_load() 125 enum glsl_sampler_dim dim, bool is_array) in emulated_image_store() 148 enum glsl_sampler_dim sampler_dim, bool is_array) in emulated_tex_level_zero() 298 bool is_array; in lower_image_opcodes() local
|
| D | ac_nir_lower_resinfo.c | 53 enum glsl_sampler_dim dim, bool is_array, enum amd_gfx_level gfx_level) in lower_query_size() 212 bool is_array; in lower_resinfo() local
|
| D | ac_shader_util.c | 654 bool is_array) in ac_get_sampler_dim() 681 bool is_array) in ac_get_image_dim()
|
| /external/mesa3d/src/microsoft/compiler/ |
| D | dxil_enums.c | 78 enum dxil_resource_kind dxil_sampler_dim_to_resource_kind(enum glsl_sampler_dim dim, bool is_array) in dxil_sampler_dim_to_resource_kind() 116 bool is_array = glsl_sampler_type_is_array(type); in dxil_get_resource_kind() local
|
| /external/llvm-libc/src/__support/CPP/type_traits/ |
| D | is_array.h | 20 template <class T> struct is_array : false_type {}; struct
|
| /external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
| D | is_array.hpp | 23 template <class T> struct is_array : public integral_constant<bool, __is_array(T)> {}; struct
|
| /external/cronet/third_party/libc++/src/include/__type_traits/ |
| D | is_array.h | 27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
|
| /external/sdv/vsomeip/third_party/boost/move/include/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 | 687 struct is_array struct 688 { static const bool value = false; }; 691 struct is_array<T[]> struct 692 { static const bool value = true; }; 695 struct is_array<T[N]> struct 696 { static const bool value = true; };
|
| /external/sdv/vsomeip/third_party/boost/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
|
| /external/angle/src/common/spirv/ |
| D | gen_spirv_builder_and_parser.py | 360 def get_operand_push_back_line(self, operand, operand_name, is_array, is_optional): argument 404 def get_operand_parse_line(self, operand, operand_name, is_array, is_optional): argument
|
| /external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/ |
| D | type_traits.h | 64 struct is_array : false_type {}; struct
|
| /external/mesa3d/src/gallium/drivers/panfrost/ |
| D | pan_nir_lower_sysvals.c | 120 bool is_array = nir_intrinsic_image_array(intr); in sysval_for_intrinsic() local
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_atifs_to_nir.c | 507 bool is_array; in st_nir_lower_atifs_samplers_instr() local 538 bool is_array; in st_nir_lower_atifs_samplers() local
|
| /external/mesa3d/src/gallium/auxiliary/nir/ |
| D | tgsi_to_nir.c | 269 bool is_array = (array_size > 1); in ttn_emit_declaration() local 989 bool *is_array) in get_texture_info() 1093 bool is_array, in get_sampler_var() 1122 bool is_array, in get_image_var() 1581 bool is_array; in ttn_mem() local
|
| /external/mesa3d/src/mesa/program/ |
| D | prog_to_nir.c | 317 _mesa_texture_index_to_sampler_dim(gl_texture_index index, bool *is_array) in _mesa_texture_index_to_sampler_dim() 402 bool is_array; in ptn_tex() local
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_lower_robust_access.c | 127 bool is_array = nir_intrinsic_image_array(instr); in lower_image() local
|
| /external/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_texture_desc.c | 173 bool is_array = false; in etna_create_sampler_view_desc() local
|
| /external/virglrenderer/src/gallium/auxiliary/util/ |
| D | u_format_parse.py | 171 def is_array(self): member in Format
|
| /external/rust/crates/serde_json/src/value/ |
| D | mod.rs | 406 pub fn is_array(&self) -> bool { in is_array() method
|
| /external/mesa3d/src/util/format/ |
| D | u_format_parse.py | 228 def is_array(self): member in Format
|
| /external/rust/crates/ciborium/src/value/ |
| D | mod.rs | 433 pub fn is_array(&self) -> bool { in is_array() method
|
| /external/mesa3d/src/mesa/main/ |
| D | format_parser.py | 360 def is_array(self): member in Format
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | desc_sroa.cpp | 297 const bool is_array = pointee_type_inst->opcode() == spv::Op::OpTypeArray; in CreateReplacementVariable() local
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | desc_sroa.cpp | 297 const bool is_array = pointee_type_inst->opcode() == spv::Op::OpTypeArray; in CreateReplacementVariable() local
|