Searched refs:DST_COLOR (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_render_copy_redux.c | 60 #define DST_COLOR 0xfff0ff00 macro 140 scratch_buf_init(data, &dst, WIDTH, HEIGHT, STRIDE, DST_COLOR); in copy() 143 scratch_buf_check(data, &dst, WIDTH / 2, HEIGHT / 2, DST_COLOR); in copy() 149 scratch_buf_check(data, &dst, 10, 10, DST_COLOR); in copy() 167 scratch_buf_init(data, &dst, WIDTH, HEIGHT, STRIDE, DST_COLOR); in copy_flink() 189 scratch_buf_check(data, &dst, 10, 10, DST_COLOR); in copy_flink() 192 scratch_buf_check(data, &dst, 10, 10, DST_COLOR); in copy_flink()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 96 NV50_BLEND_FACTOR_CASE(DST_COLOR, DST_COLOR); in nv50_blend_fac()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 69 NVC0_BLEND_FACTOR_CASE(DST_COLOR, DST_COLOR); in nvc0_blend_fac()
|