Searched refs:f_color (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_resolve.c39 nir_variable *f_color; /* vec4, fragment output color */ local in function:build_nir_fs
45 f_color = nir_variable_create(b.shader, nir_var_shader_out, vec4,
46 "f_color");
47 f_color->data.location = FRAG_RESULT_DATA0;
48 nir_store_var(&b, f_color, nir_imm_vec4(&b, 0.0, 0.0, 0.0, 1.0), 0xf);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_resolve.c38 nir_variable *f_color; /* vec4, fragment output color */ local in function:build_nir_fs
42 f_color = nir_variable_create(b.shader, nir_var_shader_out, vec4, "f_color");
43 f_color->data.location = FRAG_RESULT_DATA0;
44 nir_store_var(&b, f_color, nir_imm_vec4(&b, 0.0, 0.0, 0.0, 1.0), 0xf);

Completed in 3 milliseconds