Searched refs:SRC_COLOR (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_render_copy_redux.c | 59 #define SRC_COLOR 0xffff00ff macro 139 scratch_buf_init(data, &src, WIDTH, HEIGHT, STRIDE, SRC_COLOR); in copy() 142 scratch_buf_check(data, &src, WIDTH / 2, HEIGHT / 2, SRC_COLOR); in copy() 150 scratch_buf_check(data, &dst, WIDTH - 10, HEIGHT - 10, SRC_COLOR); in copy() 174 scratch_buf_init(&local, &local_dst, WIDTH, HEIGHT, STRIDE, SRC_COLOR); in copy_flink() 190 scratch_buf_check(data, &dst, WIDTH - 10, HEIGHT - 10, SRC_COLOR); in copy_flink() 193 scratch_buf_check(data, &dst, WIDTH - 10, HEIGHT - 10, SRC_COLOR); in copy_flink()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 93 NV50_BLEND_FACTOR_CASE(SRC_COLOR, SRC_COLOR); in nv50_blend_fac()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 66 NVC0_BLEND_FACTOR_CASE(SRC_COLOR, SRC_COLOR); in nvc0_blend_fac()
|