Searched refs:output_mode (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.h | 81 enum tgsi_output_mode output_mode:4;
|
| H A D | tgsi_info.c | 40 .output_mode = _output_mode, .num_dst = _num_dst, .num_src = _num_src, \ 59 ASSERT_BITFIELD_SIZE(struct tgsi_opcode_info, output_mode,
|
| H A D | tgsi_util.c | 411 if (tgsi_get_opcode_info(inst->Instruction.Opcode)->output_mode ==
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.h | 81 enum tgsi_output_mode output_mode:4;
|
| H A D | tgsi_info.c | 40 .output_mode = _output_mode, .num_dst = _num_dst, .num_src = _num_src, \ 59 ASSERT_BITFIELD_SIZE(struct tgsi_opcode_info, output_mode,
|
| H A D | tgsi_util.c | 350 if (tgsi_get_opcode_info(inst->Instruction.Opcode)->output_mode ==
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_vop.c | 213 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 D | cim_parm.h | 1195 unsigned long output_mode; member in struct:_TAG_VOP601
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.c | 284 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 D | lp_bld_tgsi.c | 284 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 D | xf86Crtc.c | 2771 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 D | xf86Crtc.c | 2986 DisplayModePtr output_mode; local in function:xf86SetSingleMode 2993 output_mode = xf86OutputFindClosestMode(output, crtc_mode); 2994 if (output_mode != crtc_mode)
|
Completed in 18 milliseconds