Home
last modified time | relevance | path

Searched refs:is_lines (Results 1 – 25 of 80) sorted by relevance

1234

/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dedit.h10 void cut(size_t len, bool is_lines);
11 void copy(size_t len, bool is_lines);
H A Dedit.c127 static void record_copy(char *buf, size_t len, bool is_lines) in record_copy() argument
134 copy_is_lines = is_lines; in record_copy()
137 void cut(size_t len, bool is_lines) in cut() argument
141 record_copy(buf, len, is_lines); in cut()
146 void copy(size_t len, bool is_lines) in copy() argument
150 record_copy(buf, len, is_lines); in copy()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/asahi/
H A Dagx_state.c1443 bool is_lines, bool is_points) in agx_encode_state() argument
1469 agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib)); in agx_encode_state()
1562 bool is_lines = in agx_draw_vbo() local
1570 ctx->fs->varyings, is_lines, info->mode == PIPE_PRIM_POINTS); in agx_draw_vbo()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/asahi/
H A Dagx_state.c1443 bool is_lines, bool is_points) in agx_encode_state() argument
1469 agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib)); in agx_encode_state()
1562 bool is_lines = in agx_draw_vbo() local
1570 ctx->fs->varyings, is_lines, info->mode == PIPE_PRIM_POINTS); in agx_draw_vbo()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/asahi/
H A Dagx_state.c1443 bool is_lines, bool is_points) in agx_encode_state() argument
1469 agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib)); in agx_encode_state()
1562 bool is_lines = in agx_draw_vbo() local
1570 ctx->fs->varyings, is_lines, info->mode == PIPE_PRIM_POINTS); in agx_draw_vbo()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/asahi/
H A Dagx_state.c1443 bool is_lines, bool is_points) in agx_encode_state() argument
1469 agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib)); in agx_encode_state()
1562 bool is_lines = in agx_draw_vbo() local
1570 ctx->fs->varyings, is_lines, info->mode == PIPE_PRIM_POINTS); in agx_draw_vbo()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/asahi/
H A Dagx_state.c1443 bool is_lines, bool is_points) in agx_encode_state() argument
1469 agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib)); in agx_encode_state()
1562 bool is_lines = in agx_draw_vbo() local
1570 ctx->fs->varyings, is_lines, info->mode == PIPE_PRIM_POINTS); in agx_draw_vbo()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/asahi/
H A Dagx_state.c1443 bool is_lines, bool is_points) in agx_encode_state() argument
1469 agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib)); in agx_encode_state()
1562 bool is_lines = in agx_draw_vbo() local
1570 ctx->fs->varyings, is_lines, info->mode == PIPE_PRIM_POINTS); in agx_draw_vbo()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/asahi/
H A Dagx_state.c1443 bool is_lines, bool is_points) in agx_encode_state() argument
1469 agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib)); in agx_encode_state()
1562 bool is_lines = in agx_draw_vbo() local
1570 ctx->fs->varyings, is_lines, info->mode == PIPE_PRIM_POINTS); in agx_draw_vbo()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/asahi/
H A Dagx_state.c1489 bool is_lines, bool is_points) in agx_encode_state() argument
1510 …agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib, sample_mask_from_shader)… in agx_encode_state()
1603 bool is_lines = in agx_draw_vbo() local
1611 ctx->fs->varyings, is_lines, info->mode == PIPE_PRIM_POINTS); in agx_draw_vbo()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/asahi/
H A Dagx_state.c1443 bool is_lines, bool is_points) in agx_encode_state() argument
1469 agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib)); in agx_encode_state()
1562 bool is_lines = in agx_draw_vbo() local
1570 ctx->fs->varyings, is_lines, info->mode == PIPE_PRIM_POINTS); in agx_draw_vbo()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/asahi/
H A Dagx_state.c1443 bool is_lines, bool is_points) in agx_encode_state() argument
1469 agx_push_record(&out, 5, demo_unk11(pool, is_lines, is_points, reads_tib)); in agx_encode_state()
1562 bool is_lines = in agx_draw_vbo() local
1570 ctx->fs->varyings, is_lines, info->mode == PIPE_PRIM_POINTS); in agx_draw_vbo()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/v3d/
H A Dv3d_program.c542 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && in v3d_update_compiled_fs()
544 key->line_smoothing = (key->is_lines && in v3d_update_compiled_fs()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c542 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && in v3d_update_compiled_fs()
544 key->line_smoothing = (key->is_lines && in v3d_update_compiled_fs()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c542 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && in v3d_update_compiled_fs()
544 key->line_smoothing = (key->is_lines && in v3d_update_compiled_fs()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c542 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && in v3d_update_compiled_fs()
544 key->line_smoothing = (key->is_lines && in v3d_update_compiled_fs()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c542 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && in v3d_update_compiled_fs()
544 key->line_smoothing = (key->is_lines && in v3d_update_compiled_fs()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c542 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && in v3d_update_compiled_fs()
544 key->line_smoothing = (key->is_lines && in v3d_update_compiled_fs()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c542 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && in v3d_update_compiled_fs()
544 key->line_smoothing = (key->is_lines && in v3d_update_compiled_fs()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c542 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && in v3d_update_compiled_fs()
544 key->line_smoothing = (key->is_lines && in v3d_update_compiled_fs()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c542 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && in v3d_update_compiled_fs()
544 key->line_smoothing = (key->is_lines && in v3d_update_compiled_fs()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/v3d/
H A Dv3d_program.c560 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && in v3d_update_compiled_fs()
562 key->line_smoothing = (key->is_lines && in v3d_update_compiled_fs()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c542 key->is_lines = (prim_mode >= PIPE_PRIM_LINES && in v3d_update_compiled_fs()
544 key->line_smoothing = (key->is_lines && in v3d_update_compiled_fs()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_qir.h331 bool is_lines; member
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_qir.h331 bool is_lines; member

1234