Home
last modified time | relevance | path

Searched refs:stencil_out (Results 1 – 5 of 5) sorted by relevance

/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.ext.ShaderTileImage.depth_stencil.frag.out22 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
/external/deqp-deps/glslang/Test/baseResults/
Dspv.ext.ShaderTileImage.depth_stencil.frag.out22 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
/external/deqp-deps/glslang/Test/
Dspv.ext.ShaderTileImage.depth_stencil.frag6 layout(location=0) out highp uvec4 stencil_out;
14 stencil_out = uvec4(stencil_value,0,0,0);
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.ext.ShaderTileImage.depth_stencil.frag6 layout(location=0) out highp uvec4 stencil_out;
14 stencil_out = uvec4(stencil_value,0,0,0);
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c1467 nir_variable *stencil_out = in brw_blorp_build_nir_shader() local
1470 stencil_out->data.location = FRAG_RESULT_STENCIL; in brw_blorp_build_nir_shader()
1471 nir_store_var(&b, stencil_out, nir_channel(&b, color, 0), 0x1); in brw_blorp_build_nir_shader()