Searched refs:src_stencil (Results 1 – 3 of 3) sorted by relevance
443 fs_reg src_depth, src_stencil; in emit_single_fb_write() local453 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()
4370 const fs_reg &src_stencil = inst->src[FB_WRITE_LOGICAL_SRC_SRC_STENCIL]; in lower_fb_write_logical_send() local4539 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()
1148 const GLubyte src_stencil = src_pixel_data[src_stencil_off]; in verifyTexture() local1150 if (src_stencil != dst_stencil) in verifyTexture()1154 << " expected: " << (GLuint)src_stencil << tcu::TestLog::EndMessage; in verifyTexture()