Searched refs:dw2 (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di915_structs.h56 } dw2; member in struct:i915_color_blt
132 unsigned dw2; member in struct:i915_3dmpeg_macroblock_1fbmv
137 unsigned dw2; member in struct:i915_3dmpeg_macroblock_2fbmv
145 unsigned dw2; member in struct:i915_3dmpeg_macroblock_5fmv
200 } dw2; member in struct:i915_3dmpeg_slice
248 } dw2; member in struct:i915_3dstate_buffer_info
343 } dw2; member in struct:i915_3dstate_dest_buffer_variables_mpeg
574 } dw2; member in struct:arithmetic_inst
599 } dw2; member in struct:texture_inst
621 } dw2; member in struct:declaration_inst
874 } dw2; member in struct:i915_3dstate_scissor_rectangle
[all...]
H A Di915_xvmc.c410 buffer_info->dest_y.dw2.base_address = intel_surf->bo->offset >> 2; /* starting DWORD address */
412 offsetof(typeof(*buffer_info),dest_y.dw2),
427 buffer_info->dest_u.dw2.base_address =
430 offsetof(typeof(*buffer_info),dest_u.dw2),
445 buffer_info->dest_v.dw2.base_address =
448 offsetof(typeof(*buffer_info),dest_v.dw2),
502 buffer_info->dest_buf_mpeg.dw2.picture_coding_type =
515 buffer_info->corr.dw2.base_address = pI915XvMC->corrdata_bo->offset >> 2; /* starting DWORD address */
517 offsetof(typeof(*buffer_info),corr.dw2),
784 macroblock_1fbmv.dw2
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di915_structs.h56 } dw2; member in struct:i915_color_blt
132 unsigned dw2; member in struct:i915_3dmpeg_macroblock_1fbmv
137 unsigned dw2; member in struct:i915_3dmpeg_macroblock_2fbmv
145 unsigned dw2; member in struct:i915_3dmpeg_macroblock_5fmv
200 } dw2; member in struct:i915_3dmpeg_slice
248 } dw2; member in struct:i915_3dstate_buffer_info
343 } dw2; member in struct:i915_3dstate_dest_buffer_variables_mpeg
574 } dw2; member in struct:arithmetic_inst
599 } dw2; member in struct:texture_inst
621 } dw2; member in struct:declaration_inst
874 } dw2; member in struct:i915_3dstate_scissor_rectangle
[all...]
H A Di915_xvmc.c410 buffer_info->dest_y.dw2.base_address = intel_surf->bo->offset >> 2; /* starting DWORD address */
412 offsetof(typeof(*buffer_info),dest_y.dw2),
427 buffer_info->dest_u.dw2.base_address =
430 offsetof(typeof(*buffer_info),dest_u.dw2),
445 buffer_info->dest_v.dw2.base_address =
448 offsetof(typeof(*buffer_info),dest_v.dw2),
502 buffer_info->dest_buf_mpeg.dw2.picture_coding_type =
515 buffer_info->corr.dw2.base_address = pI915XvMC->corrdata_bo->offset >> 2; /* starting DWORD address */
517 offsetof(typeof(*buffer_info),corr.dw2),
784 macroblock_1fbmv.dw2
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di915_structs.h76 } dw2; member in struct:i915_color_blt
152 unsigned dw2; member in struct:i915_3dmpeg_macroblock_1fbmv
158 unsigned dw2; member in struct:i915_3dmpeg_macroblock_2fbmv
167 unsigned dw2; member in struct:i915_3dmpeg_macroblock_5fmv
225 } dw2; member in struct:i915_3dmpeg_slice
276 } dw2; member in struct:i915_3dstate_buffer_info
374 } dw2; member in struct:i915_3dstate_dest_buffer_variables_mpeg
610 } dw2; member in struct:arithmetic_inst
636 } dw2; member in struct:texture_inst
659 } dw2; member in struct:declaration_inst
975 } dw2; member in struct:i915_3dstate_scissor_rectangle
[all...]
H A Di915_xvmc.c524 buffer_info->corr.dw2.base_address = (pI915XvMC->corrdata.offset >> 2); /* starting DWORD address */
537 buffer_info->dest_y.dw2.base_address = (YOFFSET(pI915Surface) >> 2); /* starting DWORD address */
539 buffer_info->dest_u.dw2.base_address = (UOFFSET(pI915Surface) >> 2); /* starting DWORD address */
541 buffer_info->dest_v.dw2.base_address = (VOFFSET(pI915Surface) >> 2); /* starting DWORD address */
567 buffer_info->dest_buf_mpeg.dw2.picture_coding_type = picture_coding_type;
864 macroblock_1fbmv.dw2 = mv0[0].v;
918 macroblock_2fbmv.dw2 = mv0[0].v;
1316 buffer_info->dw2.base_address = dstaddr;
1457 scissor_rectangle.dw2.max_x = 2047;
1458 scissor_rectangle.dw2
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp408 uint32_t dw2 = dw[i+2]; local in function:r600_sb::bc_decoder::decode_fetch
486 TEX_WORD2_ALL w2(dw2);
504 uint32_t dw2 = dw[i+2]; local in function:r600_sb::bc_decoder::decode_fetch_gds
528 MEM_GDS_WORD2_EGCM w2(dw2);
540 uint32_t dw2 = dw[i+2]; local in function:r600_sb::bc_decoder::decode_fetch_mem
570 MEM_RD_WORD2_R7EGCM w2(dw2);
582 uint32_t dw2 = dw[i+2]; local in function:r600_sb::bc_decoder::decode_fetch_vtx
642 VTX_WORD2_R6 w2(dw2);
651 VTX_WORD2_R7 w2(dw2);
661 VTX_WORD2_EG w2(dw2);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp408 uint32_t dw2 = dw[i+2]; local in function:r600_sb::bc_decoder::decode_fetch
486 TEX_WORD2_ALL w2(dw2);
504 uint32_t dw2 = dw[i+2]; local in function:r600_sb::bc_decoder::decode_fetch_gds
528 MEM_GDS_WORD2_EGCM w2(dw2);
540 uint32_t dw2 = dw[i+2]; local in function:r600_sb::bc_decoder::decode_fetch_mem
571 MEM_RD_WORD2_R7EGCM w2(dw2);
583 uint32_t dw2 = dw[i+2]; local in function:r600_sb::bc_decoder::decode_fetch_vtx
643 VTX_WORD2_R6 w2(dw2);
652 VTX_WORD2_R7 w2(dw2);
662 VTX_WORD2_EG w2(dw2);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs_emit.c115 unsigned dw2)
118 brw_MOV(p, get_element_ud(c->reg.header, 2), brw_imm_ud(dw2));
114 brw_ff_gs_overwrite_header_dw2(struct brw_ff_gs_compile * c,unsigned dw2) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compile_ff_gs.c143 unsigned dw2)
146 brw_MOV(p, get_element_ud(c->reg.header, 2), brw_imm_ud(dw2));
142 brw_ff_gs_overwrite_header_dw2(struct brw_ff_gs_compile * c,unsigned dw2) argument
H A Dbrw_vec4_generator.cpp220 uint32_t dw2 = 0; local in function:generate_tex
231 dw2 = inst->offset;
238 if (dw2 ||
241 brw_MOV(p, get_element_ud(header, 2), brw_imm_ud(dw2));
H A Dbrw_disasm.c1807 uint32_t dw3, uint32_t dw2, uint32_t dw1, uint32_t dw0)
1811 inst.data[1] = (((uint64_t) dw3) << 32) | ((uint64_t) dw2);
1806 brw_disassemble_imm(const struct intel_device_info * devinfo,uint32_t dw3,uint32_t dw2,uint32_t dw1,uint32_t dw0) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_generator.cpp223 uint32_t dw2 = 0; local in function:generate_tex
234 dw2 = inst->offset;
240 dw2 |= GEN9_SAMPLER_SIMD_MODE_EXTENSION_SIMD4X2;
247 if (dw2 ||
250 brw_MOV(p, get_element_ud(header, 2), brw_imm_ud(dw2));
H A Dbrw_disasm.c1566 uint32_t dw3, uint32_t dw2, uint32_t dw1, uint32_t dw0)
1570 inst.data[1] = (((uint64_t) dw3) << 32) | ((uint64_t) dw2);
1565 brw_disassemble_imm(const struct gen_device_info * devinfo,uint32_t dw3,uint32_t dw2,uint32_t dw1,uint32_t dw0) argument

Completed in 72 milliseconds