Searched refs:vs_out_layer (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h82 boolean vs_out_layer; member in struct:r600_shader
H A Devergreen_state.c3227 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer);
H A Dr600_state.c2607 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer) |
H A Dr600_shader.c936 ctx->shader->vs_out_layer = 1;
2334 ctx.shader->vs_out_layer = 1;
/external/mesa3d/src/amd/vulkan/
H A Dradv_meta_clear.c102 nir_variable *vs_out_layer = local
105 vs_out_layer->data.location = VARYING_SLOT_LAYER;
106 vs_out_layer->data.interpolation = INTERP_MODE_FLAT;
109 nir_store_var(&vs_b, vs_out_layer, inst_id, 0x1);
491 nir_variable *vs_out_layer = local
494 vs_out_layer->data.location = VARYING_SLOT_LAYER;
495 vs_out_layer->data.interpolation = INTERP_MODE_FLAT;
497 nir_store_var(&vs_b, vs_out_layer, inst_id, 0x1);

Completed in 374 milliseconds