/third_party/rust/crates/clap/clap_complete/tests/ |
H A D | dynamic.rs | 16 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_subcommand_subset() 24 comp_type, in suggest_subcommand_subset() 62 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_long_flag_subset() 70 comp_type, in suggest_long_flag_subset() 97 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_possible_value_subset() 105 comp_type, in suggest_possible_value_subset() 143 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_additional_short_flags() 151 comp_type, in suggest_additional_short_flags()
|
/third_party/spirv-tools/source/opt/ |
H A D | liveness.cpp | 90 auto comp_type = arr_type->element_type(); in GetLocSize() local 95 return comp_len * GetLocSize(comp_type); in GetLocSize() 107 auto comp_type = mat_type->element_type(); in GetLocSize() local 108 return cnt * GetLocSize(comp_type); in GetLocSize() 112 auto comp_type = vec_type->element_type(); in GetLocSize() local 113 if (comp_type->AsInteger()) return 1; in GetLocSize() 114 auto float_type = comp_type->AsFloat(); in GetLocSize() 158 auto comp_type = vec_type->element_type(); in GetLocOffset() local 159 auto flt_type = comp_type->AsFloat(); in GetLocOffset()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A 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()
|
H A D | dxil_signature.h | 44 uint32_t comp_type; // Type of bits. member
|
H A 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() 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() 805 dxil_module_get_res_type(struct dxil_module *m, enum dxil_resource_kind kind, enum dxil_component_type comp_type, bool readwrite) dxil_module_get_res_type() argument
|
H A D | nir_to_dxil.c | 355 enum dxil_component_type comp_type, in emit_srv_metadata() 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() 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 const struct dxil_type *res_type_as_type = dxil_module_get_res_type(&ctx->mod, res_kind, comp_type, false /* readwrite */); in emit_srv() 984 &layout, comp_type, res_kind); in emit_srv() 1037 enum dxil_component_type comp_type, enu in emit_uav() 353 emit_srv_metadata(struct dxil_module *m, const struct dxil_type *elem_type, const char *name, const resource_array_layout *layout, enum dxil_component_type comp_type, enum dxil_resource_kind res_kind) emit_srv_metadata() argument 379 emit_uav_metadata(struct dxil_module *m, const struct dxil_type *struct_type, const char *name, const resource_array_layout *layout, enum dxil_component_type comp_type, enum dxil_resource_kind res_kind) emit_uav_metadata() argument 1036 emit_uav(struct ntd_context *ctx, unsigned binding, unsigned space, unsigned count, enum dxil_component_type comp_type, enum dxil_resource_kind res_kind, const char *name) emit_uav() argument 1081 enum dxil_component_type comp_type = dxil_get_comp_type(var->type); emit_uav_var() local [all...] |
H A D | dxil_module.h | 300 enum dxil_component_type comp_type, bool readwrite);
|
H A 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/ |
H A D | dynamic.rs | 46 comp_type: Option<CompType>, 89 let comp_type = args.comp_type.unwrap_or_default(); in try_complete() 104 comp_type, in try_complete()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A 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/ |
H A 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/ |
H A 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() [all...] |