Home
last modified time | relevance | path

Searched refs:vs_out_layer (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h94 boolean vs_out_layer; member
Dr600_dump.c109 PRINT_UINT_MEMBER(vs_out_layer); in print_shader_info()
Dr600_state.c2650 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer) | in r600_update_vs_state()
Devergreen_state.c3652 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer); in evergreen_update_vs_state()
Dr600_shader.c1159 ctx->shader->vs_out_layer = 1; in tgsi_declaration()
2771 ctx.shader->vs_out_layer = 1; in generate_gs_copy_shader()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c62 nir_variable *vs_out_layer = in build_color_shaders() local
64 vs_out_layer->data.location = VARYING_SLOT_LAYER; in build_color_shaders()
65 vs_out_layer->data.interpolation = INTERP_MODE_FLAT; in build_color_shaders()
70 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1); in build_color_shaders()
423 nir_variable *vs_out_layer = in build_depthstencil_shader() local
425 vs_out_layer->data.location = VARYING_SLOT_LAYER; in build_depthstencil_shader()
426 vs_out_layer->data.interpolation = INTERP_MODE_FLAT; in build_depthstencil_shader()
431 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1); in build_depthstencil_shader()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_vs.cpp147 sh_info->vs_out_layer = m_vs_out_layer; in get_shader_info()