Searched refs:constant_flags (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c294 if (ifs->constant_flags[reg] == I915_CONSTFLAG_USER)
297 if (!(ifs->constant_flags[reg] & (1 << idx)) ||
300 ifs->constant_flags[reg] |= 1 << idx;
331 if (ifs->constant_flags[reg] == 0xf ||
332 ifs->constant_flags[reg] == I915_CONSTFLAG_USER)
335 if (!(ifs->constant_flags[reg] & (3 << idx))) {
338 ifs->constant_flags[reg] |= 3 << idx;
360 if (ifs->constant_flags[reg] == 0xf &&
367 else if (ifs->constant_flags[reg] == 0) {
373 ifs->constant_flags[re
[all...]
H A Di915_fpc_translate.c982 assert(ifs->constant_flags[i] == 0x0);
983 ifs->constant_flags[i] = I915_CONSTFLAG_USER;
1022 if (ifs->constant_flags[j] == 0x0) {
1027 ifs->constant_flags[j] = 0xf; /* all four comps used */
1080 memset(ifs->constant_flags, 0, sizeof(ifs->constant_flags));
H A Di915_context.h92 /** See constant_flags[] below */
131 ubyte constant_flags[I915_MAX_CONSTANT]; member in struct:i915_fragment_shader
H A Di915_state_emit.c385 * immediates according to the constant_flags[] array.
398 if (i915->fs->constant_flags[i] == I915_CONSTFLAG_USER) {
411 (i915->fs->constant_flags[i] == I915_CONSTFLAG_USER
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c280 if (ifs->constant_flags[reg] == I915_CONSTFLAG_USER)
283 if (!(ifs->constant_flags[reg] & (1 << idx)) ||
286 ifs->constant_flags[reg] |= 1 << idx;
317 if (ifs->constant_flags[reg] == 0xf ||
318 ifs->constant_flags[reg] == I915_CONSTFLAG_USER)
321 if (!(ifs->constant_flags[reg] & (3 << idx))) {
324 ifs->constant_flags[reg] |= 3 << idx;
346 if (ifs->constant_flags[reg] == 0xf && ifs->constants[reg][0] == c0 &&
350 } else if (ifs->constant_flags[reg] == 0) {
356 ifs->constant_flags[re
[all...]
H A Di915_fpc_translate.c780 ifs->constant_flags[i] = I915_CONSTFLAG_USER;
817 if (ifs->constant_flags[j] == 0x0) {
821 ifs->constant_flags[j] = 0xf; /* all four comps used */
875 memset(ifs->constant_flags, 0, sizeof(ifs->constant_flags));
1022 if (fs->constant_flags[i] &&
1023 fs->constant_flags[i] != I915_CONSTFLAG_USER) {
H A Di915_state_emit.c330 * immediates according to the constant_flags[] array.
343 if (i915->fs->constant_flags[i] == I915_CONSTFLAG_USER) {
356 (i915->fs->constant_flags[i] == I915_CONSTFLAG_USER
H A Di915_context.h89 /** See constant_flags[] below */
123 ubyte constant_flags[I915_MAX_CONSTANT]; member in struct:i915_fragment_shader
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_program.c311 if (p->constant_flags[reg] == I915_CONSTFLAG_PARAM)
314 if (!(p->constant_flags[reg] & (1 << idx)) ||
317 p->constant_flags[reg] |= 1 << idx;
346 if (p->constant_flags[reg] == 0xf ||
347 p->constant_flags[reg] == I915_CONSTFLAG_PARAM)
350 if (!(p->constant_flags[reg] & (3 << idx))) {
353 p->constant_flags[reg] |= 3 << idx;
376 if (p->constant_flags[reg] == 0xf &&
382 else if (p->constant_flags[reg] == 0) {
387 p->constant_flags[re
[all...]
H A Di915_context.h173 GLuint constant_flags[I915_MAX_CONSTANT]; member in struct:i915_fragment_program
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_program.c311 if (p->constant_flags[reg] == I915_CONSTFLAG_PARAM)
314 if (!(p->constant_flags[reg] & (1 << idx)) ||
317 p->constant_flags[reg] |= 1 << idx;
346 if (p->constant_flags[reg] == 0xf ||
347 p->constant_flags[reg] == I915_CONSTFLAG_PARAM)
350 if (!(p->constant_flags[reg] & (3 << idx))) {
353 p->constant_flags[reg] |= 3 << idx;
376 if (p->constant_flags[reg] == 0xf &&
382 else if (p->constant_flags[reg] == 0) {
387 p->constant_flags[re
[all...]
H A Di915_context.h173 GLuint constant_flags[I915_MAX_CONSTANT]; member in struct:i915_fragment_program

Completed in 12 milliseconds