| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_clone.cpp | 213 ir_texture *new_tex = new(mem_ctx) ir_texture(this->op); local in function:ir_texture::clone 214 new_tex->type = this->type; 216 new_tex->sampler = this->sampler->clone(mem_ctx, ht); 218 new_tex->coordinate = this->coordinate->clone(mem_ctx, ht); 220 new_tex->projector = this->projector->clone(mem_ctx, ht); 222 new_tex->shadow_comparator = this->shadow_comparator->clone(mem_ctx, ht); 226 new_tex->offset = this->offset->clone(mem_ctx, ht); 236 new_tex->lod_info.bias = this->lod_info.bias->clone(mem_ctx, ht); 241 new_tex->lod_info.lod = this->lod_info.lod->clone(mem_ctx, ht); 244 new_tex [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_clone.cpp | 207 ir_texture *new_tex = new(mem_ctx) ir_texture(this->op); local in function:ir_texture::clone 208 new_tex->type = this->type; 210 new_tex->sampler = this->sampler->clone(mem_ctx, ht); 212 new_tex->coordinate = this->coordinate->clone(mem_ctx, ht); 214 new_tex->projector = this->projector->clone(mem_ctx, ht); 216 new_tex->shadow_comparator = this->shadow_comparator->clone(mem_ctx, ht); 220 new_tex->offset = this->offset->clone(mem_ctx, ht); 230 new_tex->lod_info.bias = this->lod_info.bias->clone(mem_ctx, ht); 235 new_tex->lod_info.lod = this->lod_info.lod->clone(mem_ctx, ht); 238 new_tex [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 419 struct si_texture *new_tex; local in function:si_reallocate_texture_inplace 437 new_tex = (struct si_texture *)screen->resource_create(screen, &templ); 438 if (!new_tex) 449 si_resource_copy_region(&sctx->b, &new_tex->buffer.b.b, 461 radeon_bo_reference(sctx->screen->ws, &tex->buffer.buf, new_tex->buffer.buf); 462 tex->buffer.gpu_address = new_tex->buffer.gpu_address; 463 tex->buffer.memory_usage_kb = new_tex->buffer.memory_usage_kb; 464 tex->buffer.bo_size = new_tex->buffer.bo_size; 465 tex->buffer.bo_alignment_log2 = new_tex->buffer.bo_alignment_log2; 466 tex->buffer.domains = new_tex [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_texture.c | 362 struct r600_texture *new_tex; local in function:r600_reallocate_texture_inplace 385 new_tex = (struct r600_texture*)screen->resource_create(screen, &templ); 386 if (!new_tex) 398 rctx->dma_copy(&rctx->b, &new_tex->resource.b.b, i, 0, 0, 0, 409 pb_reference(&rtex->resource.buf, new_tex->resource.buf); 410 rtex->resource.gpu_address = new_tex->resource.gpu_address; 411 rtex->resource.vram_usage = new_tex->resource.vram_usage; 412 rtex->resource.gart_usage = new_tex->resource.gart_usage; 413 rtex->resource.bo_size = new_tex->resource.bo_size; 414 rtex->resource.bo_alignment = new_tex [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_texture.c | 361 struct r600_texture *new_tex; local in function:r600_reallocate_texture_inplace 384 new_tex = (struct r600_texture*)screen->resource_create(screen, &templ); 385 if (!new_tex) 397 rctx->dma_copy(&rctx->b, &new_tex->resource.b.b, i, 0, 0, 0, 408 pb_reference(&rtex->resource.buf, new_tex->resource.buf); 409 rtex->resource.gpu_address = new_tex->resource.gpu_address; 410 rtex->resource.vram_usage = new_tex->resource.vram_usage; 411 rtex->resource.gart_usage = new_tex->resource.gart_usage; 412 rtex->resource.bo_size = new_tex->resource.bo_size; 413 rtex->resource.bo_alignment = new_tex [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 502 struct si_texture *new_tex; local in function:si_reallocate_texture_inplace 521 new_tex = (struct si_texture*)screen->resource_create(screen, &templ); 522 if (!new_tex) 534 sctx->dma_copy(&sctx->b, &new_tex->buffer.b.b, i, 0, 0, 0, 546 pb_reference(&tex->buffer.buf, new_tex->buffer.buf); 547 tex->buffer.gpu_address = new_tex->buffer.gpu_address; 548 tex->buffer.vram_usage = new_tex->buffer.vram_usage; 549 tex->buffer.gart_usage = new_tex->buffer.gart_usage; 550 tex->buffer.bo_size = new_tex->buffer.bo_size; 551 tex->buffer.bo_alignment = new_tex [all...] |