Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dconnected_components.hpp35 typedef typename property_traits< ComponentsMap >::value_type comp_type; typedef in boost::detail::components_recorder
80 typedef typename property_traits< ComponentMap >::value_type comp_type; in connected_components() typedef
102 typedef typename property_traits< ComponentMap >::value_type comp_type; in connected_components() typedef
Dstrong_components.hpp40 typedef typename property_traits< ComponentMap >::value_type comp_type; typedef in boost::detail::tarjan_scc_visitor
/third_party/weston/libweston/backend-hdi/
Dhdi_backend.h61 CompositionType comp_type; member
Dhdi_renderer.cpp75 CompositionType comp_type; member
105 CompositionType comp_type, in hdi_renderer_layer_operation()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Darray_reduce_gpu_kernel.h210 …cudnnDataType_t comp_type = (data_type_ == CUDNN_DATA_DOUBLE) ? CUDNN_DATA_DOUBLE : CUDNN_DATA_FLO… in InferArrayReduceType() local
/third_party/boost/boost/graph/detail/
Dconnected_components.hpp33 typedef typename property_traits< ComponentsPA >::value_type comp_type; typedef in boost::detail::components_recorder
/third_party/flutter/skia/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
Dnir_to_dxil.c309 enum dxil_component_type comp_type, in emit_srv_metadata()
335 enum dxil_component_type comp_type, in emit_uav_metadata()
855 enum dxil_component_type comp_type; in emit_srv() local
934 enum dxil_component_type comp_type, enum dxil_resource_kind res_kind, const char *name) in emit_uav()
973 enum dxil_component_type comp_type = dxil_get_comp_type(var->type); in emit_uav_var() local
Ddxil_module.c741 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()
761 get_res_comp_type_name(enum dxil_component_type comp_type) in get_res_comp_type_name()
808 enum dxil_component_type comp_type, bool readwrite) in dxil_module_get_res_type()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4104 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); in visit_intrinsic() local
4116 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->src[0].ssa->bit_size); in visit_intrinsic() local
4150 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); in visit_intrinsic() local
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c3872 atom_hdlr_set_type (AtomHDLR * hdlr, AtomsContext * context, guint32 comp_type, in atom_hdlr_set_type()