Searched refs:stencil_out (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_blit.cpp | 657 nir_variable *stencil_out = nir_variable_create(b.shader, in get_stencil_resolve_fs() local 660 "stencil_out"); in get_stencil_resolve_fs() 661 stencil_out->data.location = FRAG_RESULT_COLOR; in get_stencil_resolve_fs() 721 nir_store_var(&b, stencil_out, nir_channel(&b, &tex->dest.ssa, 1), 0x1); in get_stencil_resolve_fs()
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 1493 nir_variable *stencil_out = in brw_blorp_build_nir_shader() local 1496 stencil_out->data.location = FRAG_RESULT_STENCIL; in brw_blorp_build_nir_shader() 1497 nir_store_var(&b, stencil_out, nir_channel(&b, color, 0), 0x1); in brw_blorp_build_nir_shader()
|
Completed in 6 milliseconds