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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h35 boolean is64bit; member in struct:nvc0_hw_query
H A Dnvc0_query_hw.c101 if (hq->is64bit) {
303 if (hq->is64bit)
423 if (hq->is64bit && hq->fence->state < NOUVEAU_FENCE_STATE_EMITTED)
476 if (hq->is64bit || qoffset) {
499 } else if (hq->is64bit) {
561 hq->is64bit = true;
565 hq->is64bit = true;
572 hq->is64bit = true;
600 if (!hq->is64bit)
645 if (hq->is64bit
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.h35 bool is64bit; member in struct:nv50_hw_query
H A Dnv50_query_hw.c98 if (hq->is64bit) {
149 if (!hq->is64bit)
263 if (hq->is64bit)
385 hq->is64bit = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.h35 bool is64bit; member in struct:nv50_hw_query
H A Dnv50_query_hw.c98 if (hq->is64bit) {
267 if (hq->is64bit)
395 hq->is64bit = true;
423 if (!hq->is64bit)
470 assert(!hq->is64bit);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h35 bool is64bit; member in struct:nvc0_hw_query
H A Dnvc0_query_hw.c101 if (hq->is64bit) {
303 if (hq->is64bit)
423 if (hq->is64bit && hq->fence->state < NOUVEAU_FENCE_STATE_EMITTED)
476 if (hq->is64bit || qoffset) {
499 } else if (hq->is64bit) {
561 hq->is64bit = true;
565 hq->is64bit = true;
572 hq->is64bit = true;
600 if (!hq->is64bit)
645 if (hq->is64bit
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Dvblank.c332 ms_kernel_msc_to_crtc_msc(xf86CrtcPtr crtc, uint64_t sequence, Bool is64bit) argument
336 if (!is64bit) {
358 * With 64-Bit api in use, the only !is64bit input is from pageflip events,
359 * and any pageflip event is usually preceded by some is64bit input from
499 ms_drm_sequence_handler(int fd, uint64_t frame, uint64_t ns, Bool is64bit, uint64_t user_data) argument
508 msc = ms_kernel_msc_to_crtc_msc(q->crtc, frame, is64bit);
H A Ddriver.h212 uint64_t ms_kernel_msc_to_crtc_msc(xf86CrtcPtr crtc, uint64_t sequence, Bool is64bit);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h612 static Operand c32_or_c64(uint32_t v, bool is64bit) noexcept argument
618 op.constSize = is64bit ? 3 : 2;
640 assert(!is64bit && "attempt to create a 64-bit literal constant");

Completed in 13 milliseconds