Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c110 unsigned fill_mode = translate_fill_mode(rast->templ.fill_front); in svga_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.cpp155 unsigned fill_mode = state->base.cull_face == PIPE_FACE_FRONT ? state->base.fill_back in depth_bias() local
Dd3d12_compiler.cpp409 cull_mode_lowered(struct d3d12_context *ctx, unsigned fill_mode) in cull_mode_lowered()
Dd3d12_compiler.h202 unsigned fill_mode:2; member
Dd3d12_context.cpp487 fill_mode(unsigned mode) in fill_mode() function
/third_party/ffmpeg/libavcodec/
Datrac3plus.h94 int fill_mode; member
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h607 unsigned fill_mode) in util_get_offset()