Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.c84 bool is_array = glsl_sampler_type_is_array(type); in dxil_get_resource_kind() local
/third_party/node/tools/inspector_protocol/
Dpdl.py18 def assignType(item, type, is_array=False, map_binary_to_string=False): argument
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dgen_spirv_builder_and_parser.py346 def get_operand_push_back_line(self, operand, operand_name, is_array, is_optional): argument
390 def get_operand_parse_line(self, operand, operand_name, is_array, is_optional): argument
/third_party/mesa3d/src/amd/common/
Dac_shader_util.c425 bool is_array) in ac_get_sampler_dim()
452 bool is_array) in ac_get_image_dim()
/third_party/mesa3d/src/panfrost/util/
Dpan_sysval.c58 bool is_array = nir_intrinsic_image_array(instr); in panfrost_sysval_for_image_size() local
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c288 bool is_array = (array_size > 1); in ttn_emit_declaration() local
1142 bool *is_array) in get_texture_info()
1246 bool is_array, in get_sampler_var()
1275 bool is_array, in get_image_var()
1737 bool is_array; in ttn_mem() local
/third_party/node/benchmark/napi/function_args/
Dnapi_binding.c43 bool is_array = false; in CallWithArray() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c1005 ecma_value_t is_array = ecma_is_value_array (obj_value); in ecma_builtin_json_serialize_array() local
1279 ecma_value_t is_array = ecma_is_value_array (value); in ecma_builtin_json_serialize_property() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
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()
Dsi_compute_blit.c849 bool is_array = tex->buffer.b.b.array_size > 1; in gfx9_clear_dcc_msaa() local
877 bool is_array = tex->target == PIPE_TEXTURE_2D_ARRAY; in si_compute_expand_fmask() local
/third_party/mesa3d/src/compiler/
Dnir_types.cpp691 glsl_sampler_type(enum glsl_sampler_dim dim, bool is_shadow, bool is_array, in glsl_sampler_type()
710 glsl_texture_type(enum glsl_sampler_dim dim, bool is_array, in glsl_texture_type()
717 glsl_image_type(enum glsl_sampler_dim dim, bool is_array, in glsl_image_type()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c470 _mesa_texture_index_to_sampler_dim(gl_texture_index index, bool *is_array) in _mesa_texture_index_to_sampler_dim()
555 bool is_array; in ptn_tex() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_desc.c176 bool is_array = false; in etna_create_sampler_view_desc() local
Detnaviv_texture_state.c199 bool is_array = false; in etna_create_sampler_view_state() local
/third_party/spirv-tools/source/opt/
Ddesc_sroa.cpp251 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable() local
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py360 def is_array(self): member in Format
/third_party/mesa3d/src/util/format/
Du_format_parse.py228 def is_array(self): member in Format
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_surface.c261 bool is_array = templ->u.tex.last_layer != templ->u.tex.first_layer; in zink_create_surface() local
Dzink_lower_cubemap_to_array.c344 lower_cube_coords(nir_builder *b, nir_ssa_def *coord, bool is_array) in lower_cube_coords()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp251 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddesc_sroa.cpp250 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c381 bool is_array = target >= PIPE_TEXTURE_1D_ARRAY; in st_pbo_sampler_type_for_target() local
Dst_atifs_to_nir.c350 bool is_array; in compile_setupinst() local
/third_party/mesa3d/src/freedreno/decode/
Dpgmdump.c161 uint32_t is_array; member
195 uint32_t is_array; member
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c686 ecma_value_t is_array = ecma_is_value_array (original_array); in ecma_op_array_species_create() local

123