Home
last modified time | relevance | path

Searched refs:radeon_state_atom (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.h477 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 …]
Dradeon_common_context.h126 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;
Dradeon_queryobj.h39 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);
Dr200_state_init.c222 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 …]
Dradeon_queryobj.c193 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()
Dradeon_common.c420 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()
Dr200_ioctl.h105 struct radeon_state_atom *atom ) in R200_DB_STATECHANGE()
Dr200_cmdbuf.c50 struct radeon_state_atom* current_atom = (atom); \
Dradeon_common_context.c227 struct radeon_state_atom *atom; in radeon_destroy_atom_list()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.h308 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 …]
Dradeon_common_context.h126 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;
Dradeon_queryobj.h39 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);
Dradeon_state_init.c189 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()
Dradeon_queryobj.c193 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()
Dradeon_common.c420 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()
Dradeon_ioctl.h113 struct radeon_state_atom *atom ) in RADEON_DB_STATECHANGE()
Dradeon_common_context.c227 struct radeon_state_atom *atom; in radeon_destroy_atom_list()