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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_sqtt.c80 return !(info->cur_offset * 32 == data->buffer_size - 32);
86 return info->cur_offset == info->gfx9_write_counter;
95 return ((info->cur_offset * 32) + dropped_cntr_per_se) / 1024;
H A Dac_sqtt.h57 uint32_t cur_offset; member in struct:ac_thread_trace_info
H A Dac_rgp.c938 uint64_t size = info->cur_offset * 32; /* unit of 32 bytes */
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffload.c433 FT_ULong n, cur_offset; local in function:cff_index_get_pointers
439 cur_offset = idx->offsets[0] - 1;
442 if ( cur_offset != 0 )
446 cur_offset ));
447 cur_offset = 0;
451 tbl[0] = org_bytes + cur_offset;
453 tbl[0] = new_bytes + cur_offset;
461 if ( next_offset < cur_offset )
462 next_offset = cur_offset;
472 if ( next_offset != cur_offset )
[all...]
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datistruct.h126 cur_clr0, cur_clr1, cur_offset, member in struct:_ATIHWRec
H A Datimach64.c416 pATIHW->cur_offset = inr(CUR_OFFSET);
855 outr(CUR_OFFSET, pATIHW->cur_offset);
H A Datimode.c933 outr(CUR_OFFSET, pATIHW->cur_offset);
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaLowLevelPro.c940 CARD32 cur_offset, CARD32 prev_offset, CARD32 stride,
957 OUT_RING_QW_AGP(cb, 0x3D4 + offset, cur_offset +
959 OUT_RING_QW_AGP(cb, 0x3D8 + offset, cur_offset + stride * height);
962 OUT_RING_QW_AGP(cb, 0x3D4 + offset, cur_offset +
964 OUT_RING_QW_AGP(cb, 0x3D8 + offset, cur_offset + stride * height);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c656 int32_t cur_offset = 0; local in function:anv_block_pool_get_bo
664 if (*offset < cur_offset + bo->size) {
668 cur_offset += bo->size;
672 *offset -= cur_offset;
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c2772 FT_ULong cur_offset, new_offset, base_offset; local in function:GetScriptTags
2795 cur_offset = ftglue_stream_pos( stream );
2824 cur_offset = ftglue_stream_pos( stream );
2831 (void)ftglue_stream_seek( stream, cur_offset );
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_sqtt.c529 uint32_t available_size = (info->cur_offset * 32) / 1024;

Completed in 176 milliseconds