Searched refs:corr (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/ds/
H A Dintel_pps_driver.cc80 TimestampCorrelation corr = {}; local in function:pps::IntelDriver::query_correlation_timestamps
116 corr.cpu_timestamp =
119 corr.gpu_timestamp = attempts[best].gpu_ts;
121 return corr;
130 if (auto corr = query_correlation_timestamps()) { local in function:pps::IntelDriver::get_new_correlation
131 correlations.back() = *corr;
199 if (auto corr = query_correlation_timestamps()) { local in function:pps::IntelDriver::enable_perfcnt
200 correlations.fill(*corr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_tex.cpp148 nir_ssa_def *corr = nullptr; local in function:r600::lower_coord_shift_normalized
152 corr = nir_vec3(b, nir_channel(b, corr2, 0), nir_channel(b, corr2, 1),
156 corr = nir_fadd(b,
162 nir_src_for_ssa(corr));
170 nir_ssa_def *corr = nullptr; local in function:r600::lower_coord_shift_unnormalized
174 corr = nir_vec3(b, nir_channel(b, corr2, 0), nir_channel(b, corr2, 1),
177 corr = nir_fadd(b, tex->src[coord_index].src.ssa,
181 nir_src_for_ssa(corr));
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di915_xvmc.c505 buffer_info->corr.dw0.type = CMD_3D;
506 buffer_info->corr.dw0.opcode = OPC_3DSTATE_BUFFER_INFO;
507 buffer_info->corr.dw0.length = 1;
508 buffer_info->corr.dw1.aux_id = 0;
509 buffer_info->corr.dw1.buffer_id = BUFFERID_MC_INTRA_CORR;
510 buffer_info->corr.dw1.aux_id = 0;
511 buffer_info->corr.dw1.fence_regs = 0;
512 buffer_info->corr.dw1.tiled_surface = 0;
513 buffer_info->corr.dw1.walk = 0;
514 buffer_info->corr
[all...]
H A Di915_structs.h352 struct i915_3dstate_buffer_info corr; member in struct:i915_mc_static_indirect_state_buffer
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di915_xvmc.c505 buffer_info->corr.dw0.type = CMD_3D;
506 buffer_info->corr.dw0.opcode = OPC_3DSTATE_BUFFER_INFO;
507 buffer_info->corr.dw0.length = 1;
508 buffer_info->corr.dw1.aux_id = 0;
509 buffer_info->corr.dw1.buffer_id = BUFFERID_MC_INTRA_CORR;
510 buffer_info->corr.dw1.aux_id = 0;
511 buffer_info->corr.dw1.fence_regs = 0;
512 buffer_info->corr.dw1.tiled_surface = 0;
513 buffer_info->corr.dw1.walk = 0;
514 buffer_info->corr
[all...]
H A Di915_structs.h352 struct i915_3dstate_buffer_info corr; member in struct:i915_mc_static_indirect_state_buffer
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di915_xvmc.c514 buffer_info->corr.dw0.type = CMD_3D;
515 buffer_info->corr.dw0.opcode = OPC_3DSTATE_BUFFER_INFO;
516 buffer_info->corr.dw0.length = 1;
517 buffer_info->corr.dw1.aux_id = 0;
518 buffer_info->corr.dw1.buffer_id = BUFFERID_MC_INTRA_CORR;
519 buffer_info->corr.dw1.aux_id = 0;
520 buffer_info->corr.dw1.fence_regs = 0;
521 buffer_info->corr.dw1.tiled_surface = 0;
522 buffer_info->corr.dw1.walk = 0;
523 buffer_info->corr
[all...]
H A Di915_structs.h383 struct i915_3dstate_buffer_info corr; member in struct:i915_mc_static_indirect_state_buffer

Completed in 21 milliseconds