| LOW | CONTRIBUTING.md | 41 | // then, library includes |
| LOW | externals/stb/stb_image.h | 121 | |
| LOW | externals/stb/stb_image.h | 141 | // unsigned char *data = stbi_load(filename, &x, &y, &n, 0); |
| LOW | externals/stb/stb_image.h | 161 | // *channels_in_file otherwise. If desired_channels is non-zero, |
| LOW | externals/stb/stb_image.h | 181 | // more user-friendly ones. |
| LOW | externals/stb/stb_image.h | 201 | // Additionally, stb_image will reject image files that have any of their |
| LOW | externals/stb/stb_image.h | 221 | // =========================================================================== |
| LOW | externals/stb/stb_image.h | 241 | // - Small source code footprint ("easy to maintain") |
| LOW | externals/stb/stb_image.h | 261 | // supported by the compiler. For ARM Neon support, you must explicitly |
| LOW | externals/stb/stb_image.h | 281 | // stb_image supports loading HDR images in general, and currently the Radiance |
| LOW | externals/stb/stb_image.h | 301 | // |
| LOW | externals/stb/stb_image.h | 321 | // Call stbi_set_unpremultiply_on_load(1) as well to force a divide per |
| LOW | externals/stb/stb_image.h | 341 | // STBI_NO_PIC |
| LOW | externals/stb/stb_image.h | 361 | // - If you define STBI_MAX_DIMENSIONS, stb_image will reject images greater |
| LOW | externals/stb/stb_image.h | 541 | |
| LOW | externals/stb/stb_image.h | 561 | #endif |
| LOW | externals/stb/stb_image.h | 581 | |
| LOW | externals/stb/stb_image.h | 601 | #ifndef STBI_ASSERT |
| LOW | externals/stb/stb_image.h | 621 | #endif |
| LOW | externals/stb/stb_image.h | 661 | #endif |
| LOW | externals/stb/stb_image.h | 681 | #ifndef STBI_MALLOC |
| LOW | externals/stb/stb_image.h | 701 | // but previous attempts to provide the SSE2 functions with runtime |
| LOW | externals/stb/stb_image.h | 761 | #else // assume GCC-style if not VC++ |
| LOW | externals/stb/stb_image.h | 781 | |
| LOW | externals/stb/stb_image.h | 981 | return 0; |
| LOW | externals/stb/stb_image.h | 1081 | if ((a >= 0) == (b >= 0)) return a <= SHRT_MAX/b; // product is positive, so similar to mul2sizes_valid |
| LOW | externals/stb/stb_image.h | 1141 | ri->channel_order = STBI_ORDER_RGB; // all current input & output are this, but this is here so we can add BGR order |
| LOW | externals/stb/stb_image.h | 1721 | #ifndef STBI_NO_BMP |
| LOW | externals/stb/stb_image.h | 1921 | // - still fast on x86 (copying globals into locals doesn't help x86) |
| LOW | externals/stb/stb_image.h | 2901 | #undef dct_trn8_32 |
| LOW | externals/stb/stb_image.h | 4081 | // public domain zlib decode v0.2 Sean Barrett 2006-11-18 |
| LOW | externals/stb/stb_image.h | 6161 | if (bitdepth != 8 && bitdepth != 16) |
| LOW | externals/stb/stb_image.h | 7481 | // ************************************************************************************************* |
| LOW | externals/renderdoc/renderdoc_app.h | 21 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| LOW | externals/renderdoc/renderdoc_app.h | 41 | #define RENDERDOC_CC |
| LOW | externals/renderdoc/renderdoc_app.h | 61 | |
| LOW | externals/renderdoc/renderdoc_app.h | 81 | // 1 - The application can enable or disable vsync at will |
| LOW | externals/renderdoc/renderdoc_app.h | 101 | eRENDERDOC_Option_DebugDeviceMode = 2, // deprecated name of this enum |
| LOW | externals/renderdoc/renderdoc_app.h | 121 | |
| LOW | externals/renderdoc/renderdoc_app.h | 141 | // 0 - No verification is performed, and overwriting bounds may cause crashes or corruption in |
| LOW | externals/renderdoc/renderdoc_app.h | 161 | // |
| LOW | externals/renderdoc/renderdoc_app.h | 181 | // 0 - unless a read is detected, initial contents will not be saved and will |
| LOW | externals/renderdoc/renderdoc_app.h | 201 | // Mute API debugging output when the API validation mode option is enabled |
| LOW | externals/renderdoc/renderdoc_app.h | 221 | // This will cause increased disk space use (which may cause a capture to fail if disk space is |
| LOW | externals/renderdoc/renderdoc_app.h | 381 | // This function will unload RenderDoc's crash handler. |
| LOW | externals/renderdoc/renderdoc_app.h | 401 | // SetCaptureFilePathTemplate("my_captures/example"); |
| LOW | externals/renderdoc/renderdoc_app.h | 421 | // pathlength will be written with the length in bytes of the filename string |
| LOW | externals/renderdoc/renderdoc_app.h | 441 | // Any existing comments will be overwritten. |
| LOW | externals/renderdoc/renderdoc_app.h | 461 | // |
| LOW | externals/renderdoc/renderdoc_app.h | 481 | // Capturing functions |
| LOW | externals/renderdoc/renderdoc_app.h | 501 | #define RENDERDOC_DEVICEPOINTER_FROM_VKINSTANCE(inst) (*((void **)(inst))) |
| LOW | externals/renderdoc/renderdoc_app.h | 521 | // |
| LOW | externals/renderdoc/renderdoc_app.h | 541 | // |
| LOW | externals/renderdoc/renderdoc_app.h | 561 | typedef void(RENDERDOC_CC *pRENDERDOC_SetCaptureTitle)(const char *title); |
| LOW | externals/renderdoc/renderdoc_app.h | 601 | // 1.1.1 - Refactor: Renamed remote access to target control (to better disambiguate from remote |
| LOW | externals/renderdoc/renderdoc_app.h | 721 | // |
| LOW | tests/test_emulator_settings.cpp | 1 | // SPDX-FileCopyrightText: Copyright 2026 shadPS4 Emulator Project |
| LOW | tests/network/test_http_uri.cpp | 1 | // SPDX-FileCopyrightText: Copyright 2024-2026 shadPS4 Emulator Project |
| LOW | tests/network/test_http_parse_response_header.cpp | 1 | // SPDX-FileCopyrightText: Copyright 2024-2026 shadPS4 Emulator Project |
| LOW | tests/network/test_http_status_line.cpp | 1 | // SPDX-FileCopyrightText: Copyright 2024-2026 shadPS4 Emulator Project |
| 348 more matches not shown… |