Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/amd/common/
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()
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
Dac_nir_lower_resinfo.c53 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
Dac_shader_util.c654 bool is_array) in ac_get_sampler_dim()
681 bool is_array) in ac_get_image_dim()
/external/mesa3d/src/microsoft/compiler/
Ddxil_enums.c78 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/
Dis_array.h20 template <class T> struct is_array : false_type {}; struct
/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
/external/cronet/third_party/libc++/src/include/__type_traits/
Dis_array.h27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
/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; };
/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
/external/angle/src/common/spirv/
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
/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/
Dtype_traits.h64 struct is_array : false_type {}; struct
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_nir_lower_sysvals.c120 bool is_array = nir_intrinsic_image_array(intr); in sysval_for_intrinsic() local
/external/mesa3d/src/mesa/state_tracker/
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
/external/mesa3d/src/gallium/auxiliary/nir/
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()
1581 bool is_array; in ttn_mem() local
/external/mesa3d/src/mesa/program/
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
/external/mesa3d/src/compiler/nir/
Dnir_lower_robust_access.c127 bool is_array = nir_intrinsic_image_array(instr); in lower_image() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_desc.c173 bool is_array = false; in etna_create_sampler_view_desc() local
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_parse.py171 def is_array(self): member in Format
/external/rust/crates/serde_json/src/value/
Dmod.rs406 pub fn is_array(&self) -> bool { in is_array() method
/external/mesa3d/src/util/format/
Du_format_parse.py228 def is_array(self): member in Format
/external/rust/crates/ciborium/src/value/
Dmod.rs433 pub fn is_array(&self) -> bool { in is_array() method
/external/mesa3d/src/mesa/main/
Dformat_parser.py360 def is_array(self): member in Format
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp297 const bool is_array = pointee_type_inst->opcode() == spv::Op::OpTypeArray; in CreateReplacementVariable() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp297 const bool is_array = pointee_type_inst->opcode() == spv::Op::OpTypeArray; in CreateReplacementVariable() local

1234