/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_context.h | 477 struct radeon_state_atom ctx; 478 struct radeon_state_atom set; 479 struct radeon_state_atom sci; 480 struct radeon_state_atom vte; 481 struct radeon_state_atom lin; 482 struct radeon_state_atom msk; 483 struct radeon_state_atom vpt; 484 struct radeon_state_atom vap; 485 struct radeon_state_atom vtx; 486 struct radeon_state_atom tcl; [all …]
|
D | radeon_common_context.h | 126 struct radeon_state_atom { struct 127 struct radeon_state_atom *next, *prev; argument 135 … int (*check) (struct gl_context *, struct radeon_state_atom *atom); /* is this state active? */ argument 136 void (*emit) (struct gl_context *, struct radeon_state_atom *atom); argument 141 struct radeon_state_atom atomlist; 448 struct radeon_state_atom queryobj;
|
D | radeon_queryobj.h | 39 int radeon_check_query_active(struct gl_context *ctx, struct radeon_state_atom *atom); 40 void radeon_emit_queryobj(struct gl_context *ctx, struct radeon_state_atom *atom);
|
D | r200_state_init.c | 222 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \ 230 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \ 237 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \ 244 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \ 324 static int check_rrb(struct gl_context *ctx, struct radeon_state_atom *atom) in check_rrb() 335 struct radeon_state_atom *atom) in check_polygon_stipple() 343 static void mtl_emit(struct gl_context *ctx, struct radeon_state_atom *atom) in mtl_emit() 355 static void lit_emit(struct gl_context *ctx, struct radeon_state_atom *atom) in lit_emit() 367 static void ptp_emit(struct gl_context *ctx, struct radeon_state_atom *atom) in ptp_emit() 379 static void veclinear_emit(struct gl_context *ctx, struct radeon_state_atom *atom) in veclinear_emit() [all …]
|
D | radeon_queryobj.c | 193 int radeon_check_query_active(struct gl_context *ctx, struct radeon_state_atom *atom) in radeon_check_query_active() 203 void radeon_emit_queryobj(struct gl_context *ctx, struct radeon_state_atom *atom) in radeon_emit_queryobj()
|
D | radeon_common.c | 420 static void radeon_print_state_atom(radeonContextPtr radeon, struct radeon_state_atom *state) in radeon_print_state_atom() 457 struct radeon_state_atom *atom; in radeonCountStateEmitSize() 488 static inline void radeon_emit_atom(radeonContextPtr radeon, struct radeon_state_atom *atom) in radeon_emit_atom() 515 struct radeon_state_atom *atom; in radeonEmitAtoms()
|
D | r200_ioctl.h | 105 struct radeon_state_atom *atom ) in R200_DB_STATECHANGE()
|
D | r200_cmdbuf.c | 50 struct radeon_state_atom* current_atom = (atom); \
|
D | radeon_common_context.c | 227 struct radeon_state_atom *atom; in radeon_destroy_atom_list()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_context.h | 308 struct radeon_state_atom ctx; 309 struct radeon_state_atom set; 310 struct radeon_state_atom lin; 311 struct radeon_state_atom msk; 312 struct radeon_state_atom vpt; 313 struct radeon_state_atom tcl; 314 struct radeon_state_atom msc; 315 struct radeon_state_atom tex[3]; 316 struct radeon_state_atom cube[3]; 317 struct radeon_state_atom zbs; [all …]
|
D | radeon_common_context.h | 126 struct radeon_state_atom { struct 127 struct radeon_state_atom *next, *prev; argument 135 … int (*check) (struct gl_context *, struct radeon_state_atom *atom); /* is this state active? */ argument 136 void (*emit) (struct gl_context *, struct radeon_state_atom *atom); argument 141 struct radeon_state_atom atomlist; 448 struct radeon_state_atom queryobj;
|
D | radeon_queryobj.h | 39 int radeon_check_query_active(struct gl_context *ctx, struct radeon_state_atom *atom); 40 void radeon_emit_queryobj(struct gl_context *ctx, struct radeon_state_atom *atom);
|
D | radeon_state_init.c | 189 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \ 195 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \ 260 static void scl_emit(struct gl_context *ctx, struct radeon_state_atom *atom) in scl_emit() 272 static void vec_emit(struct gl_context *ctx, struct radeon_state_atom *atom) in vec_emit() 284 static void lit_emit(struct gl_context *ctx, struct radeon_state_atom *atom) in lit_emit() 296 static int check_always_ctx( struct gl_context *ctx, struct radeon_state_atom *atom) in check_always_ctx() 318 static void ctx_emit_cs(struct gl_context *ctx, struct radeon_state_atom *atom) in ctx_emit_cs() 418 static void cube_emit_cs(struct gl_context *ctx, struct radeon_state_atom *atom) in cube_emit_cs() 455 static void tex_emit_cs(struct gl_context *ctx, struct radeon_state_atom *atom) in tex_emit_cs()
|
D | radeon_queryobj.c | 193 int radeon_check_query_active(struct gl_context *ctx, struct radeon_state_atom *atom) in radeon_check_query_active() 203 void radeon_emit_queryobj(struct gl_context *ctx, struct radeon_state_atom *atom) in radeon_emit_queryobj()
|
D | radeon_common.c | 420 static void radeon_print_state_atom(radeonContextPtr radeon, struct radeon_state_atom *state) in radeon_print_state_atom() 457 struct radeon_state_atom *atom; in radeonCountStateEmitSize() 488 static inline void radeon_emit_atom(radeonContextPtr radeon, struct radeon_state_atom *atom) in radeon_emit_atom() 515 struct radeon_state_atom *atom; in radeonEmitAtoms()
|
D | radeon_ioctl.h | 113 struct radeon_state_atom *atom ) in RADEON_DB_STATECHANGE()
|
D | radeon_common_context.c | 227 struct radeon_state_atom *atom; in radeon_destroy_atom_list()
|