Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_image_opcodes_cdna.c31 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 Dac_nir_lower_resinfo.c64 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 Dac_shader_util.c753 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/
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.hpp687 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/
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
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_enums.c97 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 Dtgsi_to_nir.c269 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 Dgen_spirv_builder_and_parser.py360 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 Dst_atifs_to_nir.c507 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 Dprog_to_nir.c317 _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 Dpanvk_vX_nir_lower_descriptors.c582 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 Dis_array.h22 template <class T> struct is_array : false_type {}; struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dis_array.h27 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/
Dis_array.hpp23 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/
Dis_array.h27 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/
Dis_array.h27 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/
Dis_array.h27 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/
Dis_array.h27 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/
Dis_array.h26 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
/aosp_15_r20/external/mesa3d/src/panfrost/util/
H A Dpan_lower_image_ms.c78 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 Dtype_traits.h64 struct is_array : false_type {}; struct
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c415 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 Didl_gen_cpp.cpp1100 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 Dpan_nir_lower_sysvals.c128 bool is_array = nir_intrinsic_image_array(intr); in sysval_for_intrinsic() local

12345