Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.h122 uint32_t coord_replace; member
Dvrend_shader.c1174 if (ctx->key->coord_replace & (1 << ctx->inputs[i].sid)) { in iter_declaration()
4485 const char *name_prefix, unsigned coord_replace) in rename_variables() argument
4491 (coord_replace & (1 << io[i].sid))) in rename_variables()
4500 const char *name_prefix, unsigned coord_replace, in rewrite_components() argument
4534 rename_variables(nio, io, name_prefix, coord_replace); in rewrite_components()
4674 const char *name_prefix, unsigned coord_replace) in evaluate_layout_overlays() argument
4717 rename_variables(nio, io, name_prefix, coord_replace); in evaluate_layout_overlays()
4766 ctx->key->coord_replace)) { in handle_io_arrays()
4782 ctx->key->coord_replace, true); in handle_io_arrays()
6365 (ctx->key->coord_replace & (1 << ctx->inputs[i].sid))) { in emit_ios_fs()
Dvrend_renderer.c3362 key->coord_replace = sub_ctx->rs_state.point_quad_rasterization in vrend_fill_shader_key()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c78 unsigned char coord_replace:1; member
244 key->unit[i].coord_replace = 1; in make_state_key()
1400 if (p->state->unit[i].coord_replace) in build_texture_transform()