| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_state.h | 63 unsigned polygon_mode : 2; //VkPolygonMode member in struct:zink_rasterizer_hw_state
|
| H A D | zink_pipeline.c | 151 rast_state.polygonMode = hw_rast_state->polygon_mode;
|
| H A D | zink_draw.cpp | 221 unsigned polygon_mode) 231 return polygon_mode == VK_POLYGON_MODE_LINE; 715 if (line_width_needed(reduced_prim, rast_state->hw_state.polygon_mode)) { 220 line_width_needed(enum pipe_prim_type reduced_prim,unsigned polygon_mode) argument
|
| H A D | zink_state.c | 597 state->hw_state.polygon_mode = rs_state->fill_front; // same values
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_translate.h | 64 translate_polygon_mode(unsigned polygon_mode) argument 66 switch (polygon_mode) { 74 DBG("Unhandled polygon mode %i", polygon_mode);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_translate.h | 64 translate_polygon_mode(unsigned polygon_mode) argument 66 switch (polygon_mode) { 74 DBG("Unhandled polygon mode %i", polygon_mode);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | polygon.c | 158 polygon_mode(struct gl_context *ctx, GLenum face, GLenum mode, bool no_error) function in typeref:typename:ALWAYS_INLINE void 227 polygon_mode(ctx, face, mode, true); 235 polygon_mode(ctx, face, mode, false);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | polygon.c | 161 polygon_mode(struct gl_context *ctx, GLenum face, GLenum mode, bool no_error) function in typeref:typename:ALWAYS_INLINE void 241 polygon_mode(ctx, face, mode, true); 249 polygon_mode(ctx, face, mode, false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_state.c | 1134 uint32_t polygon_mode; /* R300_GA_POLY_MODE: 0x4288 */ local in function:r300_create_rs_state 1200 polygon_mode = 0; 1203 polygon_mode = R300_GA_POLY_MODE_DUAL; 1224 if (polygon_mode) { 1225 polygon_mode |= 1227 polygon_mode |= 1299 OUT_CB_REG(R300_GA_POLY_MODE, polygon_mode);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_state.c | 1128 uint32_t polygon_mode; /* R300_GA_POLY_MODE: 0x4288 */ local in function:r300_create_rs_state 1194 polygon_mode = 0; 1197 polygon_mode = R300_GA_POLY_MODE_DUAL; 1218 if (polygon_mode) { 1219 polygon_mode |= 1221 polygon_mode |= 1293 OUT_CB_REG(R300_GA_POLY_MODE, polygon_mode);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 477 return pipeline->polygon_mode; 490 return pipeline->polygon_mode; 509 return pipeline->polygon_mode;
|
| H A D | anv_pipeline.c | 2526 pipeline->polygon_mode = pCreateInfo->pRasterizationState->polygonMode;
|
| H A D | anv_private.h | 3556 VkPolygonMode polygon_mode; member in struct:anv_graphics_pipeline
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_state.c | 1361 cfg.front.polygon_mode = cfg.back.polygon_mode = AGX_POLYGON_MODE_FILL;
|