Searched refs:ttex (Results 1 – 4 of 4) sorted by relevance
180 struct pipe_resource ttex = { in init_tex() local201 *tex = ctx->screen->resource_create(ctx->screen, &ttex); in init_tex()
1650 struct r600_bytecode_tex *ttex; in r600_bytecode_add_tex() local1651 LIST_FOR_EACH_ENTRY(ttex, &bc->cf_last->tex, list) { in r600_bytecode_add_tex()1652 if (ttex->dst_gpr == ntex->src_gpr) { in r600_bytecode_add_tex()