Home
last modified time | relevance | path

Searched defs:emit_state (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c78 struct emit_state { struct
79 struct radeon_compiler * C;
80 struct r500_fragment_program_code * Code;
82 struct branch_info * Branches;
83 unsigned int CurrentBranchDepth;
84 unsigned int BranchesReserved;
86 struct r500_loop_info * Loops;
87 unsigned int CurrentLoopDepth;
88 unsigned int LoopsReserved;
90 unsigned int MaxBranchDepth;
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c415 v3dX(emit_state)(struct pipe_context *pctx) in v3dX() argument
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h121 void (*emit_state) (struct intel_context * intel); member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c225 static void emit_state(struct rendering_state *state) in emit_state() function
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c356 emit_state(struct crocus_batch *batch, const void *data, unsigned size, in emit_state() function
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c356 emit_state(struct iris_batch *batch, in emit_state() function