Searched refs:byte_count (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_hw_context.c107 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); local in function:evergreen_cp_dma_clear_buffer
120 if (size == byte_count) {
134 radeon_emit(cs, byte_count); /* COMMAND [29:22] | BYTE_COUNT [20:0] */
139 size -= byte_count;
140 offset += byte_count;
H A Dr600_hw_context.c527 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); local in function:r600_cp_dma_copy_buffer
540 if (size == byte_count) {
555 radeon_emit(cs, byte_count); /* COMMAND [29:22] | BYTE_COUNT [20:0] */
562 size -= byte_count;
563 src_offset += byte_count;
564 dst_offset += byte_count;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_hw_context.c107 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); local in function:evergreen_cp_dma_clear_buffer
120 if (size == byte_count) {
134 radeon_emit(cs, byte_count); /* COMMAND [29:22] | BYTE_COUNT [20:0] */
139 size -= byte_count;
140 offset += byte_count;
H A Dr600_hw_context.c527 unsigned byte_count = MIN2(size, CP_DMA_MAX_BYTE_COUNT); local in function:r600_cp_dma_copy_buffer
540 if (size == byte_count) {
555 radeon_emit(cs, byte_count); /* COMMAND [29:22] | BYTE_COUNT [20:0] */
562 size -= byte_count;
563 src_offset += byte_count;
564 dst_offset += byte_count;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c152 struct pipe_resource *src, unsigned byte_count,
202 byte_count == remaining_size) {
235 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); local in function:si_cp_dma_clear_buffer
238 si_cp_dma_prepare(sctx, dst, NULL, byte_count, size, user_flags,
242 si_emit_cp_dma(sctx, cs, va, value, byte_count, dma_flags, cache_policy);
244 size -= byte_count;
245 va += byte_count;
371 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); local in function:si_cp_dma_copy_buffer
374 si_cp_dma_prepare(sctx, dst, src, byte_count,
379 byte_count, dma_flag
151 si_cp_dma_prepare(struct si_context * sctx,struct pipe_resource * dst,struct pipe_resource * src,unsigned byte_count,uint64_t remaining_size,unsigned user_flags,enum si_coherency coher,bool * is_first,unsigned * packet_flags) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c145 struct pipe_resource *src, unsigned byte_count,
180 if (user_flags & SI_OP_SYNC_AFTER && byte_count == remaining_size) {
216 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); local in function:si_cp_dma_clear_buffer
219 si_cp_dma_prepare(sctx, dst, NULL, byte_count, size, user_flags, coher, &is_first,
223 si_emit_cp_dma(sctx, cs, va, value, byte_count, dma_flags, cache_policy);
225 size -= byte_count;
226 va += byte_count;
354 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); local in function:si_cp_dma_copy_buffer
357 si_cp_dma_prepare(sctx, dst, src, byte_count, size + skipped_size + realign_size, user_flags,
360 si_emit_cp_dma(sctx, &sctx->gfx_cs, main_dst_offset, main_src_offset, byte_count, dma_flag
144 si_cp_dma_prepare(struct si_context * sctx,struct pipe_resource * dst,struct pipe_resource * src,unsigned byte_count,uint64_t remaining_size,unsigned user_flags,enum si_coherency coher,bool * is_first,unsigned * packet_flags) argument
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_gp.c1245 unsigned long dword_count, byte_count; local in function:gp_color_bitmap_to_screen_blt
1303 byte_count = (size & 3);
1340 srcoffset + (dword_count << 2), byte_count);
1394 srcoffset + (dword_count << 2), byte_count);
1420 unsigned long dword_count, byte_count; local in function:gp_color_convert_blt
1476 byte_count = (temp & 3);
1540 srcoffset + (dword_count << 2), byte_count);
1594 srcoffset + (dword_count << 2), byte_count);
1622 unsigned long dword_count, byte_count; local in function:gp_custom_convert_blt
1677 byte_count
1920 unsigned long dword_count, byte_count; local in function:gp_mono_bitmap_to_screen_blt
2106 unsigned long dword_count, byte_count; local in function:gp_text_blt
2443 unsigned long dword_count, byte_count; local in function:gp_antialiased_text
2643 unsigned long dword_count, byte_count; local in function:gp_masked_blt
2881 unsigned long dword_count, byte_count; local in function:gp_screen_to_screen_masked
[all...]
H A Dcim_defs.h527 #define WRITE_COMMAND_STRING8(offset, dataptr, dataoffset, byte_count) \
531 for (i = 0; i < byte_count; i++) \
540 #define WRITE_HOST_SOURCE_STRING8(dataptr, dataoffset, byte_count) \
546 if (byte_count) \
548 for (counter = 0; counter < byte_count; counter++) \
/xsrc/external/mit/MesaLib/dist/src/intel/ds/
H A Dintel_pps_driver.h65 /// @param byte_count Number of bytes to parse
67 std::vector<PerfRecord> parse_perf_records(const std::vector<uint8_t> &data, size_t byte_count);
H A Dintel_pps_driver.cc256 const size_t byte_count)
265 const uint8_t *end = iter + byte_count;
255 parse_perf_records(const std::vector<uint8_t> & data,const size_t byte_count) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1150 static void si_cp_dma_prepare(struct radv_cmd_buffer *cmd_buffer, uint64_t byte_count, argument
1165 if (byte_count == remaining_size)
1225 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer)); local in function:si_cp_dma_buffer_copy
1227 si_cp_dma_prepare(cmd_buffer, byte_count,
1234 byte_count, dma_flags);
1236 size -= byte_count;
1237 main_src_va += byte_count;
1238 main_dest_va += byte_count;
1268 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer)); local in function:si_cp_dma_clear_buffer
1271 si_cp_dma_prepare(cmd_buffer, byte_count, siz
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1527 si_cp_dma_prepare(struct radv_cmd_buffer *cmd_buffer, uint64_t byte_count, uint64_t remaining_size, argument
1542 if (byte_count == remaining_size)
1602 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer)); local in function:si_cp_dma_buffer_copy
1619 si_cp_dma_prepare(cmd_buffer, byte_count, size + skipped_size + realign_size, &dma_flags);
1623 si_emit_cp_dma(cmd_buffer, main_dest_va, main_src_va, byte_count, dma_flags);
1625 size -= byte_count;
1626 main_src_va += byte_count;
1627 main_dest_va += byte_count;
1655 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer)); local in function:si_cp_dma_clear_buffer
1668 si_cp_dma_prepare(cmd_buffer, byte_count, siz
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dtttypes.h1052 * byte_count ::
1060 * followed by FT_FRAME_ENTER(byte_count) with the loader's stream, but
1068 FT_UInt byte_count );
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgload.c294 FT_UInt byte_count )
303 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( byte_count ) )
291 TT_Access_Glyph_Frame(TT_Loader loader,FT_UInt glyph_index,FT_ULong offset,FT_UInt byte_count) argument

Completed in 21 milliseconds