Searched refs:ubuf (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_video.c | 1531 unsigned char *ubuf, *vbuf, *tbuf; local in function:MGACopyScaledILOAD 1621 ubuf=vbuf+width*height/4; 1622 pu = (CARD32 *)(ubuf+(src_y/2)*(width/2)); 1821 CARD8 *ubuf, *vbuf; local in function:MGACopyILOAD 1922 ubuf=vbuf+width*height/4; 1927 pu = (CARD32 *)(ubuf+(src_y/2)*(width/2));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 1020 uint32_t *PANDECODE_PTR_VAR(ubuf, umem2, ptr); 1023 /* The blob uses ubuf 0 to upload internal stuff and 1033 pandecode_log("0x%"PRIx32", ", ubuf[4 * j + k]); 1035 pandecode_log_cont("0x%"PRIx32", ", ubuf[4 * j + k]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 3136 struct pipe_constant_buffer ubuf = { local in function:panfrost_launch_grid 3144 pipe->set_constant_buffer(pipe, PIPE_SHADER_COMPUTE, 0, false, &ubuf);
|
Completed in 11 milliseconds