Home
last modified time | relevance | path

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

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sokol/
H A Dsokol_gfx.h10464 …const uint32_t dst_bytes_per_slice = _sg_surface_pitch(fmt, mip_width, mip_height, _SG_WGPU_ROWPIT… in _sg_wgpu_copy_image_content() local
10468 SOKOL_ASSERT(dst_bytes_per_slice == (dst_bytes_per_row * num_rows)); in _sg_wgpu_copy_image_content()
10482 SOKOL_ASSERT(dst_ptr == dst_base_ptr + slice_index * dst_bytes_per_slice); in _sg_wgpu_copy_image_content()
10504 stg_offset += dst_bytes_per_slice; in _sg_wgpu_copy_image_content()