/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A 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() 113 bool is_array, bool handle_out_of_bounds) in emulated_image_load() 128 enum glsl_sampler_dim dim, bool is_array) in emulated_image_store() 151 enum glsl_sampler_dim sampler_dim, bool is_array) in emulated_tex_level_zero() 304 bool is_array; in lower_image_opcodes() local
|
H A D | ac_nir_lower_resinfo.c | 64 enum glsl_sampler_dim dim, bool is_array, enum amd_gfx_level gfx_level) in lower_query_size() 243 bool is_array; in lower_resinfo() local
|
H A D | ac_shader_util.c | 753 bool is_array) in ac_get_sampler_dim() 780 bool is_array) in ac_get_image_dim()
|
/aosp_15_r20/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; };
|
/aosp_15_r20/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
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_enums.c | 97 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() 135 bool is_array = glsl_sampler_type_is_array(type); in dxil_get_resource_kind() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/ |
H A 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() 1595 bool is_array; in ttn_mem() local
|
/aosp_15_r20/external/angle/src/common/spirv/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_nir_lower_descriptors.c | 582 bool is_array, const struct lower_desc_ctx *ctx) in load_tex_size() 615 bool is_array, const struct lower_desc_ctx *ctx) in load_img_size() 807 bool is_array = nir_intrinsic_image_array(intr); in lower_img_intrinsic() local
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/ |
H A D | is_array.h | 22 template <class T> struct is_array : false_type {}; struct
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/ |
H A D | is_array.h | 27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
|
/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/ |
D | is_array.h | 27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/ |
D | is_array.h | 27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/ |
D | is_array.h | 27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/ |
D | is_array.h | 27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/ |
D | is_array.h | 26 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
|
/aosp_15_r20/external/mesa3d/src/panfrost/util/ |
H A D | pan_lower_image_ms.c | 78 nir_def *is_array = nir_ugt_imm(b, nir_channel(b, img_size, 2), 1); in nir_lower_image_ms() local
|
/aosp_15_r20/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/ |
H A D | type_traits.h | 64 struct is_array : false_type {}; struct
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_compute_blit.c | 415 bool is_array = tex->buffer.b.b.array_size > 1; in gfx9_clear_dcc_msaa() local 436 bool is_array = tex->target == PIPE_TEXTURE_2D_ARRAY; in si_compute_expand_fmask() local
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_cpp.cpp | 1100 auto is_array = IsArray(type); in GenMiniReflect() local 2392 const auto is_array = IsArray(field.value.type); in GenStructFieldType() local 3575 const auto is_array = IsArray(type); in GenStructConstructor() local 3735 const auto is_array = IsArray(type); in GenStruct() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_nir_lower_sysvals.c | 128 bool is_array = nir_intrinsic_image_array(intr); in sysval_for_intrinsic() local
|