Home
last modified time | relevance | path

Searched refs:PIPE_SPRITE_COORD_LOWER_LEFT (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_gs.c101 == PIPE_SPRITE_COORD_LOWER_LEFT); in make_gs_key()
Dsvga_state_tgsi_transform.c260 !(svga->curr.rast->templ.sprite_coord_mode == PIPE_SPRITE_COORD_LOWER_LEFT); in emulate_point_sprite()
Dsvga_state_fs.c287 == PIPE_SPRITE_COORD_LOWER_LEFT); in make_fs_key()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c208 raster->sprite_coord_mode = PIPE_SPRITE_COORD_LOWER_LEFT; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_point.c109 if (texcoord_mode == PIPE_SPRITE_COORD_LOWER_LEFT) in set_texcoords()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h648 PIPE_SPRITE_COORD_LOWER_LEFT, enumerator
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_point.c141 if (sprite_coord_origin == PIPE_SPRITE_COORD_LOWER_LEFT) { in texcoord_coef()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state_validate.c366 if (rasterizer->sprite_coord_mode == PIPE_SPRITE_COORD_LOWER_LEFT) { in nv30_validate_point_coord()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_shader_state.c346 if (nv50->rast->pipe.sprite_coord_mode == PIPE_SPRITE_COORD_LOWER_LEFT) in nv50_sprite_coords_validate()
/third_party/mesa3d/docs/gallium/cso/
Drasterizer.rst197 point sprites. For PIPE_SPRITE_COORD_LOWER_LEFT, the lower-left vertex will
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp952 … key->gs.sprite_origin_upper_left = (rast->sprite_coord_mode != PIPE_SPRITE_COORD_LOWER_LEFT); in d3d12_fill_shader_key()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1289 case PIPE_SPRITE_COORD_LOWER_LEFT: in r300_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c624 (rast->sprite_coord_mode == PIPE_SPRITE_COORD_LOWER_LEFT); in panfrost_prepare_fs_state()
3928 bool coord = (rast->sprite_coord_mode == PIPE_SPRITE_COORD_LOWER_LEFT); in panfrost_compatible_batch_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2297 key.sprite_origin_lower_left = rs_state->sprite_coord_mode == PIPE_SPRITE_COORD_LOWER_LEFT; in crocus_update_compiled_sf()
Dcrocus_state.c184 PIPE_ASSERT(PIPE_SPRITE_COORD_LOWER_LEFT == LOWERLEFT); in pipe_asserts()
2050 if (state->sprite_coord_mode == PIPE_SPRITE_COORD_LOWER_LEFT) in crocus_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c184 PIPE_ASSERT(PIPE_SPRITE_COORD_LOWER_LEFT == LOWERLEFT); in pipe_asserts()