Home
last modified time | relevance | path

Searched refs:comp_type (Results 1 – 17 of 17) 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
38 components_recorder(ComponentsMap c, comp_type& c_count) in components_recorder()
45 if (m_count == (std::numeric_limits< comp_type >::max)()) in start_vertex()
58 comp_type& m_count;
80 typedef typename property_traits< ComponentMap >::value_type comp_type; in connected_components() typedef
82 comp_type c_count((std::numeric_limits< comp_type >::max)()); in connected_components()
102 typedef typename property_traits< ComponentMap >::value_type comp_type; in connected_components() typedef
104 comp_type c_count((std::numeric_limits< comp_type >::max)()); in connected_components()
Dstrong_components.hpp40 typedef typename property_traits< ComponentMap >::value_type comp_type; typedef in boost::detail::tarjan_scc_visitor
45 comp_type& c_, Stack& s_) in tarjan_scc_visitor()
60 put(comp, v, (std::numeric_limits< comp_type >::max)()); in discover_vertex()
73 if (get(comp, w) == (std::numeric_limits< comp_type >::max)()) in finish_vertex()
97 comp_type& c;
/third_party/boost/boost/graph/detail/
Dconnected_components.hpp33 typedef typename property_traits< ComponentsPA >::value_type comp_type; typedef in boost::detail::components_recorder
36 components_recorder(ComponentsPA c, comp_type& c_count, DFSVisitor v) in components_recorder()
56 comp_type& m_count;
/third_party/weston/libweston/backend-hdi/
Dhdi_renderer.cpp75 CompositionType comp_type; member
105 CompositionType comp_type, in hdi_renderer_layer_operation() argument
114 .comp_type = comp_type, in hdi_renderer_layer_operation()
140 ret = b->layer_funcs->SetLayerCompositionType(device_id, layer_id, comp_type); in hdi_renderer_layer_operation()
141 LOG_CORE("[ret=%d] LayerFuncs.SetLayerCompositionType %d", ret, comp_type); in hdi_renderer_layer_operation()
599 hss->comp_type = COMPOSITION_VIDEO; in hdi_renderer_repaint_output()
602 hss->comp_type = COMPOSITION_DEVICE; in hdi_renderer_repaint_output()
651 hss->comp_type, in hdi_renderer_repaint_output()
Dhdi_backend.h61 CompositionType comp_type; member
Dhdi_backend.cpp252 info.zorder, info.blend_type, info.comp_type, info.rotate_type); in OnDumpHdi()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c39 enum dxil_prog_sig_comp_type comp_type; member
105 info->comp_type = in get_additional_semantic_info()
406 elm->comp_type = (uint32_t) semantic->comp_type; in fill_signature_element()
436 psv_elm->component_type = semantic->comp_type; //`?? in fill_psv_signature_element()
Ddxil_signature.h44 uint32_t comp_type; // Type of bits. member
Dnir_to_dxil.c309 enum dxil_component_type comp_type, in emit_srv_metadata() argument
322 metadata_tag_nodes[1] = dxil_get_metadata_int32(m, comp_type); in emit_srv_metadata()
335 enum dxil_component_type comp_type, in emit_uav_metadata() argument
350 metadata_tag_nodes[1] = dxil_get_metadata_int32(m, comp_type); in emit_uav_metadata()
855 enum dxil_component_type comp_type; in emit_srv() local
859 comp_type = DXIL_COMP_TYPE_INVALID; in emit_srv()
863 comp_type = dxil_get_comp_type(var->type); in emit_srv()
867 …_type *res_type_as_type = dxil_module_get_res_type(&ctx->mod, res_kind, comp_type, false /* readwr… in emit_srv()
869 &layout, comp_type, res_kind); in emit_srv()
934 enum dxil_component_type comp_type, enum dxil_resource_kind res_kind, const char *name) in emit_uav() argument
[all …]
Ddxil_module.h272 enum dxil_component_type comp_type, bool readwrite);
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() argument
743 switch (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() argument
763 switch (comp_type) { in get_res_comp_type_name()
808 enum dxil_component_type comp_type, bool readwrite) in dxil_module_get_res_type() argument
822 const struct dxil_type *component_type = dxil_module_get_type_from_comp_type(m, comp_type); in dxil_module_get_res_type()
828 get_res_comp_type_name(comp_type), in dxil_module_get_res_type()
Ddxil_dump.c737 component_type_as_string(io->elements[j].comp_type)); in dump_io_signature()
/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
212 … cudnnSetReduceTensorDescriptor(reduce_tensor_descriptor_, reduce_tensor_op_, comp_type, in InferArrayReduceType()
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dpngdec.c198 int comp_type; in ExtractMetadataFromPNG() local
207 &name, &comp_type, &profile, &len) == PNG_INFO_iCCP) { in ExtractMetadataFromPNG()
/third_party/skia/third_party/externals/libwebp/imageio/
Dpngdec.c198 int comp_type; in ExtractMetadataFromPNG() local
207 &name, &comp_type, &profile, &len) == PNG_INFO_iCCP) { in ExtractMetadataFromPNG()
/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
4106 ? comp_type in visit_intrinsic()
4107 : LLVMVectorType(comp_type, instr->dest.ssa.num_components); in visit_intrinsic()
4116 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->src[0].ssa->bit_size); in visit_intrinsic() local
4118 ptr = LLVMBuildBitCast(ctx->ac.builder, ptr, LLVMPointerType(comp_type, addr_space), ""); in visit_intrinsic()
4127 LLVMTypeRef vec_type = count == 1 ? comp_type : LLVMVectorType(comp_type, count); in visit_intrinsic()
4150 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); in visit_intrinsic() local
4152 ? comp_type in visit_intrinsic()
4153 : LLVMVectorType(comp_type, instr->dest.ssa.num_components); in visit_intrinsic()
/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() argument
3876 hdlr->component_type = comp_type; in atom_hdlr_set_type()