Searched refs:linear_texture (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_transfer.c40 struct r300_resource *linear_texture; member in struct:r300_transfer
56 struct pipe_resource *dst = &r300transfer->linear_texture->b.b;
96 &r300transfer->linear_texture->b.b, 0, &src_box);
167 trans->linear_texture = r300_resource(
171 if (!trans->linear_texture) {
176 trans->linear_texture = r300_resource(
180 if (!trans->linear_texture) {
188 assert(!trans->linear_texture->tex.microtile &&
189 !trans->linear_texture->tex.macrotile[0]);
193 trans->linear_texture
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_transfer.c37 struct r300_resource *linear_texture; member in struct:r300_transfer
53 struct pipe_resource *dst = &r300transfer->linear_texture->b;
93 &r300transfer->linear_texture->b, 0, &src_box);
164 trans->linear_texture = r300_resource(
168 if (!trans->linear_texture) {
173 trans->linear_texture = r300_resource(
177 if (!trans->linear_texture) {
185 assert(!trans->linear_texture->tex.microtile &&
186 !trans->linear_texture->tex.macrotile[0]);
190 trans->linear_texture
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c53 struct pipe_resource *linear_texture; member in struct:vl_dri3_buffer
113 if (buffer->linear_texture)
114 pipe_resource_reference(&buffer->linear_texture, NULL);
258 buffer->linear_texture =
260 pixmap_buffer_texture = buffer->linear_texture;
262 if (!buffer->linear_texture)
587 back->linear_texture,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c55 struct pipe_resource *linear_texture; member in struct:vl_dri3_buffer
118 if (buffer->linear_texture)
119 pipe_resource_reference(&buffer->linear_texture, NULL);
262 buffer->linear_texture =
264 pixmap_buffer_texture = buffer->linear_texture;
266 if (!buffer->linear_texture)
594 back->linear_texture,

Completed in 5 milliseconds