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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp655 nir_variable *stencil_out = nir_variable_create(b.shader, local in function:get_stencil_resolve_fs
658 "stencil_out");
659 stencil_out->data.location = FRAG_RESULT_COLOR;
719 nir_store_var(&b, stencil_out, nir_channel(&b, &tex->dest.ssa, 1), 0x1);
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c1493 nir_variable *stencil_out = local in function:brw_blorp_build_nir_shader
1496 stencil_out->data.location = FRAG_RESULT_STENCIL;
1497 nir_store_var(&b, stencil_out, nir_channel(&b, color, 0), 0x1);

Completed in 7 milliseconds