Searched defs:emitted (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h186 union si_state emitted; member in struct:r600_context
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_context.h137 GLuint emitted; /* I810_UPLOAD_* */ member in struct:i830_hw_state
157 i830->state.emitted &= ~flag; \
H A Di915_context.h246 GLuint emitted; /* I915_UPLOAD_* */ member in struct:i915_hw_state
271 (i915)->state.emitted &= ~(flag); \
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h186 union si_state emitted; member in struct:r600_context
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_context.h137 GLuint emitted; /* I810_UPLOAD_* */ member in struct:i830_hw_state
157 i830->state.emitted &= ~flag; \
H A Di915_context.h246 GLuint emitted; /* I915_UPLOAD_* */ member in struct:i915_hw_state
271 (i915)->state.emitted &= ~(flag); \
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h117 struct brw_reg hw_reg; /* emitted to this reg, may not always be there */
129 GLuint emitted:1; member in struct:brw_wm_ref
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h117 struct brw_reg hw_reg; /* emitted to this reg, may not always be there */
129 GLuint emitted:1; member in struct:brw_wm_ref
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c470 * marked as ready and should be emitted in the same TEX
472 * emitted in two different TEX blocks:
712 static void presub_nop(struct rc_instruction * emitted) { argument
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) {
719 if (emitted->Prev->U.P.RGB.WriteMask)
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex;
723 if (emitted->Prev->U.P.Alpha.WriteMask)
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex;
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
731 emitted
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c470 * marked as ready and should be emitted in the same TEX
472 * emitted in two different TEX blocks:
712 static void presub_nop(struct rc_instruction * emitted) { argument
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) {
719 if (emitted->Prev->U.P.RGB.WriteMask)
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex;
723 if (emitted->Prev->U.P.Alpha.WriteMask)
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex;
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
731 emitted
[all...]

Completed in 74 milliseconds