Home
last modified time | relevance | path

Searched defs:comp_type (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/crates/clap/clap_complete/tests/
Ddynamic.rs16 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/
Dliveness.cpp90 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/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/nn/
Dl2normalize_grad_gpu_kernel.h113 …cudnnDataType_t comp_type = (data_type_ == CUDNN_DATA_DOUBLE) ? CUDNN_DATA_DOUBLE : CUDNN_DATA_FLO… in InferArrayReduceType() local
Dl2normalize_gpu_kernel.h210 …cudnnDataType_t comp_type = (data_type_ == CUDNN_DATA_DOUBLE) ? CUDNN_DATA_DOUBLE : CUDNN_DATA_FLO… in InferArrayReduceType() local
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs46 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/
Dpngdec.c198 int comp_type; in ExtractMetadataFromPNG() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.h44 uint32_t comp_type; // Type of bits. member
Ddxil_signature.c39 enum dxil_prog_sig_comp_type comp_type; member
Dnir_to_dxil.c355 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
Ddxil_module.c739 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/
Dnir_lower_subgroups.c311 const struct glsl_type *comp_type = def->bit_size == 1 ? glsl_bool_type() : in glsl_type_for_ssa() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/math/
Deinsum_helper.h221 cudaDataType_t comp_type = (cu_type == CUDA_R_64F) ? CUDA_R_64F : CUDA_R_32F; in Bmm() local
404 …cudnnDataType_t comp_type = (data_type == CUDNN_DATA_DOUBLE) ? CUDNN_DATA_DOUBLE : CUDNN_DATA_FLOA… in ReduceSumCuda() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4130 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