Searched refs:src0_alpha (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp368 fs_reg src0_alpha, unsigned components)
388 color0, color1, src0_alpha, src_depth, dst_depth, src_stencil,
405 fs_visitor::emit_alpha_to_coverage_workaround(const fs_reg &src0_alpha) argument
412 * m = int(16.0 * clamp(src0_alpha, 0.0, 1.0))
440 /* clamp(src0_alpha, 0.f, 1.f) */
442 set_saturate(true, abld.MOV(float_tmp, src0_alpha));
444 /* 16.0 * clamp(src0_alpha, 0.0, 1.0) */
447 /* m = int(16.0 * clamp(src0_alpha, 0.0, 1.0)) */
532 fs_reg src0_alpha; local in function:fs_visitor::emit_fb_writes
534 src0_alpha
366 emit_single_fb_write(const fs_builder & bld,fs_reg color0,fs_reg color1,fs_reg src0_alpha,unsigned components) argument
[all...]
H A Dbrw_fs.h265 fs_reg src0_alpha, unsigned components);
266 void emit_alpha_to_coverage_workaround(const fs_reg &src0_alpha);
H A Dbrw_fs.cpp4181 const fs_reg &src0_alpha = inst->src[FB_WRITE_LOGICAL_SRC_SRC0_ALPHA]; local in function:lower_fb_write_logical_send
4297 if (src0_alpha.file != BAD_FILE) {
4302 ubld.MOV(tmp, horiz_offset(src0_alpha, i * 8));
4308 * zero. No need to call setup_color_payload() for src0_alpha because
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp614 fs_reg src0_alpha, unsigned components)
641 color0, color1, src0_alpha, src_depth, dst_depth, src_stencil,
701 fs_reg src0_alpha; local in function:fs_visitor::emit_fb_writes
703 src0_alpha = offset(outputs[0], bld, 3);
706 this->dual_src_output, src0_alpha, 4);
612 emit_single_fb_write(const fs_builder & bld,fs_reg color0,fs_reg color1,fs_reg src0_alpha,unsigned components) argument
H A Dbrw_fs.h305 fs_reg src0_alpha, unsigned components);
306 void emit_alpha_to_coverage_workaround(const fs_reg &src0_alpha);
H A Dbrw_fs.cpp4593 const fs_reg &src0_alpha = inst->src[FB_WRITE_LOGICAL_SRC_SRC0_ALPHA]; local in function:lower_fb_write_logical_send
4601 assert(inst->target != 0 || src0_alpha.file == BAD_FILE);
4670 if (src0_alpha.file != BAD_FILE)
4713 if (src0_alpha.file != BAD_FILE) {
4718 ubld.MOV(tmp, horiz_offset(src0_alpha, i * 8));
4802 ex_desc = inst->target << 12 | (src0_alpha.file != BAD_FILE) << 15;

Completed in 29 milliseconds