Home
last modified time | relevance | path

Searched defs:is_array (Results 1 - 25 of 64) sorted by relevance

123

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_enums.c84 bool is_array = glsl_sampler_type_is_array(type); in dxil_get_resource_kind() local
/kernel/linux/linux-5.10/drivers/staging/hisysevent/
H A Dhisysevent_raw_data_encoder.c39 u8 is_array: 1; member
87 int key_value_type_encode(struct hisysevent_raw_data *data, u8 is_array, u8 type, in key_value_type_encode() argument
/kernel/linux/linux-6.6/drivers/staging/hisysevent/
H A Dhisysevent_raw_data_encoder.c39 u8 is_array: 1; member
87 int key_value_type_encode(struct hisysevent_raw_data *data, u8 is_array, u8 type, in key_value_type_encode() argument
/third_party/node/benchmark/napi/function_args/
H A Dnapi_binding.c43 bool is_array = false; in CallWithArray() local
/third_party/node/benchmark/napi/define_properties/
H A Dbinding.c26 bool is_array = false; in Runner() local
/third_party/mesa3d/src/panfrost/util/
H A Dpan_sysval.c58 bool is_array = nir_intrinsic_image_array(instr); in panfrost_sysval_for_image_size() local
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dtemplate_util.h33 template<class> struct is_array : public false_type {}; struct
34 template<class T, size_t n> struct is_array<T[n]> : public true_type {}; struct
35 template<class T> struct is_array<T[]> : public true_type {}; struct
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp499 customData && customData->is_array()) { in is_array() function
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_buffer_test.cc788 bool is_array; member
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dtype_traits.h111 struct is_array : false_type {}; struct
113 struct is_array<T[]> : true_type {}; struct
115 struct is_array<T[N]> : true_type {}; struct
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c515 void *si_create_fmask_expand_cs(struct pipe_context *ctx, unsigned num_samples, bool is_array) in si_create_fmask_expand_cs() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.c261 bool is_array = templ->u.tex.last_layer != templ->u.tex.first_layer; in zink_create_surface() local
/third_party/mesa3d/src/mesa/main/
H A Dformat_parser.py360 def is_array(self): member in Format
/third_party/mesa3d/src/util/format/
H A Du_format_parse.py228 def is_array(self): member in Format
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_state.c199 bool is_array = false; in etna_create_sampler_view_state() local
H A Detnaviv_texture_desc.c176 bool is_array = false; in etna_create_sampler_view_desc() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c350 bool is_array; in compile_setupinst() local
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py479 def is_array(self): member in gl_parameter
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddesc_sroa.cpp250 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/
H A Ddesc_sroa.cpp251 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable() local
/third_party/spirv-tools/source/opt/
H A Ddesc_sroa.cpp252 const bool is_array = pointee_type_inst->opcode() == spv::Op::OpTypeArray; in CreateReplacementVariable() local
/third_party/mesa3d/src/amd/common/
H A Dac_shader_util.c424 ac_get_sampler_dim(enum amd_gfx_level gfx_level, enum glsl_sampler_dim dim, bool is_array) ac_get_sampler_dim() argument
451 ac_get_image_dim(enum amd_gfx_level gfx_level, enum glsl_sampler_dim sdim, bool is_array) ac_get_image_dim() argument
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp352 bool parse_bson_element_list(const bool is_array) in parse_bson_element_list() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-array-object.c686 ecma_value_t is_array = ecma_is_value_array (original_array); in ecma_op_array_species_create() local
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump.c161 uint32_t is_array; member
195 uint32_t is_array; member

Completed in 23 milliseconds

123