Home
last modified time | relevance | path

Searched refs:guest_sent_io_arrays (Results 1 – 3 of 3) sorted by relevance

/external/virglrenderer/src/
Dvrend_shader.h83 bool guest_sent_io_arrays; member
133 bool guest_sent_io_arrays; member
Dvrend_shader.c195 bool guest_sent_io_arrays; member
1126 ctx->guest_sent_io_arrays = true; in iter_declaration()
1135 ctx->guest_sent_io_arrays = true; in iter_declaration()
1190 ctx->guest_sent_io_arrays = true; in iter_declaration()
1306 ctx->guest_sent_io_arrays = true; in iter_declaration()
1439 ctx->guest_sent_io_arrays = true; in iter_declaration()
4745 if (ctx->guest_sent_io_arrays) { in handle_io_arrays()
4762 if (ctx->guest_sent_io_arrays) { in handle_io_arrays()
6881 sinfo->guest_sent_io_arrays = ctx->guest_sent_io_arrays; in fill_sinfo()
6988 ctx.guest_sent_io_arrays = key->guest_sent_io_arrays; in vrend_convert_shader()
[all …]
Dvrend_renderer.c3341 key->guest_sent_io_arrays = sub_ctx->shaders[prev_type]->sinfo.guest_sent_io_arrays; in vrend_fill_shader_key()