Searched refs:o_flags (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mc.c235 struct ureg_dst o_vpos, o_flags; local in function:create_ycbcr_vert_shader
255 o_flags = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_FLAGS);
259 * o_flags.z = intra * 0.5
267 * o_flags.w = t_vtex.z ? 0 : 1
274 ureg_MUL(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_Z),
276 ureg_MOV(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), ureg_imm1f(shader, -1.0f));
297 ureg_CMP(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W),
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mc.c235 struct ureg_dst o_vpos, o_flags; local in function:create_ycbcr_vert_shader
255 o_flags = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_FLAGS);
259 * o_flags.z = intra * 0.5
267 * o_flags.w = t_vtex.z ? 0 : 1
274 ureg_MUL(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_Z),
276 ureg_MOV(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), ureg_imm1f(shader, -1.0f));
297 ureg_CMP(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W),

Completed in 41 milliseconds