Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cStencilTexturingTests.cpp1145 const GLubyte src_stencil = src_pixel_data[src_stencil_off]; in verifyTexture() local
1147 if (src_stencil != dst_stencil) in verifyTexture()
1151 << " expected: " << (GLuint)src_stencil << tcu::TestLog::EndMessage; in verifyTexture()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp626 fs_reg src_depth, src_stencil; in emit_single_fb_write() local
643 src_stencil = frag_stencil; in emit_single_fb_write()
646 color0, color1, src0_alpha, src_depth, dst_depth, src_stencil, in emit_single_fb_write()
H A Dbrw_lower_logical_sends.cpp163 const fs_reg &src_stencil = inst->src[FB_WRITE_LOGICAL_SRC_SRC_STENCIL]; in lower_fb_write_logical_send() local
332 if (src_stencil.file != BAD_FILE) { in lower_fb_write_logical_send()
336 /* XXX: src_stencil is only available on gfx9+. dst_depth is never in lower_fb_write_logical_send()
345 subscript(src_stencil, BRW_REGISTER_TYPE_UB, 0)); in lower_fb_write_logical_send()

Completed in 7 milliseconds