HomeSort by: relevance | last modified time | path
    Searched defs:point_quad_rasterization (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_state.c 677 bool point_quad_rasterization = ctx->rast_state ? ctx->rast_state->base.point_quad_rasterization : false; local
704 if (ctx->rast_state->base.point_quad_rasterization != point_quad_rasterization)
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_state.h 111 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member in struct:pipe_rasterizer_state
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_state.h 110 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member in struct:pipe_rasterizer_state

Completed in 9 milliseconds