Searched refs:bsp (Results 26 - 35 of 35) sorted by relevance

12

/external/toolchain-utils/binary_search_tool/
H A Dbinary_search_perforce.py91 bsp = BinarySearchPoint(self.sorted_list[i], -1, 'Not yet done.')
92 self.points[i] = bsp
101 bsp = BinarySearchPoint(self.sorted_list[self.current], status, tag)
102 self.points[self.current] = bsp
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video.c135 &dec->bsp);
161 PUSH_DATA (push[0], dec->bsp->handle);
H A Dnv84_video.c246 nouveau_object_del(&dec->bsp);
458 NULL, 0, &dec->bsp);
511 PUSH_DATA (bsp_push, dec->bsp->handle);
/external/libunwind/src/ia64/
H A Dgetcontext.S60 mov.m rBSP = ar.bsp // M2, 12 cyc.
H A DGregs.c374 c->bsp = *valp;
376 *valp = c->bsp;
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.h67 struct nouveau_object *channel[3], *bsp, *vp, *ppp; member in struct:nouveau_vp3_decoder
118 /* End of the bsp bo where new data should be appended between one begin/end
/external/libunwind/doc/
H A Dlibunwind-ia64.tex98 to the contents of register \texttt{ar.bsp} at the time the
170 value of register \texttt{ar.bsp} as of the time it was last saved
/external/fio/
H A Dio_u.c569 struct bssplit *bsp = &td->o.bssplit[ddir][i]; local
571 buflen = bsp->bs;
572 perc += bsp->perc;
H A Doptions.c139 struct bssplit *bsp = &o->bssplit[ddir][i]; local
141 if (bsp->perc == -1U)
144 perc += bsp->perc;
162 struct bssplit *bsp = &o->bssplit[ddir][i]; local
164 if (bsp->perc == -1U)
165 bsp->perc = (100 - perc) / perc_missing;
/external/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c849 anv_batch_emit(&pipeline->batch, GENX(3DSTATE_BLEND_STATE_POINTERS), bsp) {
850 bsp.BlendStatePointer = pipeline->blend_state.offset;
852 bsp.BlendStatePointerValid = true;

Completed in 452 milliseconds

12