Searched refs:_ReallyEnabled (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_tex.c55 if (texUnit->_ReallyEnabled) {
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_tex.c55 if (texUnit->_ReallyEnabled) {
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
H A Di830_texblend.c449 if (ctx->Texture.Unit[unit]._ReallyEnabled)
453 if (ctx->Texture.Unit[unit]._ReallyEnabled)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
H A Di830_texblend.c449 if (ctx->Texture.Unit[unit]._ReallyEnabled)
453 if (ctx->Texture.Unit[unit]._ReallyEnabled)
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_span.c127 if (ctx->Texture.Unit[i]._ReallyEnabled) {
146 if (ctx->Texture.Unit[i]._ReallyEnabled)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_span.c127 if (ctx->Texture.Unit[i]._ReallyEnabled) {
146 if (ctx->Texture.Unit[i]._ReallyEnabled)
H A Dradeon_state_init.c209 CHECK( cube0_mm, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
210 CHECK( cube1_mm, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
211 CHECK( cube2_mm, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
214 TCL_CHECK( tcl_tex0_add4, ctx->Texture.Unit[0]._ReallyEnabled, 4 )
215 TCL_CHECK( tcl_tex1_add4, ctx->Texture.Unit[1]._ReallyEnabled, 4 )
216 TCL_CHECK( tcl_tex2_add4, ctx->Texture.Unit[2]._ReallyEnabled, 4 )
236 CHECK( txr0, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_RECT_BIT), 0 )
237 CHECK( txr1, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_RECT_BIT), 0 )
238 CHECK( txr2, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_RECT_BIT), 0 )
425 if (!(ctx->Texture.Unit[i]._ReallyEnabled
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_span.c127 if (ctx->Texture.Unit[i]._ReallyEnabled) {
146 if (ctx->Texture.Unit[i]._ReallyEnabled)
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_span.c127 if (ctx->Texture.Unit[i]._ReallyEnabled) {
146 if (ctx->Texture.Unit[i]._ReallyEnabled)
H A Dradeon_state_init.c209 CHECK( cube0_mm, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
210 CHECK( cube1_mm, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
211 CHECK( cube2_mm, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
214 TCL_CHECK( tcl_tex0_add4, ctx->Texture.Unit[0]._ReallyEnabled, 4 )
215 TCL_CHECK( tcl_tex1_add4, ctx->Texture.Unit[1]._ReallyEnabled, 4 )
216 TCL_CHECK( tcl_tex2_add4, ctx->Texture.Unit[2]._ReallyEnabled, 4 )
236 CHECK( txr0, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_RECT_BIT), 0 )
237 CHECK( txr1, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_RECT_BIT), 0 )
238 CHECK( txr2, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_RECT_BIT), 0 )
425 if (!(ctx->Texture.Unit[i]._ReallyEnabled
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c68 if (ctx->Texture.Unit[i]._ReallyEnabled) {
H A Dnv04_context.c56 if ((ctx->Texture.Unit[0]._ReallyEnabled &&
58 ctx->Texture.Unit[1]._ReallyEnabled ||
H A Dnv20_state_tex.c172 if (!ctx->Texture.Unit[i]._ReallyEnabled) {
266 if (!ctx->Texture.Unit[i]._ReallyEnabled)
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c68 if (ctx->Texture.Unit[i]._ReallyEnabled) {
H A Dnv04_context.c56 if ((ctx->Texture.Unit[0]._ReallyEnabled &&
58 ctx->Texture.Unit[1]._ReallyEnabled ||
H A Dnv20_state_tex.c172 if (!ctx->Texture.Unit[i]._ReallyEnabled) {
266 if (!ctx->Texture.Unit[i]._ReallyEnabled)
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawtex.c130 if (ctx->Texture.Unit[i]._ReallyEnabled & TEXTURE_2D_BIT) {
199 if (ctx->Texture.Unit[i]._ReallyEnabled & TEXTURE_2D_BIT) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c130 if (ctx->Texture.Unit[i]._ReallyEnabled & TEXTURE_2D_BIT) {
199 if (ctx->Texture.Unit[i]._ReallyEnabled & TEXTURE_2D_BIT) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstate.c377 if (ctx->Texture.Unit[u]._ReallyEnabled &&
560 texUnit->_ReallyEnabled = 0x0;
583 texUnit->_ReallyEnabled = 1 << texIndex;
590 if (!texUnit->_ReallyEnabled) {
611 texUnit->_ReallyEnabled = 1 << texTarget;

Completed in 1175 milliseconds

1234