Home
last modified time | relevance | path

Searched defs:reduced_prim (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.cpp117 depth_bias(struct d3d12_rasterizer_state *state, enum pipe_prim_type reduced_prim) in depth_bias()
143 topology_type(enum pipe_prim_type reduced_prim) in topology_type()
190 enum pipe_prim_type reduced_prim = u_reduced_prim(state->prim_type); in create_gfx_pipeline_state() local
Dd3d12_draw.cpp500 enum pipe_prim_type reduced_prim = u_reduced_prim((enum pipe_prim_type)dinfo->mode); in d3d12_draw_vbo() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_validate.c54 unsigned reduced_prim = u_reduced_prim(prim); in draw_need_pipeline() local
Ddraw_context.c1316 unsigned reduced_prim = u_reduced_prim(draw->pt.prim); in draw_will_inject_frontface() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_draw.c235 enum pipe_prim_type reduced_prim = u_reduced_prim(info->mode); in svga_draw_vbo() local
Dsvga_context.h313 enum pipe_prim_type reduced_prim; member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.h73 enum pipe_prim_type reduced_prim; // PIPE_PRIM_MAX for vs member
Dzink_draw.cpp220 line_width_needed(enum pipe_prim_type reduced_prim, in line_width_needed()
688 enum pipe_prim_type reduced_prim = ctx->last_vertex_stage->reduced_prim; in zink_draw_vbo() local
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_render.c81 static const GLenum reduced_prim[GL_POLYGON + 1] = { variable
Dintel_tris.c1035 static const GLenum reduced_prim[GL_POLYGON + 1] = { variable
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.h146 unsigned reduced_prim; member
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c63 static const GLenum reduced_prim[GL_POLYGON+1] = { variable
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c4810 int reduced_prim = ice->state.reduced_prim_mode; in crocus_populate_fs_key() local