Home
last modified time | relevance | path

Searched defs:vs_out_layer (Results 1 – 2 of 2) 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
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
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader_common.h83 bool vs_out_layer; member