Home
last modified time | relevance | path

Searched defs:prim_type (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mindspore/mindspore/lite/src/runtime/
Dinfer_manager.h47 …void InsertInferShapeFunc(int prim_type, InferShape func) { infer_shape_funcs_[prim_type] = func; } in InsertInferShapeFunc()
49 InferShape GetInferShapeFunc(int prim_type) { in GetInferShapeFunc()
65 RegistryInferShape(int prim_type, InferShape func) { in RegistryInferShape()
71 #define REG_INFER_SHAPE(op, prim_type, func) static RegistryInferShape g_##op##InferShape(prim_type… argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dinfer_register.c352 InferShape GetInferFunc(int prim_type) { in GetInferFunc()
364 void RegInfer(int prim_type, InferShape func) { in RegInfer()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_draw_quad.c47 uint prim_type, in util_draw_vertex_buffer()
79 uint prim_type, uint num_verts, uint num_attribs) in util_draw_user_vertex_buffer()
Du_prim.h292 u_base_prim_type(enum pipe_prim_type prim_type) in u_base_prim_type()
318 u_vertices_for_prims(enum pipe_prim_type prim_type, int count) in u_vertices_for_prims()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_tess_io.cpp276 outer_tf_components(pipe_prim_type prim_type) in outer_tf_components()
290 r600_lower_tess_io_impl(nir_builder *b, nir_instr *instr, enum pipe_prim_type prim_type) in r600_lower_tess_io_impl()
399 bool r600_lower_tess_io(nir_shader *shader, enum pipe_prim_type prim_type) in r600_lower_tess_io()
430 bool r600_append_tcs_TF_emission(nir_shader *shader, enum pipe_prim_type prim_type) { in r600_append_tcs_TF_emission()
556 pipe_prim_type prim_type = *(pipe_prim_type *)_options; in r600_lower_tess_coord_impl() local
571 bool r600_lower_tess_coord(nir_shader *sh, enum pipe_prim_type prim_type) in r600_lower_tess_coord()
Dsfn_nir.cpp903 auto prim_type = sh->info.stage == MESA_SHADER_TESS_EVAL ? in r600_shader_from_nir() local
/third_party/mesa3d/src/gallium/tests/unit/
Du_prim_verts_test.c7 enum pipe_prim_type prim_type; member
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dprim_to_function.cc63 int64_t prim_type = static_cast<int64_t>(kPrimTypeUnknown); in GetPrimType() local
/third_party/mindspore/mindspore/lite/tools/schema_gen/
Dschema_gen.cc67 std::string prim_type = instance->GetPrimTypeGenFunc()(); in Init() local
/third_party/openssl/crypto/asn1/
Dasn1_local.h32 int prim_type; member
/third_party/mindspore/mindspore/core/ir/
Dprimitive.cc29 Primitive::Primitive(const std::string &name, const bool is_base, const PrimType prim_type) in Primitive()
Dprimitive.h105 PrimType prim_type() const { return prim_type_; } in prim_type() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_draw.h39 DRAW4(enum pc_di_primtype prim_type, enum pc_di_src_sel source_select, in DRAW4()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_draw.cpp316 topology(enum pipe_prim_type prim_type) in topology()
413 prim_supported(enum pipe_prim_type prim_type) in prim_supported()
Dd3d12_pipeline_state.h81 enum pipe_prim_type prim_type; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h231 DRAW(enum pc_di_primtype prim_type, enum pc_di_src_sel source_select, in DRAW()
241 DRAW_A20X(enum pc_di_primtype prim_type, in DRAW_A20X()
/third_party/boost/libs/smart_ptr/extras/test/
Dsp_atomic_mt2_test.cpp61 enum prim_type enum
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c141 enum pipe_prim_type prim_type = u_base_prim_type(v3d->prim_mode); in v3d_update_primitive_counters() local
Dv3dx_draw.c393 v3d_gs_output_primitive(uint32_t prim_type) in v3d_gs_output_primitive()
892 v3d_hw_prim_type(enum pipe_prim_type prim_type) in v3d_hw_prim_type()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline.c382 prim_type(unsigned prim, unsigned flags) in prim_type() function
/third_party/mesa3d/src/freedreno/decode/
Dcffdec.c1875 uint32_t prim_type = dwords[1] & 0x1f; in draw_indx_common() local
1993 uint32_t prim_type = dwords[0] & 0x1f; in cp_draw_indx_offset() local
2006 uint32_t prim_type = dwords[0] & 0x1f; in cp_draw_indx_indirect() local
2030 uint32_t prim_type = dwords[0] & 0x1f; in cp_draw_indirect() local
2045 uint32_t prim_type = dwords[0] & 0x1f; in cp_draw_indirect_multi() local
/third_party/mesa3d/src/compiler/glsl/
Dast.h566 unsigned prim_type:1; member
736 GLenum prim_type; member
1317 ast_gs_input_layout(const struct YYLTYPE &locp, GLenum prim_type) in ast_gs_input_layout()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.h102 uint8_t prim_type; /* point, line strip or tri strip */ member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_cmd_buffer.c1718 v3d_gs_output_primitive(uint32_t prim_type) in v3d_gs_output_primitive()
2039 v3d_hw_prim_type(enum pipe_prim_type prim_type) in v3d_hw_prim_type()
/third_party/mindspore/mindspore/ccsrc/vm/
Dtransform.cc464 PrimTypePair prim_type = std::make_pair(prim, type); in WrapPrimitives() local

12