Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/
H A Dradv_meta_clear.c46 …nir_variable *vs_out_layer = nir_variable_create(vs_b.shader, nir_var_shader_out, layer_type, "v_l… in build_color_shaders() local
47 vs_out_layer->data.location = VARYING_SLOT_LAYER; in build_color_shaders()
48 vs_out_layer->data.interpolation = INTERP_MODE_FLAT; in build_color_shaders()
53 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1); in build_color_shaders()
400 …nir_variable *vs_out_layer = nir_variable_create(vs_b.shader, nir_var_shader_out, layer_type, "v_l… in build_depthstencil_shader() local
401 vs_out_layer->data.location = VARYING_SLOT_LAYER; in build_depthstencil_shader()
402 vs_out_layer->data.interpolation = INTERP_MODE_FLAT; in build_depthstencil_shader()
407 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1); in build_depthstencil_shader()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader_common.h83 bool vs_out_layer; member
H A Dr600_dump.c85 PRINT_UINT_MEMBER(vs_out_layer); in print_shader_info()
H A Dr600_shader.c903 ctx.shader->vs_out_layer = 1; in generate_gs_copy_shader()
H A Dr600_state.c2655 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer) | in r600_update_vs_state()
H A Devergreen_state.c3728 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer); in evergreen_update_vs_state()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_vs.cpp128 sh_info->vs_out_layer = m_vs_out_layer; in get_shader_info()