Home
last modified time | relevance | path

Searched refs:coord_replace (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/
Dvrend_shader.h84 uint32_t coord_replace; member
Dvrend_shader.c877 if (ctx->key->coord_replace & (1 << ctx->inputs[i].sid)) { in iter_declaration()
4460 (ctx->key->coord_replace & (1 << ctx->inputs[i].sid))) { in emit_ios()
Dvrend_renderer.c2719 …key->coord_replace = ctx->sub->rs_state.point_quad_rasterization ? ctx->sub->rs_state.sprite_coord… in vrend_fill_shader_key()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c80 unsigned coord_replace:1; member
250 key->unit[i].coord_replace = 1; in make_state_key()
1407 if (p->state->unit[i].coord_replace) in build_texture_transform()