Home
last modified time | relevance | path

Searched defs:rast (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c73 lp_rast_begin(struct lp_rasterizer *rast, in lp_rast_begin()
86 lp_rast_end(struct lp_rasterizer *rast) in lp_rast_end()
1097 lp_rast_queue_scene(struct lp_rasterizer *rast, in lp_rast_queue_scene()
1139 lp_rast_finish(struct lp_rasterizer *rast) in lp_rast_finish()
1163 struct lp_rasterizer *rast = task->rast; in thread_function() local
1232 create_rast_threads(struct lp_rasterizer *rast) in create_rast_threads()
1258 struct lp_rasterizer *rast = CALLOC_STRUCT(lp_rasterizer); in lp_rast_create() local
1312 lp_rast_destroy(struct lp_rasterizer *rast) in lp_rast_destroy()
1367 lp_rast_fence(struct lp_rasterizer *rast, in lp_rast_fence()
H A Dlp_state_rasterizer.c47 clear_flags(struct pipe_rasterizer_state *rast) in clear_flags()
60 const struct pipe_rasterizer_state *rast) in llvmpipe_create_rasterizer_state()
H A Dlp_screen.h60 struct lp_rasterizer *rast; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_rss.c126 const struct svga_rasterizer_state *rast = svga->curr.rast; in emit_rss_vgpu9() local
309 struct pipe_rasterizer_state rast; in get_no_cull_rasterizer_state() local
352 struct svga_rasterizer_state *rast, in get_alt_rasterizer_state_id()
466 struct svga_rasterizer_state *rast = svga->curr.rast; in emit_rss_vgpu10() local
H A Dsvga_pipe_rasterizer.c88 struct svga_rasterizer_state *rast, in svga_define_rasterizer_object()
174 struct svga_rasterizer_state *rast = CALLOC_STRUCT(svga_rasterizer_state); in svga_create_rasterizer_state() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c223 const struct pipe_rasterizer_state *rast = stage->draw->rasterizer; in unfilled_first_tri() local
267 const struct pipe_rasterizer_state *rast = draw ? draw->rasterizer : NULL; in draw_unfilled_prepare_outputs() local
H A Ddraw_pipe_wide_point.c103 const struct pipe_rasterizer_state *rast = draw->rasterizer; in set_texcoords() local
204 const struct pipe_rasterizer_state *rast = draw->rasterizer; in widepoint_first_point() local
H A Ddraw_pipe_aapoint.c576 const struct pipe_rasterizer_state *rast = draw->rasterizer; in aapoint_first_point() local
661 const struct pipe_rasterizer_state *rast = draw->rasterizer; in draw_aapoint_prepare_outputs() local
H A Ddraw_pipe_aaline.c503 const struct pipe_rasterizer_state *rast = draw->rasterizer; in aaline_first_line() local
712 const struct pipe_rasterizer_state *rast = draw->rasterizer; in draw_aaline_prepare_outputs() local
H A Ddraw_pipe_validate.c150 const struct pipe_rasterizer_state *rast = draw->rasterizer; in validate_pipeline() local
H A Ddraw_pipe_wide_line.c145 const struct pipe_rasterizer_state *rast = draw->rasterizer; in wideline_first_line() local
H A Ddraw_context.c1012 struct pipe_rasterizer_state rast; in draw_get_rasterizer_no_cull() local
1269 const struct pipe_rasterizer_state *rast = draw->rasterizer; in draw_will_inject_frontface() local
H A Ddraw_pipe_offset.c149 const struct pipe_rasterizer_state *rast = stage->draw->rasterizer; in offset_first_tri() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_jm.c498 struct pipe_rasterizer_state *rast = &ctx->rasterizer->base; in jm_emit_tiler_draw() local
662 UNUSED struct pipe_rasterizer_state *rast = &ctx->rasterizer->base; in jm_emit_primitive() local
H A Dpan_cmdstream.c482 struct pipe_rasterizer_state *rast = &ctx->rasterizer->base; in panfrost_prepare_fs_state() local
617 const struct panfrost_rasterizer *rast = ctx->rasterizer; in panfrost_emit_frag_shader() local
705 const struct pipe_rasterizer_state *rast = &ctx->rasterizer->base; in panfrost_emit_viewport() local
786 struct panfrost_rasterizer *rast = ctx->rasterizer; in panfrost_emit_depth_stencil() local
2488 struct pipe_rasterizer_state *rast = &ctx->rasterizer->base; in panfrost_emit_varying_descriptor() local
3030 struct pipe_rasterizer_state *rast = &ctx->rasterizer->base; in panfrost_compatible_batch_state() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_rasterizer.c38 const struct pipe_rasterizer_state *rast) in softpipe_create_rasterizer_state()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_rasterizer.h25 fd6_rasterizer_stateobj(struct pipe_rasterizer_state *rast) in fd6_rasterizer_stateobj()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_rasterizer.h28 fd3_rasterizer_stateobj(struct pipe_rasterizer_state *rast) in fd3_rasterizer_stateobj()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_rasterizer.h27 fd2_rasterizer_stateobj(struct pipe_rasterizer_state *rast) in fd2_rasterizer_stateobj()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_rasterizer.h31 fd5_rasterizer_stateobj(struct pipe_rasterizer_state *rast) in fd5_rasterizer_stateobj()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.c63 struct pipe_rasterizer_state rast; in nine_convert_rasterizer_state() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_rasterizer.h30 fd4_rasterizer_stateobj(struct pipe_rasterizer_state *rast) in fd4_rasterizer_stateobj()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rasterizer.h48 etna_rasterizer_state(struct pipe_rasterizer_state *rast) in etna_rasterizer_state()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c110 struct pipe_rasterizer_state *rast = &nvc0->rast->pipe; in nvc0_fragprog_validate() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp685 struct d3d12_rasterizer_state *rast, in twoface_emulation()
950 struct d3d12_rasterizer_state *rast = ctx->gfx_pipeline_state.rast; in d3d12_draw_vbo() local

123