Searched refs:ttex (Results 1 – 2 of 2) sorted by relevance
183 struct pipe_resource ttex = { in init_tex() local204 *tex = ctx->screen->resource_create(ctx->screen, &ttex); in init_tex()
1423 struct r600_bytecode_tex *ttex; in r600_bytecode_add_tex() local1424 LIST_FOR_EACH_ENTRY(ttex, &bc->cf_last->tex, list) { in r600_bytecode_add_tex()1425 if (ttex->dst_gpr == ntex->src_gpr) { in r600_bytecode_add_tex()