Searched refs:src_stencil (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 375 fs_reg src_depth, src_stencil; local in function:fs_visitor::emit_single_fb_write 385 src_stencil = frag_stencil; 388 color0, color1, src0_alpha, src_depth, dst_depth, src_stencil,
|
| H A D | brw_fs.cpp | 4184 const fs_reg &src_stencil = inst->src[FB_WRITE_LOGICAL_SRC_SRC_STENCIL]; local in function:lower_fb_write_logical_send 4355 if (src_stencil.file != BAD_FILE) { 4359 /* XXX: src_stencil is only available on gen9+. dst_depth is never 4368 subscript(src_stencil, BRW_REGISTER_TYPE_UB, 0));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 621 fs_reg src_depth, src_stencil; local in function:fs_visitor::emit_single_fb_write 638 src_stencil = frag_stencil; 641 color0, color1, src0_alpha, src_depth, dst_depth, src_stencil,
|
| H A D | brw_fs.cpp | 4596 const fs_reg &src_stencil = inst->src[FB_WRITE_LOGICAL_SRC_SRC_STENCIL]; local in function:lower_fb_write_logical_send 4765 if (src_stencil.file != BAD_FILE) { 4769 /* XXX: src_stencil is only available on gfx9+. dst_depth is never 4778 subscript(src_stencil, BRW_REGISTER_TYPE_UB, 0));
|
Completed in 26 milliseconds