Searched refs:ttex (Results 1 – 2 of 2) sorted by relevance
1534 struct r600_bytecode_tex *ttex; in r600_bytecode_add_tex() local1535 LIST_FOR_EACH_ENTRY(ttex, &bc->cf_last->tex, list) { in r600_bytecode_add_tex()1536 if (ttex->dst_gpr == ntex->src_gpr && in r600_bytecode_add_tex()1537 (ttex->dst_sel_x < 4 || ttex->dst_sel_y < 4 || in r600_bytecode_add_tex()1538 ttex->dst_sel_z < 4 || ttex->dst_sel_w < 4)) { in r600_bytecode_add_tex()
183 struct pipe_resource ttex = { in init_tex() local204 *tex = ctx->screen->resource_create(ctx->screen, &ttex); in init_tex()