Searched refs:GET_A0 (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_linear.c | 90 GET_A0(inputs), in lp_rast_linear_tile() 104 GET_A0(inputs), in lp_rast_linear_tile() 158 GET_A0(inputs), in lp_rast_linear_rect() 171 GET_A0(inputs), in lp_rast_linear_rect()
|
D | lp_rast.c | 367 GET_A0(inputs), in lp_rast_shade_tile() 475 GET_A0(inputs), in lp_rast_shade_quads_mask_sample() 538 int src_x = util_iround(GET_A0(inputs)[1][0]*texture->width - 0.5f); in lp_rast_blit_tile_to_dest() 539 int src_y = util_iround(GET_A0(inputs)[1][1]*texture->height - 0.5f); in lp_rast_blit_tile_to_dest()
|
D | lp_rast.h | 196 GET_A0(const struct lp_rast_shader_inputs *inputs))[4] in GET_A0() function
|
D | lp_rast_linear_fallback.c | 114 GET_A0(inputs), in shade_quads()
|
D | lp_setup_point.c | 501 info.a0 = GET_A0(&point->inputs); in try_setup_point() 585 info.a0 = GET_A0(&point->inputs); in try_setup_point()
|
D | lp_rast_priv.h | 278 GET_A0(inputs), in lp_rast_shade_quads_all()
|
D | lp_setup_tri.c | 446 GET_A0(&tri->inputs), in do_triangle_ccw() 460 GET_A0(&tri->inputs), in do_triangle_ccw()
|
D | lp_setup_rect.c | 343 GET_A0(&rect->inputs), in try_rect_cw()
|
D | lp_setup_line.c | 653 info.a0 = GET_A0(&line->inputs); in try_setup_line()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 1147 - llvmpipe: replace GET_A0() macro w/ inline function
|