| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen6_render.c | 1032 sampler_state_init(struct gen6_sampler_state *sampler_state, function in typeref:typename:void 1082 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1085 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1091 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_REPEAT); 1094 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 3741 sampler_state_init(ss++, i, j); 3742 sampler_state_init(ss++, k, l);
|
| H A D | gen7_render.c | 1238 sampler_state_init(struct gen7_sampler_state *sampler_state, function in typeref:typename:void 1288 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1291 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1297 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_REPEAT); 1300 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 3974 sampler_state_init(ss++, i, j); 3975 sampler_state_init(ss++, k, l);
|
| H A D | gen8_render.c | 1336 sampler_state_init(struct gen8_sampler_state *sampler_state, function in typeref:typename:void 1387 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1390 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1396 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_REPEAT); 1399 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 4083 sampler_state_init(ss++, i, j); 4084 sampler_state_init(ss++, k, l);
|
| H A D | gen9_render.c | 1415 sampler_state_init(struct gen9_sampler_state *sampler_state, function in typeref:typename:void 1466 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1469 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1475 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_REPEAT); 1478 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 4184 sampler_state_init(ss++, i, j); 4185 sampler_state_init(ss++, k, l);
|
| H A D | gen4_render.c | 414 sampler_state_init(struct gen4_sampler_state *sampler_state, function in typeref:typename:void 3104 sampler_state_init(&sampler_state[0], src_filter, src_extend); 3105 sampler_state_init(&sampler_state[1], mask_filter, mask_extend);
|
| H A D | gen5_render.c | 403 sampler_state_init(struct gen5_sampler_state *sampler_state, function in typeref:typename:void 3212 sampler_state_init(&sampler_state[0], src_filter, src_extend); 3213 sampler_state_init(&sampler_state[1], mask_filter, mask_extend);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen6_render.c | 998 sampler_state_init(struct gen6_sampler_state *sampler_state, function in typeref:typename:void 1048 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1051 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1057 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_REPEAT); 1060 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 3660 sampler_state_init(ss++, i, j); 3661 sampler_state_init(ss++, k, l);
|
| H A D | gen7_render.c | 1201 sampler_state_init(struct gen7_sampler_state *sampler_state, function in typeref:typename:void 1251 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1254 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1260 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_REPEAT); 1263 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 3881 sampler_state_init(ss++, i, j); 3882 sampler_state_init(ss++, k, l);
|
| H A D | gen8_render.c | 1269 sampler_state_init(struct gen8_sampler_state *sampler_state, function in typeref:typename:void 1320 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1323 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 1329 sampler_state_init(ss, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_REPEAT); 1332 sampler_state_init(ss+1, SAMPLER_FILTER_NEAREST, SAMPLER_EXTEND_NONE); 3949 sampler_state_init(ss++, i, j); 3950 sampler_state_init(ss++, k, l);
|
| H A D | gen4_render.c | 377 sampler_state_init(struct gen4_sampler_state *sampler_state, function in typeref:typename:void 3038 sampler_state_init(&sampler_state[0], src_filter, src_extend); 3039 sampler_state_init(&sampler_state[1], mask_filter, mask_extend);
|
| H A D | gen5_render.c | 366 sampler_state_init(struct gen5_sampler_state *sampler_state, function in typeref:typename:void 3151 sampler_state_init(&sampler_state[0], src_filter, src_extend); 3152 sampler_state_init(&sampler_state[1], mask_filter, mask_extend);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i965_render.c | 698 sampler_state_init (drm_intel_bo *sampler_state_bo, function in typeref:typename:void 781 sampler_state_init(sampler_state_bo, 785 sampler_state_init(sampler_state_bo,
|