Searched defs:color_out (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_nir_builtins.c | 156 nir_variable *color_out = in st_nir_make_clearcolor_shader() local
|
D | st_cb_drawpixels.c | 175 nir_variable *color_out = in make_drawpix_z_stencil_program_nir() local 217 nir_variable *color_out = in make_drawpix_zs_to_color_program_nir() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 121 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, vec4, "f_color"); in build_nir_copy_fragment_shader() local 169 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, vec4, "f_color"); in build_nir_copy_fragment_shader_depth() local 217 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, vec4, "f_color"); in build_nir_copy_fragment_shader_stencil() local
|
D | radv_meta_blit2d.c | 535 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, vec4, "f_color"); in build_nir_copy_fragment_shader() local 560 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, vec4, "f_color"); in build_nir_copy_fragment_shader_depth() local 585 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, vec4, "f_color"); in build_nir_copy_fragment_shader_stencil() local
|
D | radv_meta_resolve_fs.c | 48 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, vec4, "f_color"); in build_resolve_fragment_shader() local
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_aa_point.c | 44 unsigned color_out; // frag color out register member
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_blit.c | 245 nir_variable *color_out = nir_variable_create(b.shader, nir_var_shader_out, in vc4_get_yuv_fs() local
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_blit.c | 638 nir_variable *color_out = in v3d_get_sand8_fs() local
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 1481 nir_variable *color_out = in brw_blorp_build_nir_shader() local
|