Home
last modified time | relevance | path

Searched refs:point_coord_replace (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c110 found |= check("pointcoord replace", point_coord_replace); in debug_vs_recompile()
Dbrw_compiler.h328 uint8_t point_coord_replace; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c2540 bool point_coord_replace) in panfrost_emit_varying_descriptor() argument
2553 if (point_coord_replace) in panfrost_emit_varying_descriptor()
3823 bool point_coord_replace = (info->mode == PIPE_PRIM_POINTS); in panfrost_indirect_draw() local
3828 point_coord_replace); in panfrost_indirect_draw()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1131 if (key->point_coord_replace & (1 << i)) in crocus_vs_outputs_written()
Dcrocus_state.c4703 key->point_coord_replace = cso_rast->cso.sprite_coord_enable & 0xff; in crocus_populate_vs_key()