Searched refs:next_tex (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1518 struct si_texture *next_tex = (struct si_texture *)next_plane; local in function:si_texture_from_winsys_buffer
1519 ++next_tex->num_planes;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.c1862 struct r600_bytecode_tex *tex = NULL, *next_tex;
1872 LIST_FOR_EACH_ENTRY_SAFE(tex, next_tex, &cf->tex, list) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.c1869 struct r600_bytecode_tex *tex = NULL, *next_tex;
1879 LIST_FOR_EACH_ENTRY_SAFE(tex, next_tex, &cf->tex, list) {

Completed in 10 milliseconds