Searched defs:comp_type (Results 1 – 10 of 10) sorted by relevance
| /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 62 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_long_flag_subset() localVariable 97 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_possible_value_subset() localVariable 143 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_additional_short_flags() localVariable
|
| /third_party/spirv-tools/source/opt/ |
| D | liveness.cpp | 90 auto comp_type = arr_type->element_type(); in GetLocSize() local 107 auto comp_type = mat_type->element_type(); in GetLocSize() local 112 auto comp_type = vec_type->element_type(); in GetLocSize() local 158 auto comp_type = vec_type->element_type(); in GetLocOffset() local
|
| /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
|
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| D | pngdec.c | 198 int comp_type; in ExtractMetadataFromPNG() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| D | dxil_signature.h | 44 uint32_t comp_type; // Type of bits. member
|
| D | dxil_signature.c | 39 enum dxil_prog_sig_comp_type comp_type; member
|
| D | nir_to_dxil.c | 355 enum dxil_component_type comp_type, in emit_srv_metadata() 381 enum dxil_component_type comp_type, in emit_uav_metadata() 966 enum dxil_component_type comp_type; in emit_srv() local 1037 enum dxil_component_type comp_type, enum dxil_resource_kind res_kind, const char *name) in emit_uav() 1081 enum dxil_component_type comp_type = dxil_get_comp_type(var->type); in emit_uav_var() local
|
| 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() 759 get_res_comp_type_name(enum dxil_component_type comp_type) in get_res_comp_type_name() 806 enum dxil_component_type comp_type, bool readwrite) in dxil_module_get_res_type()
|
| /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
|
| /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 4142 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->src[0].ssa->bit_size); in visit_intrinsic() local 4176 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); in visit_intrinsic() local
|