Searched refs:cur_offset (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_sqtt.c | 80 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 D | ac_sqtt.h | 57 uint32_t cur_offset; member in struct:ac_thread_trace_info
|
| H A D | ac_rgp.c | 938 uint64_t size = info->cur_offset * 32; /* unit of 32 bytes */
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | cffload.c | 433 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 D | atistruct.h | 126 cur_clr0, cur_clr1, cur_offset, member in struct:_ATIHWRec
|
| H A D | atimach64.c | 416 pATIHW->cur_offset = inr(CUR_OFFSET); 855 outr(CUR_OFFSET, pATIHW->cur_offset);
|
| H A D | atimode.c | 933 outr(CUR_OFFSET, pATIHW->cur_offset);
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/ |
| H A D | viaLowLevelPro.c | 940 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 D | anv_allocator.c | 656 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 D | fcfreetype.c | 2772 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 D | si_sqtt.c | 529 uint32_t available_size = (info->cur_offset * 32) / 1024;
|
Completed in 176 milliseconds