Home
last modified time | relevance | path

Searched refs:fill_mode (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/tests/st/ops/gpu/
Dtest_determinant_triangle.py28 def __init__(self, fill_mode=0): argument
30 self.det_triangle = P.DetTriangle(fill_mode=fill_mode)
39 fill_mode = 0
41 net = Net(fill_mode=fill_mode)
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_offset.c152 unsigned fill_mode = rast->fill_front; in offset_first_tri() local
159 fill_mode = rast->fill_back; in offset_first_tri()
163 switch (fill_mode) { in offset_first_tri()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c109 unsigned fill_mode = translate_fill_mode(rast->templ.fill_front); in define_rasterizer_object() local
131 fill_mode = SVGA3D_FILLMODE_FILL; in define_rasterizer_object()
137 fill_mode, in define_rasterizer_object()
/third_party/mindspore/mindspore/ops/operations/
D_thor_ops.py770 def __init__(self, fill_mode=0): argument
772 self.fill_mode = fill_mode
773 self.add_prim_attr('fill_mode', self.fill_mode)
/third_party/ffmpeg/libavcodec/
Datrac3plus.h94 int fill_mode; member
Datrac3plus.c129 chan->fill_mode = get_bits(gb, 2); in num_coded_units()
130 if (!chan->fill_mode) { in num_coded_units()
140 if (chan->fill_mode == 3) in num_coded_units()
249 chan->fill_mode = 0; in decode_channel_wordlen()
358 if (chan->fill_mode == 2) { in decode_channel_wordlen()
361 } else if (chan->fill_mode == 3) { in decode_channel_wordlen()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.h157 unsigned fill_mode:2; member
Dd3d12_pipeline_state.cpp124 unsigned fill_mode = state->base.cull_face == PIPE_FACE_FRONT ? state->base.fill_back in depth_bias() local
127 switch (fill_mode) { in depth_bias()
Dd3d12_gs_variant.cpp463 else if (key->fill_mode == PIPE_POLYGON_MODE_POINT) in create_geometry_shader_variant()
465 else if (key->fill_mode == PIPE_POLYGON_MODE_LINE) in create_geometry_shader_variant()
Dd3d12_context.cpp462 fill_mode(unsigned mode) in fill_mode() function
494 cso->desc.FillMode = fill_mode(rs_state->fill_front); in d3d12_create_rasterizer_state()
510 cso->desc.FillMode = fill_mode(rs_state->fill_front); in d3d12_create_rasterizer_state()
516 cso->desc.FillMode = fill_mode(rs_state->fill_back); in d3d12_create_rasterizer_state()
521 cso->desc.FillMode = fill_mode(rs_state->fill_front); in d3d12_create_rasterizer_state()
Dd3d12_compiler.cpp374 cull_mode_lowered(struct d3d12_context *ctx, unsigned fill_mode) in cull_mode_lowered() argument
529 key.fill_mode = sel_ctx->fill_mode_lowered; in validate_geometry_shader_variant()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h607 unsigned fill_mode) in util_get_offset() argument
609 switch(fill_mode) { in util_get_offset()