Home
last modified time | relevance | path

Searched defs:color_out (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c148 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, in build_nir_copy_fragment_shader() local
202 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, in build_nir_copy_fragment_shader_depth() local
256 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, in build_nir_copy_fragment_shader_stencil() local
Dradv_meta_blit2d.c537 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, in build_nir_copy_fragment_shader() local
566 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, in build_nir_copy_fragment_shader_depth() local
595 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, in build_nir_copy_fragment_shader_stencil() local
Dradv_meta_resolve_fs.c77 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, in build_resolve_fragment_shader() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_aa_point.c44 unsigned color_out; // frag color out register member
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c64 nir_variable *color_out; member