D | brw_state_dump.c | 227 struct gen5_sampler_default_color *sdc = (intel->batch.bo->virtual + in dump_sdc() local 230 batch_out(brw, name, offset, 1, "r %f\n", sdc->f[0]); in dump_sdc() 231 batch_out(brw, name, offset, 2, "b %f\n", sdc->f[1]); in dump_sdc() 232 batch_out(brw, name, offset, 3, "g %f\n", sdc->f[2]); in dump_sdc() 233 batch_out(brw, name, offset, 4, "a %f\n", sdc->f[3]); in dump_sdc() 242 struct brw_sampler_default_color *sdc = (intel->batch.bo->virtual + in dump_sdc() local 244 batch_out(brw, name, offset, 0, "r %f\n", sdc->color[0]); in dump_sdc() 245 batch_out(brw, name, offset, 1, "g %f\n", sdc->color[1]); in dump_sdc() 246 batch_out(brw, name, offset, 2, "b %f\n", sdc->color[2]); in dump_sdc() 247 batch_out(brw, name, offset, 3, "a %f\n", sdc->color[3]); in dump_sdc()
|