Searched refs:batch_space (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_emit.c45 void (*validate)(struct i915_context *, unsigned *batch_space);
47 unsigned dirty, batch_space; member in struct:i915_tracked_hw_state
51 validate_flush(struct i915_context *i915, unsigned *batch_space) argument
53 *batch_space = i915->flush_dirty ? 1 : 0;
105 validate_immediate(struct i915_context *i915, unsigned *batch_space) argument
116 *batch_space = 1 + util_bitcount(dirty);
178 validate_dynamic(struct i915_context *i915, unsigned *batch_space) argument
180 *batch_space =
195 validate_static(struct i915_context *i915, unsigned *batch_space) argument
197 *batch_space
242 validate_map(struct i915_context * i915,unsigned * batch_space) argument
291 validate_sampler(struct i915_context * i915,unsigned * batch_space) argument
319 validate_constants(struct i915_context * i915,unsigned * batch_space) argument
369 validate_program(struct i915_context * i915,unsigned * batch_space) argument
419 i915_validate_state(struct i915_context * i915,unsigned * batch_space) argument
473 unsigned batch_space; local in function:i915_emit_hardware_state
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_emit.c46 void (*validate)(struct i915_context *, unsigned *batch_space);
48 unsigned dirty, batch_space; member in struct:i915_tracked_hw_state
53 validate_flush(struct i915_context *i915, unsigned *batch_space) argument
55 *batch_space = i915->flush_dirty ? 1 : 0;
117 validate_immediate(struct i915_context *i915, unsigned *batch_space) argument
128 *batch_space = 1 + util_bitcount(dirty);
231 validate_dynamic(struct i915_context *i915, unsigned *batch_space) argument
233 *batch_space = util_bitcount(i915->dynamic_dirty & ((1 << I915_MAX_DYNAMIC) - 1));
247 validate_static(struct i915_context *i915, unsigned *batch_space) argument
249 *batch_space
298 validate_map(struct i915_context * i915,unsigned * batch_space) argument
345 validate_sampler(struct i915_context * i915,unsigned * batch_space) argument
373 validate_constants(struct i915_context * i915,unsigned * batch_space) argument
424 validate_program(struct i915_context * i915,unsigned * batch_space) argument
492 i915_validate_state(struct i915_context * i915,unsigned * batch_space) argument
543 unsigned batch_space; local in function:i915_emit_hardware_state
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_render_inline.h45 static force_inline int batch_space(struct sna *sna) function in typeref:typename:force_inline int
H A Dgen2_render.c1176 int rem = batch_space(sna), size, need;
3247 int rem = batch_space(sna) - 1;
H A Dgen3_render.c5444 int rem = batch_space(sna) - 1;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_render_inline.h45 static force_inline int batch_space(struct sna *sna) function in typeref:typename:force_inline int
H A Dgen2_render.c1157 int rem = batch_space(sna), size, need;
H A Dgen3_render.c5374 int rem = batch_space(sna) - 1;

Completed in 25 milliseconds