Searched refs:output_mode (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h81 enum tgsi_output_mode output_mode:4;
H A Dtgsi_info.c40 .output_mode = _output_mode, .num_dst = _num_dst, .num_src = _num_src, \
59 ASSERT_BITFIELD_SIZE(struct tgsi_opcode_info, output_mode,
H A Dtgsi_util.c411 if (tgsi_get_opcode_info(inst->Instruction.Opcode)->output_mode ==
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h81 enum tgsi_output_mode output_mode:4;
H A Dtgsi_info.c40 .output_mode = _output_mode, .num_dst = _num_dst, .num_src = _num_src, \
59 ASSERT_BITFIELD_SIZE(struct tgsi_opcode_info, output_mode,
H A Dtgsi_util.c350 if (tgsi_get_opcode_info(inst->Instruction.Opcode)->output_mode ==
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vop.c213 switch (config->vop601.output_mode) {
404 config->vop601.output_mode = VOP_601_YUV_4_4_4;
406 config->vop601.output_mode = VOP_601_YUV_16BIT;
408 config->vop601.output_mode = VOP_601_YUV_8BIT;
411 config->vop601.output_mode = VOP_601_RGB_8_8_8;
H A Dcim_parm.h1195 unsigned long output_mode; member in struct:_TAG_VOP601
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c284 if (info->output_mode == TGSI_OUTPUT_COMPONENTWISE && bld_base->soa) {
306 if (info->output_mode != TGSI_OUTPUT_CHAN_DEPENDENT) {
312 if (info->output_mode == TGSI_OUTPUT_REPLICATE && bld_base->soa) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c284 if (info->output_mode == TGSI_OUTPUT_COMPONENTWISE && bld_base->soa) {
306 if (info->output_mode != TGSI_OUTPUT_CHAN_DEPENDENT) {
312 if (info->output_mode == TGSI_OUTPUT_REPLICATE && bld_base->soa) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.c2771 DisplayModePtr output_mode; local in function:xf86SetSingleMode
2779 output_mode = xf86OutputFindClosestMode (output, crtc_mode);
2780 if (output_mode != crtc_mode)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.c2986 DisplayModePtr output_mode; local in function:xf86SetSingleMode
2993 output_mode = xf86OutputFindClosestMode(output, crtc_mode);
2994 if (output_mode != crtc_mode)

Completed in 18 milliseconds