Home
last modified time | relevance | path

Searched defs:fill_mode (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/tests/st/ops/gpu/
Dtest_determinant_triangle.py28 def __init__(self, fill_mode=0): argument
/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
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_offset.c152 unsigned fill_mode = rast->fill_front; in offset_first_tri() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.cpp124 unsigned fill_mode = state->base.cull_face == PIPE_FACE_FRONT ? state->base.fill_back in depth_bias() local
Dd3d12_compiler.h157 unsigned fill_mode:2; member
Dd3d12_compiler.cpp374 cull_mode_lowered(struct d3d12_context *ctx, unsigned fill_mode) in cull_mode_lowered()
Dd3d12_context.cpp462 fill_mode(unsigned mode) in fill_mode() function
/third_party/ffmpeg/libavcodec/
Datrac3plus.h94 int fill_mode; member
/third_party/mindspore/mindspore/ops/operations/
D_thor_ops.py770 def __init__(self, fill_mode=0): argument
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h607 unsigned fill_mode) in util_get_offset()