Home
last modified time | relevance | path

Searched refs:copy_levels (Results 1 – 4 of 4) sorted by relevance

/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/vulkan/
H A Ddevice.cpp2519 unsigned copy_levels; in create_image_staging_buffer() local
2521 copy_levels = 1; in create_image_staging_buffer()
2523 copy_levels = TextureFormatLayout::num_miplevels(info.width, info.height, info.depth); in create_image_staging_buffer()
2525 copy_levels = info.levels; in create_image_staging_buffer()
2530 layout.set_1d(info.format, info.width, info.layers, copy_levels); in create_image_staging_buffer()
2533 layout.set_2d(info.format, info.width, info.height, info.layers, copy_levels); in create_image_staging_buffer()
2536 layout.set_3d(info.format, info.width, info.height, info.depth, copy_levels); in create_image_staging_buffer()
2555 for (unsigned level = 0; level < copy_levels; level++) in create_image_staging_buffer()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/vulkan/
H A Ddevice.cpp2519 unsigned copy_levels; in create_image_staging_buffer() local
2521 copy_levels = 1; in create_image_staging_buffer()
2523 copy_levels = TextureFormatLayout::num_miplevels(info.width, info.height, info.depth); in create_image_staging_buffer()
2525 copy_levels = info.levels; in create_image_staging_buffer()
2530 layout.set_1d(info.format, info.width, info.layers, copy_levels); in create_image_staging_buffer()
2533 layout.set_2d(info.format, info.width, info.height, info.layers, copy_levels); in create_image_staging_buffer()
2536 layout.set_3d(info.format, info.width, info.height, info.depth, copy_levels); in create_image_staging_buffer()
2555 for (unsigned level = 0; level < copy_levels; level++) in create_image_staging_buffer()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/vulkan/
H A Ddevice.cpp3417 unsigned copy_levels; in create_image_staging_buffer() local
3419 copy_levels = 1; in create_image_staging_buffer()
3421 copy_levels = TextureFormatLayout::num_miplevels(info.width, info.height, info.depth); in create_image_staging_buffer()
3423 copy_levels = info.levels; in create_image_staging_buffer()
3428 layout.set_1d(info.format, info.width, info.layers, copy_levels); in create_image_staging_buffer()
3431 layout.set_2d(info.format, info.width, info.height, info.layers, copy_levels); in create_image_staging_buffer()
3434 layout.set_3d(info.format, info.width, info.height, info.depth, copy_levels); in create_image_staging_buffer()
3453 for (unsigned level = 0; level < copy_levels; level++) in create_image_staging_buffer()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlclueflow.c66 copy_levels (GByteArray *dst, in copy_levels() function
2867 copy_levels (levels, flow->levels); in html_clueflow_dup_levels()
2880 copy_levels (flow->levels, levels); in html_clueflow_set_levels()