Searched refs:polygon_mode (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_state.h63 unsigned polygon_mode : 2; //VkPolygonMode member in struct:zink_rasterizer_hw_state
H A Dzink_pipeline.c151 rast_state.polygonMode = hw_rast_state->polygon_mode;
H A Dzink_draw.cpp221 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 Dzink_state.c597 state->hw_state.polygon_mode = rs_state->fill_front; // same values
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h64 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 Detnaviv_translate.h64 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 Dpolygon.c158 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 Dpolygon.c161 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 Dr300_state.c1134 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 Dr300_state.c1128 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 DgenX_pipeline.c477 return pipeline->polygon_mode;
490 return pipeline->polygon_mode;
509 return pipeline->polygon_mode;
H A Danv_pipeline.c2526 pipeline->polygon_mode = pCreateInfo->pRasterizationState->polygonMode;
H A Danv_private.h3556 VkPolygonMode polygon_mode; member in struct:anv_graphics_pipeline
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_state.c1361 cfg.front.polygon_mode = cfg.back.polygon_mode = AGX_POLYGON_MODE_FILL;

Completed in 29 milliseconds