Searched refs:sbs (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_scoreboard.cpp | 1055 scoreboard *sbs = new scoreboard[shader->cfg->num_blocks]; in gather_block_scoreboards() local 1059 update_inst_scoreboard(shader, jps, inst, ip++, sbs[block->num]); in gather_block_scoreboards() 1061 return sbs; in gather_block_scoreboards() 1124 scoreboard *sbs = propagate_block_scoreboards(shader, jps, eq); in gather_inst_dependencies() local 1132 scoreboard &sb = sbs[block->num]; in gather_inst_dependencies() 1195 delete[] sbs; in gather_inst_dependencies()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_pipeline.c | 1354 uint8_t sbs[MAX_XFB_STREAMS] = { }; in emit_3dstate_streamout() local 1357 sbs[xfb_info->buffer_to_stream[b]] |= 1 << b; in emit_3dstate_streamout() 1371 .StreamtoBufferSelects0 = sbs[0], in emit_3dstate_streamout() 1372 .StreamtoBufferSelects1 = sbs[1], in emit_3dstate_streamout() 1373 .StreamtoBufferSelects2 = sbs[2], in emit_3dstate_streamout() 1374 .StreamtoBufferSelects3 = sbs[3], in emit_3dstate_streamout()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9.c | 319 int sbs = s->sb_cols * s->sb_rows; in update_block_buffers() local 323 16 * 16 + 2 * chroma_eobs) * sbs); in update_block_buffers() 326 td->uvblock_base[0] = td->block_base + sbs * 64 * 64 * bytesperpixel; in update_block_buffers() 327 td->uvblock_base[1] = td->uvblock_base[0] + sbs * chroma_blocks * bytesperpixel; in update_block_buffers() 328 td->eob_base = (uint8_t *) (td->uvblock_base[1] + sbs * chroma_blocks * bytesperpixel); in update_block_buffers() 329 td->uveob_base[0] = td->eob_base + 16 * 16 * sbs; in update_block_buffers() 330 td->uveob_base[1] = td->uveob_base[0] + chroma_eobs * sbs; in update_block_buffers()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | unistr.h | 1730 StringByteSink<StringClass> sbs(&result, length()); in toUTF8String() 1731 toUTF8(sbs); in toUTF8String()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | unistr.h | 1730 StringByteSink<StringClass> sbs(&result, length()); in toUTF8String() 1731 toUTF8(sbs); in toUTF8String()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | unistr.h | 1730 StringByteSink<StringClass> sbs(&result, length()); in toUTF8String() 1731 toUTF8(sbs); in toUTF8String()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 428 struct ntt_live_reg_block_state *sbs = &state.blocks[succ->index]; in ntt_live_regs() local 430 uint8_t new_liveout = sbs->livein[i] & ~bs->liveout[i]; in ntt_live_regs() 434 bs->liveout[i] |= sbs->livein[i]; in ntt_live_regs()
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 137 FPMODES = columns frameseq lines sbs tab
|
Completed in 32 milliseconds