Searched refs:stencil_out (Results 1 – 4 of 4) sorted by relevance
/third_party/glslang/Test/baseResults/ |
D | spv.ext.ShaderTileImage.depth_stencil.frag.out | 22 Name 16 "stencil_out" 25 Decorate 16(stencil_out) Location 0 35 16(stencil_out): 15(ptr) Variable Output 51 Store 16(stencil_out) 19
|
/third_party/glslang/Test/ |
D | spv.ext.ShaderTileImage.depth_stencil.frag | 6 layout(location=0) out highp uvec4 stencil_out; 14 stencil_out = uvec4(stencil_value,0,0,0);
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_blit.cpp | 657 nir_variable *stencil_out = nir_variable_create(b.shader, in get_stencil_resolve_fs() local 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/ |
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()
|