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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.h98 boolean vs_out_layer; member in struct:r600_shader
H A Dr600_state.c2643 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer) |
H A Devergreen_state.c3644 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer);
H A Dr600_shader.c1050 ctx->shader->vs_out_layer = 1;
2672 ctx.shader->vs_out_layer = 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.h99 boolean vs_out_layer; member in struct:r600_shader
H A Dr600_dump.c114 PRINT_UINT_MEMBER(vs_out_layer);
H A Dr600_state.c2647 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer) |
H A Devergreen_state.c3657 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer);
H A Dr600_shader.c1138 ctx->shader->vs_out_layer = 1;
2760 ctx.shader->vs_out_layer = 1;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_clear.c62 nir_variable *vs_out_layer = local in function:build_color_shaders
64 vs_out_layer->data.location = VARYING_SLOT_LAYER;
65 vs_out_layer->data.interpolation = INTERP_MODE_FLAT;
70 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1);
502 nir_variable *vs_out_layer = local in function:build_depthstencil_shader
504 vs_out_layer->data.location = VARYING_SLOT_LAYER;
505 vs_out_layer->data.interpolation = INTERP_MODE_FLAT;
510 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_clear.c79 nir_variable *vs_out_layer = local in function:build_color_shaders
82 vs_out_layer->data.location = VARYING_SLOT_LAYER;
83 vs_out_layer->data.interpolation = INTERP_MODE_FLAT;
88 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1);
501 nir_variable *vs_out_layer = local in function:build_depthstencil_shader
504 vs_out_layer->data.location = VARYING_SLOT_LAYER;
505 vs_out_layer->data.interpolation = INTERP_MODE_FLAT;
510 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp138 m_proc.sh_info().vs_out_layer = 1;

Completed in 72 milliseconds