| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/ |
| H A D | p_tessellator.cpp | 42 enum pipe_prim_type prim_mode; member in class:pipe_tessellator_wrap::pipe_ts 71 prim_mode = tes_prim_mode; 78 switch (prim_mode)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_tess.h | 80 unsigned prim_mode; member in struct:draw_tess_eval_shader
|
| H A D | draw_tess.c | 357 struct pipe_tessellator *ptess = p_tess_init(shader->prim_mode, 553 tes->prim_mode = tes->info.properties[TGSI_PROPERTY_TES_PRIM_MODE]; 651 else if (shader->prim_mode == PIPE_PRIM_LINES)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_state_fs.c | 213 enum pipe_prim_type prim_mode; local in function:make_fs_key 221 prim_mode = shader->info.properties[TGSI_PROPERTY_TES_PRIM_MODE]; 224 prim_mode = shader->info.properties[TGSI_PROPERTY_GS_OUTPUT_PRIM]; 227 prim_mode = svga->curr.reduced_prim; 233 prim_mode == PIPE_PRIM_TRIANGLES); 236 prim_mode == PIPE_PRIM_POINTS &&
|
| H A D | svga_shader.h | 99 enum pipe_prim_type prim_mode:8; 254 enum pipe_prim_type prim_mode:8;
|
| H A D | svga_state_ts.c | 87 key->tcs.prim_mode = tes->prim_mode;
|
| H A D | svga_tgsi_vgpu10.c | 368 enum pipe_prim_type prim_mode; member in struct:svga_shader_emitter_v10::__anon581dcb1e0b08 2849 emit->tes.prim_mode = prop->u[0].Data; 2921 enum pipe_prim_type prim_mode) 2927 switch (prim_mode) { 2936 debug_printf("Invalid tessellator prim mode %d\n", prim_mode); 2966 emit_tessellator_domain(emit, emit->tes.prim_mode); 3097 emit_tessellator_domain(emit, emit->key.tcs.prim_mode); 3105 else if (emit->key.tcs.prim_mode == PIPE_PRIM_LINES) { 3109 assert(emit->key.tcs.prim_mode == PIPE_PRIM_QUADS || 3110 emit->key.tcs.prim_mode 2920 emit_tessellator_domain(struct svga_shader_emitter_v10 * emit,enum pipe_prim_type prim_mode) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.h | 152 unsigned prim_mode:3; member in struct:r600_shader_key::__anon4aa3dfdc0408
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_tcs.cpp | 15 sh_info().tcs_prim_mode = key.tcs.prim_mode;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_program.c | 519 v3d_update_compiled_fs(struct v3d_context *v3d, uint8_t prim_mode) argument 541 key->is_points = (prim_mode == PIPE_PRIM_POINTS); 542 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && 543 prim_mode <= PIPE_PRIM_LINE_STRIP); 639 v3d_update_compiled_gs(struct v3d_context *v3d, uint8_t prim_mode) argument 670 (prim_mode == PIPE_PRIM_POINTS && 713 v3d_update_compiled_vs(struct v3d_context *v3d, uint8_t prim_mode) argument 749 (prim_mode == PIPE_PRIM_POINTS && 822 v3d_update_compiled_shaders(struct v3d_context *v3d, uint8_t prim_mode) argument 824 v3d_update_compiled_fs(v3d, prim_mode); [all...] |
| H A D | v3d_context.h | 510 uint8_t prim_mode; member in struct:v3d_context 719 void v3d_update_compiled_shaders(struct v3d_context *v3d, uint8_t prim_mode);
|
| H A D | v3d_context.c | 141 enum pipe_prim_type prim_type = u_base_prim_type(v3d->prim_mode);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_program.c | 481 v3d_update_compiled_fs(struct v3d_context *v3d, uint8_t prim_mode) argument 503 key->is_points = (prim_mode == PIPE_PRIM_POINTS); 504 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && 505 prim_mode <= PIPE_PRIM_LINE_STRIP); 599 v3d_update_compiled_vs(struct v3d_context *v3d, uint8_t prim_mode) argument 625 (prim_mode == PIPE_PRIM_POINTS && 657 v3d_update_compiled_shaders(struct v3d_context *v3d, uint8_t prim_mode) argument 659 v3d_update_compiled_fs(v3d, prim_mode); 660 v3d_update_compiled_vs(v3d, prim_mode);
|
| H A D | v3d_context.h | 425 uint8_t prim_mode; member in struct:v3d_context 590 void v3d_update_compiled_shaders(struct v3d_context *v3d, uint8_t prim_mode);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.h | 155 unsigned prim_mode:3; member in struct:r600_shader_key::__anon8cfabeef0408
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_dump_defines.c | 494 DEFINE_UTIL_STR_CONTINUOUS(prim_mode)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_dump_defines.c | 494 DEFINE_UTIL_STR_CONTINUOUS(prim_mode)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_context.h | 346 uint8_t prim_mode; member in struct:vc4_context 504 bool vc4_update_compiled_shaders(struct vc4_context *vc4, uint8_t prim_mode);
|
| H A D | vc4_draw.c | 332 if (vc4->prim_mode != info->mode) { 333 vc4->prim_mode = info->mode;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_draw.c | 63 if (ice->state.prim_mode != info->mode) { 64 ice->state.prim_mode = info->mode;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_context.h | 344 uint8_t prim_mode; member in struct:vc4_context 502 bool vc4_update_compiled_shaders(struct vc4_context *vc4, uint8_t prim_mode);
|
| H A D | vc4_draw.c | 330 if (vc4->prim_mode != info->mode) { 331 vc4->prim_mode = info->mode;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_draw.c | 70 if (ice->state.prim_mode != info->mode) { 71 ice->state.prim_mode = info->mode;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_draw.c | 138 if (ice->state.prim_mode != mode) { 139 ice->state.prim_mode = mode;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.h | 419 unsigned prim_mode:3; member in struct:si_tcs_epilog_bits
|