Home
last modified time | relevance | path

Searched defs:comp_type (Results 1 – 14 of 14) 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/m133/third_party/externals/libwebp/imageio/
Dpngdec.c198 int comp_type; in ExtractMetadataFromPNG() local
/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
Ddxil_module.c747 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()
767 get_res_comp_type_name(enum dxil_component_type comp_type) in get_res_comp_type_name()
814 enum dxil_component_type comp_type, unsigned num_comps, in dxil_module_get_res_type()
1943 get_typed_srv_uav_res_props_dword(enum dxil_component_type comp_type, in get_typed_srv_uav_res_props_dword()
1950 uint8_t comp_type; in get_typed_srv_uav_res_props_dword() member
Dnir_to_dxil.c472 enum dxil_component_type comp_type, in emit_srv_metadata()
498 enum dxil_component_type comp_type, in emit_uav_metadata()
1292 enum dxil_component_type comp_type; in emit_srv() local
1325 enum dxil_component_type comp_type, unsigned num_comps, enum dxil_resource_kind res_kind, in emit_uav()
1385 enum dxil_component_type comp_type = dxil_get_comp_type(var->type); in emit_uav_var() 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.c2982 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->def.bit_size); in visit_intrinsic() local
2992 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->src[0].ssa->bit_size); in visit_intrinsic() local
3032 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->def.bit_size); in visit_intrinsic() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_subgroups.c394 …const struct glsl_type *comp_type = def->bit_size == 1 ? glsl_bool_type() : glsl_uintN_t_type(def-… in glsl_type_for_ssa() local