/third_party/rust/crates/clap/clap_complete/tests/ |
D | dynamic.rs | 16 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_subcommand_subset() localVariable 24 comp_type, in suggest_subcommand_subset() 62 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_long_flag_subset() localVariable 70 comp_type, in suggest_long_flag_subset() 97 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_possible_value_subset() localVariable 105 comp_type, in suggest_possible_value_subset() 143 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_additional_short_flags() localVariable 151 comp_type, in suggest_additional_short_flags()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_signature.c | 39 enum dxil_prog_sig_comp_type comp_type; member 128 info->comp_type = in get_additional_semantic_info() 137 info->comp_type = DXIL_PROG_SIG_COMP_TYPE_UINT32; in get_additional_semantic_info() 140 info->comp_type = DXIL_PROG_SIG_COMP_TYPE_FLOAT32; in get_additional_semantic_info() 500 elm->comp_type = (uint32_t) semantic->comp_type; in fill_signature_element() 529 psv_elm->component_type = semantic->comp_type; in fill_psv_signature_element()
|
D | dxil_signature.h | 44 uint32_t comp_type; // Type of bits. member
|
D | nir_to_dxil.c | 355 enum dxil_component_type comp_type, in emit_srv_metadata() argument 368 metadata_tag_nodes[1] = dxil_get_metadata_int32(m, comp_type); in emit_srv_metadata() 381 enum dxil_component_type comp_type, in emit_uav_metadata() argument 396 metadata_tag_nodes[1] = dxil_get_metadata_int32(m, comp_type); in emit_uav_metadata() 966 enum dxil_component_type comp_type; in emit_srv() local 970 comp_type = DXIL_COMP_TYPE_INVALID; in emit_srv() 974 comp_type = dxil_get_comp_type(var->type); in emit_srv() 978 …_type *res_type_as_type = dxil_module_get_res_type(&ctx->mod, res_kind, comp_type, false /* readwr… in emit_srv() 984 &layout, comp_type, res_kind); in emit_srv() 1037 enum dxil_component_type comp_type, enum dxil_resource_kind res_kind, const char *name) in emit_uav() argument [all …]
|
D | dxil_module.h | 300 enum dxil_component_type comp_type, bool readwrite);
|
D | dxil_module.c | 739 dxil_module_get_type_from_comp_type(struct dxil_module *m, enum dxil_component_type comp_type) in dxil_module_get_type_from_comp_type() argument 741 switch (comp_type) { in dxil_module_get_type_from_comp_type() 759 get_res_comp_type_name(enum dxil_component_type comp_type) in get_res_comp_type_name() argument 761 switch (comp_type) { in get_res_comp_type_name() 806 enum dxil_component_type comp_type, bool readwrite) in dxil_module_get_res_type() argument 820 const struct dxil_type *component_type = dxil_module_get_type_from_comp_type(m, comp_type); in dxil_module_get_res_type() 826 get_res_comp_type_name(comp_type), in dxil_module_get_res_type()
|
D | dxil_dump.c | 742 component_type_as_string(io->elements[j].comp_type)); in dump_io_signature()
|
/third_party/rust/crates/clap/clap_complete/src/ |
D | dynamic.rs | 46 comp_type: Option<CompType>, field 89 let comp_type = args.comp_type.unwrap_or_default(); in try_complete() localVariable 104 comp_type, in try_complete()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | pngdec.c | 198 int comp_type; in ExtractMetadataFromPNG() local 207 &name, &comp_type, &profile, &len) == PNG_INFO_iCCP) { in ExtractMetadataFromPNG()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_subgroups.c | 311 const struct glsl_type *comp_type = def->bit_size == 1 ? glsl_bool_type() : in glsl_type_for_ssa() local 313 return glsl_replace_vector_type(comp_type, def->num_components); in glsl_type_for_ssa()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 4130 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); in visit_intrinsic() local 4132 ? comp_type in visit_intrinsic() 4133 : LLVMVectorType(comp_type, instr->dest.ssa.num_components); in visit_intrinsic() 4142 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->src[0].ssa->bit_size); in visit_intrinsic() local 4144 ptr = LLVMBuildBitCast(ctx->ac.builder, ptr, LLVMPointerType(comp_type, addr_space), ""); in visit_intrinsic() 4152 LLVMValueRef offset_ptr = LLVMBuildGEP2(ctx->ac.builder, comp_type, ptr, &offset, 1, ""); in visit_intrinsic() 4153 LLVMTypeRef vec_type = count == 1 ? comp_type : LLVMVectorType(comp_type, count); in visit_intrinsic() 4176 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); in visit_intrinsic() local 4178 ? comp_type in visit_intrinsic() 4179 : LLVMVectorType(comp_type, instr->dest.ssa.num_components); in visit_intrinsic()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 3872 atom_hdlr_set_type (AtomHDLR * hdlr, AtomsContext * context, guint32 comp_type, in atom_hdlr_set_type() argument 3876 hdlr->component_type = comp_type; in atom_hdlr_set_type()
|