| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_blit.c | 203 struct pipe_resource tsrc = {}, tdst = {}, *src, *dst; 214 tsrc.target = tdst.target = PIPE_TEXTURE_2D_ARRAY; 215 tsrc.depth0 = tdst.depth0 = 1; 217 tsrc.format = tdst.format = choose_format(); 237 tdst = tsrc; 243 tdst.width0 = (rand() % max_tex_side_gen) + 1; 244 tdst.height0 = (rand() % max_tex_side_gen) + 1; 245 tdst.array_size = (rand() % max_tex_layers) + 1; 249 tdst.width0 = util_next_power_of_two(tdst [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_test_dma.c | 207 struct pipe_resource tsrc = {}, tdst = {}, *src, *dst; 218 tsrc.target = tdst.target = PIPE_TEXTURE_2D_ARRAY; 219 tsrc.depth0 = tdst.depth0 = 1; 222 tsrc.format = tdst.format = get_format_from_bpp(bpp); 239 tdst = tsrc; 245 tdst.width0 = (rand() % max_tex_side_gen) + 1; 246 tdst.height0 = (rand() % max_tex_side_gen) + 1; 247 tdst.array_size = (rand() % max_tex_layers) + 1; 251 tdst.width0 = util_next_power_of_two(tdst [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma.c | 222 struct pipe_resource tsrc = {}, tdst = {}, *src, *dst; 233 tsrc.target = tdst.target = PIPE_TEXTURE_2D_ARRAY; 234 tsrc.depth0 = tdst.depth0 = 1; 237 tsrc.format = tdst.format = get_format_from_bpp(bpp); 254 tdst = tsrc; 260 tdst.width0 = (rand() % max_tex_side_gen) + 1; 261 tdst.height0 = (rand() % max_tex_side_gen) + 1; 262 tdst.array_size = (rand() % max_tex_layers) + 1; 266 tdst.width0 = util_next_power_of_two(tdst [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_test_dma.c | 206 struct pipe_resource tsrc = {}, tdst = {}, *src, *dst; 217 tsrc.target = tdst.target = PIPE_TEXTURE_2D_ARRAY; 218 tsrc.depth0 = tdst.depth0 = 1; 221 tsrc.format = tdst.format = get_format_from_bpp(bpp); 238 tdst = tsrc; 244 tdst.width0 = (rand() % max_tex_side_gen) + 1; 245 tdst.height0 = (rand() % max_tex_side_gen) + 1; 246 tdst.array_size = (rand() % max_tex_layers) + 1; 250 tdst.width0 = util_next_power_of_two(tdst [all...] |
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | composite.c | 235 color_t expected, tdst, tsrc, tmsk; local in function:composite_test 254 tdst = *dst->color; 305 tdst.r = convert_linear_to_srgb (tdst.r); 306 tdst.g = convert_linear_to_srgb (tdst.g); 307 tdst.b = convert_linear_to_srgb (tdst.b); 308 round_color (dst->format, &tdst); 309 tdst [all...] |
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_shadow.c | 113 CARD8 *src, *dst, *tdst, *tsrc; local in function:SISRefreshAreaReflect 131 tdst = dst; 134 while(twidth--) *tdst-- = *tsrc++; 175 tdst = dst; 178 while(twidth--) *tdst-- = *tsrc++;
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_xv.c | 1292 unsigned char *tdst = dst; local in function:NVPutImage 1296 memcpy(tdst, tbuf, line_len); 1297 tdst += line_len;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 2170 struct threaded_resource *tdst = threaded_resource(dst); local in function:tc_resource_copy_region 2185 util_range_add(&tdst->valid_buffer_range, dstx, dstx + src_box->width);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_shader.c | 483 struct ureg_dst tdst; /* scratch dst if we need extra modifiers */ member in struct:shader_translator::__anonefe32c7b0408 1384 tx->regs.tdst = ureg_writemask(tx_scratch(tx), param->mask); 1385 return tx->regs.tdst; 1407 ureg_MUL(tx->ureg, rdst, ureg_src(tx->regs.tdst), ureg_imm1f(tx->ureg, f));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 484 struct ureg_dst tdst; /* scratch dst if we need extra modifiers */ member in struct:shader_translator::__anonc3f85ce20408 1405 tx->regs.tdst = ureg_writemask(tx_scratch(tx), param->mask); 1406 return tx->regs.tdst; 1428 ureg_MUL(tx->ureg, rdst, ureg_src(tx->regs.tdst), ureg_imm1f(tx->ureg, f));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 3558 struct threaded_resource *tdst = threaded_resource(dst); local in function:tc_resource_copy_region 3578 util_range_add(&tdst->b, &tdst->valid_buffer_range,
|