Home
last modified time | relevance | path

Searched refs:tile_ptr (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/libretro-gpsp/gpsp-300d0c0/
H A Dvideo.c187 tile_ptr = tile_base + ((current_tile & 0x3FF) * 64) \
246 current_pixels = *((u32 *)(tile_ptr + 4)) >> \
253 current_pixels = *((u32 *)tile_ptr) >> (partial_tile_offset * 8); \
889 u8 *tile_ptr; in render_scanline_text_base_normal() local
1076 u8 *tile_ptr; in render_scanline_text_transparent_normal() local
1262 u8 *tile_ptr; in render_scanline_text_base_color16() local
1447 u8 *tile_ptr; in render_scanline_text_transparent_color16() local
1632 u8 *tile_ptr; in render_scanline_text_base_color32() local
1817 u8 *tile_ptr; in render_scanline_text_transparent_color32() local
2004 u8 *tile_ptr; in render_scanline_text_base_alpha() local
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/display/
H A Dvga.cc324 Bit8u * tile_ptr, * tile_ptr2; in update() local
337 if (tile_ptr != NULL) { in update()
341 tile_ptr += info.pitch; in update()
361 tile_ptr2 = tile_ptr; in update()
378 tile_ptr += info.pitch; in update()
400 tile_ptr2 = tile_ptr; in update()
418 tile_ptr += info.pitch; in update()
434 tile_ptr2 = tile_ptr; in update()
469 tile_ptr2 = tile_ptr; in update()
504 tile_ptr2 = tile_ptr; in update()
[all …]
H A Dvoodoo.cc559 Bit8u *tile_ptr, *tile_ptr2; in update() local
596 if (tile_ptr != NULL) { in update()
600 tile_ptr += info.pitch; in update()
612 tile_ptr2 = tile_ptr; in update()
617 tile_ptr += info.pitch; in update()
644 tile_ptr2 = tile_ptr; in update()
664 tile_ptr += info.pitch; in update()
687 tile_ptr2 = tile_ptr; in update()
708 tile_ptr += info.pitch; in update()
731 tile_ptr2 = tile_ptr; in update()
[all …]
H A Dsvga_cirrus.cc1041 Bit8u * tile_ptr, * tile_ptr2; in draw_hardware_cursor() local
1145 tile_ptr += info->pitch; in draw_hardware_cursor()
1208 Bit8u * tile_ptr, * tile_ptr2; in update() local
1215 if (tile_ptr != NULL) { in update()
1219 tile_ptr += info.pitch; in update()
1240 tile_ptr2 = tile_ptr; in update()
1286 tile_ptr2 = tile_ptr; in update()
1324 tile_ptr2 = tile_ptr; in update()
1361 tile_ptr2 = tile_ptr; in update()
1398 tile_ptr2 = tile_ptr; in update()
[all …]
/dports/science/fastjet/fastjet-3.3.4/src/
H A DClusterSequence_TiledN2.cc463 Tile * tile_ptr = &_tiles[tile_union[itile]]; in _tiled_N2_cluster() local
470 for (Tile ** near_tile = tile_ptr->begin_tiles; in _tiled_N2_cluster()
471 near_tile != tile_ptr->end_tiles; near_tile++) { in _tiled_N2_cluster()
693 Tile * tile_ptr = &_tiles[tile_union[itile]]; in _faster_tiled_N2_cluster() local
694 tile_ptr->tagged = false; // reset tag, since we're done with unions in _faster_tiled_N2_cluster()
702 for (Tile ** near_tile = tile_ptr->begin_tiles; in _faster_tiled_N2_cluster()
703 near_tile != tile_ptr->end_tiles; near_tile++) { in _faster_tiled_N2_cluster()
897 Tile * tile_ptr = &_tiles[tile_union[itile]]; in _minheap_faster_tiled_N2_cluster() local
898 tile_ptr->tagged = false; // reset tag, since we're done with unions in _minheap_faster_tiled_N2_cluster()
910 for (Tile ** near_tile = tile_ptr->begin_tiles; in _minheap_faster_tiled_N2_cluster()
[all …]
H A DLazyTiling9Alt.cc421 Tile * tile_ptr = &_tiles[jetI->tile_index]; in _set_NN() local
423 for (Tile::TileFnPair * near_tile = tile_ptr->begin_tiles; in _set_NN()
424 near_tile != tile_ptr->end_tiles; near_tile++) { in _set_NN()
427 if (jetI->NN_dist < (tile_ptr->*(near_tile->second))(jetI)) continue; in _set_NN()
694 Tile * tile_ptr = &_tiles[tile_union[itile]]; in run() local
695 if (!tile_ptr->tagged) continue; // because earlier loop may have undone the tag in run()
696 tile_ptr->tagged = false; in run()
698 for (TiledJet * jetI = tile_ptr->head; jetI != NULL; jetI = jetI->next) { in run()
H A DLazyTiling9SeparateGhosts.cc398 Tile3 * tile_ptr = &_tiles[jetI->tile_index]; in _set_NN() local
400 for (Tile3 ** near_tile = tile_ptr->begin_tiles; in _set_NN()
401 near_tile != tile_ptr->end_tiles; near_tile++) { in _set_NN()
742 Tile3 * tile_ptr = &_tiles[tile_union[itile]]; in run() local
743 if (!tile_ptr->tagged) continue; // because earlier loop may have undone the tag in run()
744 tile_ptr->tagged = false; in run()
746 for (TiledJet3 * jetI = tile_ptr->head; jetI != NULL; jetI = jetI->next) { in run()
H A DLazyTiling25.cc470 Tile25 * tile_ptr = &_tiles[jetI->tile_index]; local
472 for (Tile25 ** near_tile = tile_ptr->begin_tiles;
473 near_tile != tile_ptr->end_tiles; near_tile++) {
754 Tile25 * tile_ptr = &_tiles[tile_union[itile]]; local
755 tile_ptr->tagged = false;
757 for (TiledJet * jetI = tile_ptr->head; jetI != NULL; jetI = jetI->next) {
H A DLazyTiling9.cc453 Tile2 * tile_ptr = &_tiles[jetI->tile_index]; local
455 for (Tile2 ** near_tile = tile_ptr->begin_tiles;
456 near_tile != tile_ptr->end_tiles; near_tile++) {
717 Tile2 * tile_ptr = &_tiles[tile_union[itile]]; local
718 tile_ptr->tagged = false;
720 for (TiledJet * jetI = tile_ptr->head; jetI != NULL; jetI = jetI->next) {
/dports/science/fastjet/fastjet-3.3.4/include/fastjet/
H A DNNFJN2Tiled.hh382 Tile * tile_ptr = &_tiles[tile_union[itile]]; in remove_jet() local
383 tile_ptr->tagged = false; // reset tag, since we're done with unions in remove_jet()
385 for (TiledJet * jetI = tile_ptr->head; jetI != NULL; jetI = jetI->next) { in remove_jet()
391 for (Tile ** near_tile = tile_ptr->begin_tiles; in remove_jet()
392 near_tile != tile_ptr->end_tiles; near_tile++) { in remove_jet()
457 Tile * tile_ptr = &_tiles[tile_union[itile]]; in merge_jets() local
458 tile_ptr->tagged = false; // reset tag, since we're done with unions in merge_jets()
460 for (TiledJet * jetI = tile_ptr->head; jetI != NULL; jetI = jetI->next) { in merge_jets()
466 … for (Tile ** near_tile = tile_ptr->begin_tiles; near_tile != tile_ptr->end_tiles; near_tile++) { in merge_jets()
/dports/multimedia/libgav1/libgav1-0.17.0/src/
H A Ddecoder_impl.cc139 for (const auto& tile_ptr : tiles) { in DecodeTilesNonFrameParallel() local
177 const auto& tile_ptr = tiles[index]; in DecodeTilesThreadedNonFrameParallel() local
178 if (!tile_ptr->ParseAndDecode()) { in DecodeTilesThreadedNonFrameParallel()
194 const auto& tile_ptr = tiles[index]; in DecodeTilesThreadedNonFrameParallel() local
195 if (!tile_ptr->ParseAndDecode()) { in DecodeTilesThreadedNonFrameParallel()
246 for (const auto& tile_ptr : tiles) { in DecodeTilesFrameParallel() local
250 tile_ptr->number()); in DecodeTilesFrameParallel()
437 if (!tile_ptr->Parse()) { in DecodeTilesThreadedFrameParallel()
453 const auto& tile_ptr = tiles[index]; in DecodeTilesThreadedFrameParallel() local
454 if (!tile_ptr->Parse()) { in DecodeTilesThreadedFrameParallel()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/
H A Ddecoder_impl.cc141 for (const auto& tile_ptr : tiles) { in DecodeTilesNonFrameParallel() local
179 const auto& tile_ptr = tiles[index]; in DecodeTilesThreadedNonFrameParallel() local
180 if (!tile_ptr->ParseAndDecode()) { in DecodeTilesThreadedNonFrameParallel()
196 const auto& tile_ptr = tiles[index]; in DecodeTilesThreadedNonFrameParallel() local
197 if (!tile_ptr->ParseAndDecode()) { in DecodeTilesThreadedNonFrameParallel()
248 for (const auto& tile_ptr : tiles) { in DecodeTilesFrameParallel() local
252 tile_ptr->number()); in DecodeTilesFrameParallel()
439 if (!tile_ptr->Parse()) { in DecodeTilesThreadedFrameParallel()
455 const auto& tile_ptr = tiles[index]; in DecodeTilesThreadedFrameParallel() local
456 if (!tile_ptr->Parse()) { in DecodeTilesThreadedFrameParallel()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Ddepthwise_convolution_tf.cuh273 DType* const tile_ptr = tile_idx + shared_data; in DepthwiseConv2dKernelSmall() local
274 tile_ptr[0] = ldg(in_ptr); in DepthwiseConv2dKernelSmall()
276 tile_ptr[tile_offset] = ldg(block_pixels + in_ptr); in DepthwiseConv2dKernelSmall()
299 const DType* const tile_ptr = shared_offset + shared_data; in DepthwiseConv2dKernelSmall() local
300 sum1 += filter_value * tile_ptr[0]; in DepthwiseConv2dKernelSmall()
301 sum2 += filter_value * tile_ptr[tile_offset]; in DepthwiseConv2dKernelSmall()
573 DType* const tile_ptr = tile_idx + shared_data; in DepthwiseConv2dBackwardFilterKernelSmall() local
574 tile_ptr[0] = ldg(in_ptr); in DepthwiseConv2dBackwardFilterKernelSmall()
576 tile_ptr[tile_offset] = ldg(block_pixels + in_ptr); in DepthwiseConv2dBackwardFilterKernelSmall()
595 const DType* const tile_ptr = shared_offset + shared_data; in DepthwiseConv2dBackwardFilterKernelSmall() local
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Ddepthwise_convolution_tf.cuh273 DType* const tile_ptr = tile_idx + shared_data; in DepthwiseConv2dKernelSmall() local
274 tile_ptr[0] = ldg(in_ptr); in DepthwiseConv2dKernelSmall()
276 tile_ptr[tile_offset] = ldg(block_pixels + in_ptr); in DepthwiseConv2dKernelSmall()
299 const DType* const tile_ptr = shared_offset + shared_data; in DepthwiseConv2dKernelSmall() local
300 sum1 += filter_value * tile_ptr[0]; in DepthwiseConv2dKernelSmall()
301 sum2 += filter_value * tile_ptr[tile_offset]; in DepthwiseConv2dKernelSmall()
573 DType* const tile_ptr = tile_idx + shared_data; in DepthwiseConv2dBackwardFilterKernelSmall() local
574 tile_ptr[0] = ldg(in_ptr); in DepthwiseConv2dBackwardFilterKernelSmall()
576 tile_ptr[tile_offset] = ldg(block_pixels + in_ptr); in DepthwiseConv2dBackwardFilterKernelSmall()
595 const DType* const tile_ptr = shared_offset + shared_data; in DepthwiseConv2dBackwardFilterKernelSmall() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/
H A Ddecoder_impl.cc924 for (const auto& tile_ptr : tiles) { in DecodeTilesNonFrameParallel() local
925 if (!tile_ptr->ProcessSuperBlockRow<kProcessingModeParseAndDecode, true>( in DecodeTilesNonFrameParallel()
966 const auto& tile_ptr = tiles[index]; in DecodeTilesThreadedNonFrameParallel() local
967 if (!tile_ptr->ParseAndDecode(/*is_main_thread=*/false)) { in DecodeTilesThreadedNonFrameParallel()
968 LIBGAV1_DLOG(ERROR, "Error decoding tile #%d", tile_ptr->number()); in DecodeTilesThreadedNonFrameParallel()
983 const auto& tile_ptr = tiles[index]; in DecodeTilesThreadedNonFrameParallel() local
984 if (!tile_ptr->ParseAndDecode(/*is_main_thread=*/true)) { in DecodeTilesThreadedNonFrameParallel()
985 LIBGAV1_DLOG(ERROR, "Error decoding tile #%d", tile_ptr->number()); in DecodeTilesThreadedNonFrameParallel()
1042 for (const auto& tile_ptr : tiles) { in DecodeTilesFrameParallel() local
1043 if (!tile_ptr->ProcessSuperBlockRow<kProcessingModeDecodeOnly, false>( in DecodeTilesFrameParallel()
[all …]
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_rasterizer_cache.cpp100 gl_ptr[0] = tile_ptr[3]; in MortonCopyTile()
105 gl_ptr[0] = tile_ptr[3]; in MortonCopyTile()
106 gl_ptr[1] = tile_ptr[2]; in MortonCopyTile()
107 gl_ptr[2] = tile_ptr[1]; in MortonCopyTile()
108 gl_ptr[3] = tile_ptr[0]; in MortonCopyTile()
110 gl_ptr[0] = tile_ptr[2]; in MortonCopyTile()
111 gl_ptr[1] = tile_ptr[1]; in MortonCopyTile()
112 gl_ptr[2] = tile_ptr[0]; in MortonCopyTile()
119 tile_ptr[3] = gl_ptr[0]; in MortonCopyTile()
123 tile_ptr[0] = gl_ptr[3]; in MortonCopyTile()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_rasterizer_cache.cpp100 gl_ptr[0] = tile_ptr[3]; in MortonCopyTile()
105 gl_ptr[0] = tile_ptr[3]; in MortonCopyTile()
106 gl_ptr[1] = tile_ptr[2]; in MortonCopyTile()
107 gl_ptr[2] = tile_ptr[1]; in MortonCopyTile()
108 gl_ptr[3] = tile_ptr[0]; in MortonCopyTile()
110 gl_ptr[0] = tile_ptr[2]; in MortonCopyTile()
111 gl_ptr[1] = tile_ptr[1]; in MortonCopyTile()
112 gl_ptr[2] = tile_ptr[0]; in MortonCopyTile()
119 tile_ptr[3] = gl_ptr[0]; in MortonCopyTile()
123 tile_ptr[0] = gl_ptr[3]; in MortonCopyTile()
[all …]
/dports/emulators/mednafen/mednafen/src/snes/src/ppu/render/
H A Dbg.cpp96 const uint8 *tile_ptr; in render_line_bg() local
175 tile_ptr = bg_td + (tile_num * 64) + ((voffset & 7) * 8); in render_line_bg()
179 col = *(tile_ptr + (hoffset & 7)); in render_line_bg()
H A Doam.cpp133 uint8 *tile_ptr = (uint8*)oam_td + (t->tile << 6) + ((t->y & 7) << 3); in render_oam_tile() local
137 unsigned col = *(tile_ptr + ((t->hflip == false) ? x : (7 - x))); in render_oam_tile()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ppu/bppu/render/
H A Dbg.cpp96 const uint8 *tile_ptr; in render_line_bg() local
175 tile_ptr = bg_td + (tile_num * 64) + ((voffset & 7) * 8); in render_line_bg()
179 col = *(tile_ptr + (hoffset & 7)); in render_line_bg()
H A Doam.cpp133 uint8 *tile_ptr = (uint8*)oam_td + (t->tile << 6) + ((t->y & 7) << 3); in render_oam_tile() local
137 unsigned col = *(tile_ptr + ((t->hflip == false) ? x : (7 - x))); in render_oam_tile()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxp1fill.c910 unsigned char *tile_ptr; in do_tile_rect_trans_blend() local
962 tile_ptr = row_ptr_in + x_in_offset; in do_tile_rect_trans_blend()
972 src[kk] = *(tile_ptr + kk * ptile->ttrans->planestride); in do_tile_rect_trans_blend()
986 int src_tag = *(tile_ptr + num_chan * ptile->ttrans->planestride); in do_tile_rect_trans_blend()
1018 uint16_t *tile_ptr; in do_tile_rect_trans_blend_16() local
1070 tile_ptr = row_ptr_in + x_in_offset; in do_tile_rect_trans_blend_16()
1084 src[kk] = GET16_BE2NATIVE(tile_ptr + kk * (ptile->ttrans->planestride>>1)); in do_tile_rect_trans_blend_16()
1098 … int src_tag = GET16_BE2NATIVE(tile_ptr + (num_chan * ptile->ttrans->planestride>>1)); in do_tile_rect_trans_blend_16()
1131 uint16_t *tile_ptr; in do_tile_rect_trans_blend_16be() local
1183 tile_ptr = row_ptr_in + x_in_offset; in do_tile_rect_trans_blend_16be()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxp1fill.c910 unsigned char *tile_ptr; in do_tile_rect_trans_blend() local
962 tile_ptr = row_ptr_in + x_in_offset; in do_tile_rect_trans_blend()
972 src[kk] = *(tile_ptr + kk * ptile->ttrans->planestride); in do_tile_rect_trans_blend()
986 int src_tag = *(tile_ptr + num_chan * ptile->ttrans->planestride); in do_tile_rect_trans_blend()
1018 uint16_t *tile_ptr; in do_tile_rect_trans_blend_16() local
1070 tile_ptr = row_ptr_in + x_in_offset; in do_tile_rect_trans_blend_16()
1084 src[kk] = GET16_BE2NATIVE(tile_ptr + kk * (ptile->ttrans->planestride>>1)); in do_tile_rect_trans_blend_16()
1098 … int src_tag = GET16_BE2NATIVE(tile_ptr + (num_chan * ptile->ttrans->planestride>>1)); in do_tile_rect_trans_blend_16()
1131 uint16_t *tile_ptr; in do_tile_rect_trans_blend_16be() local
1183 tile_ptr = row_ptr_in + x_in_offset; in do_tile_rect_trans_blend_16be()
[all …]
/dports/graphics/grafx2/grafx2/src/
H A Dtiles.c181 T_Tile * tile_ptr; in Tilemap_update() local
193 || (tile_ptr=(T_Tile *)malloc(width*height*sizeof(T_Tile))) == NULL) in Tilemap_update()
210 Main.tilemap=tile_ptr; in Tilemap_update()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/brad/
H A Dbrad_eigenspace.hxx138 vil_image_view_base_sptr tile_ptr = in compute_covariance_matrix_rand() local
140 vil_image_view<float> ftile = vil_convert_cast(float(), tile_ptr); in compute_covariance_matrix_rand()
765 vil_image_view_base_sptr tile_ptr = in init_histogram_rand() local
767 vil_image_view<float> ftile = vil_convert_cast(float(), tile_ptr); in init_histogram_rand()
905 vil_image_view_base_sptr tile_ptr = rescs[ires]->get_view(i0, nit, j0, njt); in update_histogram_rand() local
906 vil_image_view<float> ftile = vil_convert_cast(float(), tile_ptr); in update_histogram_rand()

12