Home
last modified time | relevance | path

Searched refs:src_stencil (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp443 fs_reg src_depth, src_stencil; in emit_single_fb_write() local
453 src_stencil = frag_stencil; in emit_single_fb_write()
456 color0, color1, src0_alpha, src_depth, dst_depth, src_stencil, in emit_single_fb_write()
Dbrw_fs.cpp4370 const fs_reg &src_stencil = inst->src[FB_WRITE_LOGICAL_SRC_SRC_STENCIL]; in lower_fb_write_logical_send() local
4539 if (src_stencil.file != BAD_FILE) { in lower_fb_write_logical_send()
4552 subscript(src_stencil, BRW_REGISTER_TYPE_UB, 0)); in lower_fb_write_logical_send()
/external/deqp/external/openglcts/modules/gl/
Dgl4cStencilTexturingTests.cpp1148 const GLubyte src_stencil = src_pixel_data[src_stencil_off]; in verifyTexture() local
1150 if (src_stencil != dst_stencil) in verifyTexture()
1154 << " expected: " << (GLuint)src_stencil << tcu::TestLog::EndMessage; in verifyTexture()