Searched refs:a_index (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
H A Dh264dinport.c61 OMX_INDEXTYPE a_index, OMX_PTR ap_struct)
69 if (a_index == OMX_IndexParamPortDefinition) {
87 ap_hdl, a_index, ap_struct);
60 h264d_inport_SetParameter(const void * ap_obj,OMX_HANDLETYPE ap_hdl,OMX_INDEXTYPE a_index,OMX_PTR ap_struct) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
H A Dh264dinport.c61 OMX_INDEXTYPE a_index, OMX_PTR ap_struct)
69 if (a_index == OMX_IndexParamPortDefinition) {
87 ap_hdl, a_index, ap_struct);
60 h264d_inport_SetParameter(const void * ap_obj,OMX_HANDLETYPE ap_hdl,OMX_INDEXTYPE a_index,OMX_PTR ap_struct) argument
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrdri.h55 unsigned int *a_index,
H A Dephyrdri.c205 unsigned int *a_index,
233 a_index, a_stamp,
263 *a_index, *a_stamp, *a_x, *a_y, *a_w, *a_h) ;
203 ephyrDRIGetDrawableInfo(int a_screen,int a_drawable,unsigned int * a_index,unsigned int * a_stamp,int * a_x,int * a_y,int * a_w,int * a_h,int * a_num_clip_rects,drm_clip_rect_t ** a_clip_rects,int * a_back_x,int * a_back_y,int * a_num_back_clip_rects,drm_clip_rect_t ** a_back_clip_rects) argument
H A Dephyrhostvideo.h102 int a_index) ;
H A Dephyrhostvideo.c307 int a_index)
311 if (a_index >= a_this->nb_adaptors)
313 return (EphyrHostXVAdaptor*)&a_this->adaptors[a_index] ;
306 ephyrHostXVAdaptorArrayAt(const EphyrHostXVAdaptorArray * a_this,int a_index) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_merge_regs.c221 unsigned a_index = 0, b_index = 0, new_index = 0; local in function:merge_merge_sets
222 for (; a_index < a->regs_count || b_index < b->regs_count; new_index++) {
224 (a_index == a->regs_count ||
225 def_after(a->regs[a_index], b->regs[b_index]))) {
229 new_regs[new_index] = a->regs[a_index++];
256 unsigned a_index = 0, b_index = 0; local in function:merge_sets_interfere
263 while (a_index < a->regs_count || b_index < b->regs_count) {
265 if (a_index == a->regs_count) {
270 current.reg = a->regs[a_index];
272 a_index
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c240 unsigned int a_index, b_index; local in function:readers_intersect
241 for (a_index = 0; a_index < a->ReaderCount; a_index++) {
242 struct rc_reader reader_a = a->Readers[a_index];
/xsrc/external/mit/MesaLib.old/dist/src/intel/perf/
H A Dgen_perf.c437 accumulate_uint40(int a_index, argument
444 uint64_t high0 = (uint64_t)(high_bytes0[a_index]) << 32;
445 uint64_t high1 = (uint64_t)(high_bytes1[a_index]) << 32;
446 uint64_t value0 = report0[a_index + 4] | high0;
447 uint64_t value1 = report1[a_index + 4] | high1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c240 unsigned int a_index, b_index; local in function:readers_intersect
241 for (a_index = 0; a_index < a->ReaderCount; a_index++) {
242 struct rc_reader reader_a = a->Readers[a_index];
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf.c948 accumulate_uint40(int a_index, argument
955 uint64_t high0 = (uint64_t)(high_bytes0[a_index]) << 32;
956 uint64_t high1 = (uint64_t)(high_bytes1[a_index]) << 32;
957 uint64_t value0 = report0[a_index + 4] | high0;
958 uint64_t value1 = report1[a_index + 4] | high1;

Completed in 14 milliseconds