Searched refs:fd6_emit (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_const.h | 28 #include "fd6_emit.h" 30 struct fd_ringbuffer *fd6_build_tess_consts(struct fd6_emit *emit) assert_dt; 31 struct fd_ringbuffer *fd6_build_user_consts(struct fd6_emit *emit) assert_dt; 33 fd6_build_driver_params(struct fd6_emit *emit) assert_dt;
|
H A D | fd6_emit.h | 88 struct fd6_emit { struct 122 fd6_emit_get_prog(struct fd6_emit *emit) in fd6_emit_get_prog() 133 fd6_emit_take_group(struct fd6_emit *emit, struct fd_ringbuffer *stateobj, in fd6_emit_take_group() 144 fd6_emit_add_group(struct fd6_emit *emit, struct fd_ringbuffer *stateobj, in fd6_emit_add_group() 287 struct fd6_emit *emit) assert_dt;
|
H A D | fd6_program.h | 37 struct fd6_emit; 83 struct fd_ringbuffer *fd6_program_interp_state(struct fd6_emit *emit) assert_dt;
|
H A D | fd6_emit.c | 44 #include "fd6_emit.h" 481 fd6_emit_combined_textures(struct fd_ringbuffer *ring, struct fd6_emit *emit, 553 build_vbo_state(struct fd6_emit *emit) assert_dt 594 compute_ztest_mode(struct fd6_emit *emit, bool lrz_valid) assert_dt 627 compute_lrz_state(struct fd6_emit *emit, bool binning_pass) assert_dt 699 build_lrz(struct fd6_emit *emit, bool binning_pass) assert_dt 729 build_scissor(struct fd6_emit *emit) assert_dt 759 build_prog_fb_rast(struct fd6_emit *emit) assert_dt 812 build_blend_color(struct fd6_emit *emit) assert_dt 828 build_ibo(struct fd6_emit *emi [all...] |
H A D | fd6_const.c | 122 fd6_build_tess_consts(struct fd6_emit *emit) in fd6_build_tess_consts() 263 fd6_build_user_consts(struct fd6_emit *emit) in fd6_build_user_consts() 296 fd6_build_driver_params(struct fd6_emit *emit) in fd6_build_driver_params()
|
H A D | fd6_draw.c | 38 #include "fd6_emit.h" 122 fixup_draw_state(struct fd_context *ctx, struct fd6_emit *emit) assert_dt 141 struct fd6_emit emit = {
|
H A D | fd6_program.c | 38 #include "fd6_emit.h" 1142 fd6_program_interp_state(struct fd6_emit *emit) in fd6_program_interp_state()
|
Completed in 7 milliseconds