Home | History | Annotate | Download | only in i915

Lines Matching refs:ifs

1116    struct i915_fragment_shader *ifs = p->shader;
1134 assert(ifs->constant_flags[i] == 0x0);
1135 ifs->constant_flags[i] = I915_CONSTFLAG_USER;
1136 ifs->num_constants = MAX2(ifs->num_constants, i + 1);
1174 if (ifs->constant_flags[j] == 0x0) {
1175 memcpy(ifs->constants[j],
1179 ifs->constant_flags[j] = 0xf; /* all four comps used */
1181 ifs->num_constants = MAX2(ifs->num_constants, j + 1);
1218 struct i915_fragment_shader *ifs)
1223 p->shader = ifs;
1231 ifs->num_constants = 0;
1232 memset(ifs->constant_flags, 0, sizeof(ifs->constant_flags));
1237 ifs->generic_mapping[i] = -1;
1266 struct i915_fragment_shader *ifs = p->shader;
1288 i915_use_passthrough_shader(ifs);
1302 assert(!ifs->decl);
1303 assert(!ifs->program);
1305 ifs->decl
1307 ifs->program
1310 if (ifs->decl) {
1311 ifs->decl_len = decl_size;
1313 memcpy(ifs->decl,
1318 if (ifs->program) {
1319 ifs->program_len = program_size;
1321 memcpy(ifs->program,