MCPcopy Create free account

hub / github.com/PacktPublishing/Vulkan-Cookbook / functions

Functions543 in github.com/PacktPublishing/Vulkan-Cookbook

↓ 5 callersFunctionstbi__zbuild_huffman
External/stb_image.h:3779
↓ 4 callersMethodGetPosition
Samples/Common Files/Camera.cpp:64
↓ 4 callersFunctionexportFaceGroupToShape
External/tiny_obj_loader.h:580
↓ 4 callersFunctionfixIndex
Make index zero-base, and also support relative index.
External/tiny_obj_loader.h:266
↓ 4 callersFunctionstbi__bitcount
External/stb_image.h:4941
↓ 4 callersFunctionstbi__cleanup_jpeg
clean up the temporary component buffers
External/stb_image.h:3570
↓ 4 callersFunctionstbi__compute_y
External/stb_image.h:1542
↓ 4 callersFunctionstbi__compute_y_16
External/stb_image.h:1591
↓ 4 callersFunctionstbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
External/stb_image.h:1923
↓ 4 callersFunctionstbi__high_bit
returns 0..31 for the highest set bit
External/stb_image.h:4929
↓ 4 callersFunctionstbi__jpeg_get_bit
External/stb_image.h:1950
↓ 4 callersFunctionstbi__load_and_postprocess_8bit
External/stb_image.h:1108
↓ 4 callersFunctionstbi__malloc_mad2
mallocs with size overflow checking
External/stb_image.h:978
↓ 4 callersFunctionstbi__readval
External/stb_image.h:5835
↓ 4 callersFunctionstbi__shiftsigned
External/stb_image.h:4951
↓ 4 callersFunctionstbi__start_mem
initialize a memory-decode context
External/stb_image.h:777
↓ 4 callersFunctionstbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
External/stb_image.h:5221
↓ 4 callersFunctionstbi__zget8
External/stb_image.h:3846
↓ 3 callersFunctionCalculateTangentAndBitangent
Library/Source Files/10 Helper Recipes/07 Loading a 3D model from an OBJ file.cpp:179
↓ 3 callersFunctionConnectWithVulkanLoaderLibrary
Library/Source Files/01 Instance and Devices/03 Connecting with a Vulkan Loader library.cpp:33
↓ 3 callersFunctionDeg2Rad
Library/Common Files/Tools.cpp:63
↓ 3 callersFunctionEnumerateAvailablePhysicalDevices
Library/Source Files/01 Instance and Devices/10 Enumerating available physical devices.cpp:33
↓ 3 callersFunctionLoadDeviceLevelFunctions
Library/Source Files/01 Instance and Devices/16 Loading device-level functions.cpp:33
↓ 3 callersFunctionLoadFunctionExportedFromVulkanLoaderLibrary
Library/Source Files/01 Instance and Devices/05 Loading function exported from a Vulkan Loader library.cpp:33
↓ 3 callersFunctionLoadGlobalLevelFunctions
Library/Source Files/01 Instance and Devices/06 Loading global-level functions.cpp:33
↓ 3 callersFunctionLoadInstanceLevelFunctions
Library/Source Files/01 Instance and Devices/09 Loading instance-level functions.cpp:33
↓ 3 callersFunctionstbi__addsizes_valid
return 1 if the sum is valid, 0 on overflow. negative terms are considered invalid.
External/stb_image.h:937
↓ 3 callersFunctionstbi__decode_jpeg_header
External/stb_image.h:3082
↓ 3 callersFunctionstbi__free_jpeg_components
External/stb_image.h:2963
↓ 3 callersFunctionstbi__hdr_convert
External/stb_image.h:6432
↓ 3 callersFunctionstbi__info_main
External/stb_image.h:6856
↓ 3 callersFunctionstbi__loadf_main
External/stb_image.h:1285
↓ 3 callersFunctionstbi__pic_is4
External/stb_image.h:5804
↓ 3 callersFunctionstbi__pnm_getinteger
External/stb_image.h:6809
↓ 3 callersFunctionstbi__pnm_skip_whitespace
External/stb_image.h:6790
↓ 3 callersFunctionstbi__zexpand
External/stb_image.h:3903
↓ 3 callersFunctionstbi__zhuffman_decode
External/stb_image.h:3889
↓ 2 callersFunctionCheckAvailableQueueFamiliesAndTheirProperties
Library/Source Files/01 Instance and Devices/13 Checking available queue families and their properties.cpp:33
↓ 2 callersFunctionCreateBufferView
Library/Source Files/04 Resources and Memory/04 Creating a buffer view.cpp:33
↓ 2 callersFunctionCreateComputePipeline
Library/Source Files/08 Graphics and Compute Pipelines/18 Creating a compute pipeline.cpp:33
↓ 2 callersFunctionCreateLogicalDevice
Library/Source Files/01 Instance and Devices/15 Creating a logical device.cpp:34
↓ 2 callersFunctionCreateLogicalDeviceWithWsiExtensionsEnabled
Library/Source Files/02 Image Presentation/04 Creating a logical device with WSI extensions enabled.cpp:34
↓ 2 callersFunctionCreatePresentationSurface
Library/Source Files/02 Image Presentation/02 Creating a presentation surface.cpp:33
↓ 2 callersFunctionCreateSwapchainWithR8G8B8A8FormatAndMailboxPresentMode
Library/Source Files/02 Image Presentation/14 Creating a swapchain with R8G8B8A8 format and a MAILBOX present mode.cpp:42
↓ 2 callersFunctionCreateVulkanInstance
Library/Source Files/01 Instance and Devices/08 Creating a Vulkan Instance.cpp:34
↓ 2 callersFunctionCreateVulkanInstanceWithWsiExtensionsEnabled
Library/Source Files/02 Image Presentation/01 Creating a Vulkan Instance with WSI extensions enabled.cpp:34
↓ 2 callersFunctionCross
Library/Common Files/Tools.cpp:72
↓ 2 callersFunctionDispatchComputeWork
Library/Source Files/09 Command Recording and Drawing/14 Dispatching compute work.cpp:33
↓ 2 callersFunctionInitMaterial
External/tiny_obj_loader.h:543
↓ 2 callersFunctionIsExtensionSupported
Library/Common Files/Common.cpp:32
↓ 2 callersFunctionNormalize
Library/Common Files/Tools.cpp:81
↓ 2 callersFunctionSelectQueueFamilyThatSupportsPresentationToGivenSurface
Library/Source Files/02 Image Presentation/03 Selecting a queue family that supports presentation to a given surface.cpp:34
↓ 2 callersFunctionSpecifyPipelineTessellationState
Library/Source Files/08 Graphics and Compute Pipelines/05 Specifying pipeline tessellation state.cpp:33
↓ 2 callersFunctionparseString
External/tiny_obj_loader.h:272
↓ 2 callersFunctionparseTagTriple
External/tiny_obj_loader.h:453
↓ 2 callersFunctionstbi__bit_reverse
External/stb_image.h:3771
↓ 2 callersFunctionstbi__bmp_parse_header
External/stb_image.h:4974
↓ 2 callersFunctionstbi__build_huffman
External/stb_image.h:1780
↓ 2 callersFunctionstbi__check_png_header
External/stb_image.h:4222
↓ 2 callersFunctionstbi__convert_format16
External/stb_image.h:1596
↓ 2 callersFunctionstbi__copyval
External/stb_image.h:5849
↓ 2 callersFunctionstbi__create_png_image_raw
create the png data from post-deflated data
External/stb_image.h:4273
↓ 2 callersFunctionstbi__fill_bits
External/stb_image.h:3852
↓ 2 callersFunctionstbi__fill_gif_background
External/stb_image.h:6222
↓ 2 callersFunctionstbi__gif_header
External/stb_image.h:6066
↓ 2 callersFunctionstbi__gif_parse_colortable
External/stb_image.h:6055
↓ 2 callersFunctionstbi__hdr_load
External/stb_image.h:6459
↓ 2 callersFunctionstbi__hdr_test_core
External/stb_image.h:6388
↓ 2 callersFunctionstbi__jpeg_decode_block
decode one 64-entry block--
External/stb_image.h:1978
↓ 2 callersFunctionstbi__jpeg_decode_block_prog_dc
External/stb_image.h:2030
↓ 2 callersFunctionstbi__jpeg_get_bits
get some unsigned bits
External/stb_image.h:1939
↓ 2 callersFunctionstbi__load_main
External/stb_image.h:1031
↓ 2 callersFunctionstbi__mad4sizes_valid
returns 1 if "a*b*c*d + add" has no negative terms/factors and doesn't overflow
External/stb_image.h:971
↓ 2 callersFunctionstbi__malloc_mad4
External/stb_image.h:990
↓ 2 callersFunctionstbi__parse_png_file
External/stb_image.h:4671
↓ 2 callersFunctionstbi__pnm_info
External/stb_image.h:6821
↓ 2 callersFunctionstbi__process_marker
External/stb_image.h:2860
↓ 2 callersFunctionstbi__refill_buffer
External/stb_image.h:1418
↓ 2 callersFunctionstbi__setup_jpeg
set up the kernels
External/stb_image.h:3544
↓ 2 callersFunctionstbi__tga_read_rgb16
read 16bit value and convert to 24bit RGB
External/stb_image.h:5334
↓ 1 callersMethodChangeDistance
Samples/Common Files/OrbitingCamera.cpp:53
↓ 1 callersFunctionCheckAvailableDeviceExtensions
Library/Source Files/01 Instance and Devices/11 Checking available device extensions.cpp:33
↓ 1 callersFunctionCheckAvailableInstanceExtensions
Library/Source Files/01 Instance and Devices/07 Checking available Instance extensions.cpp:33
↓ 1 callersFunctionChooseSizeOfSwapchainImages
Library/Source Files/02 Image Presentation/08 Choosing a size of swapchain images.cpp:33
↓ 1 callersFunctionCopyDataFromBufferToImage
Library/Source Files/04 Resources and Memory/13 Copying data from a buffer to an image.cpp:33
↓ 1 callersFunctionCreateInputAttachment
Library/Source Files/05 Descriptor Sets/09 Creating an input attachment.cpp:36
↓ 1 callersFunctionCreateLogicalDeviceWithGeometryShadersAndGraphicsAndComputeQueues
Library/Source Files/01 Instance and Devices/18 Creating a logical device with geometry shaders and graphics queue.cpp:38
↓ 1 callersFunctionCreatePipelineCacheObject
Library/Source Files/08 Graphics and Compute Pipelines/14 Creating a pipeline cache object.cpp:33
↓ 1 callersFunctionCreateSampledImage
Library/Source Files/05 Descriptor Sets/02 Creating a sampled image.cpp:36
↓ 1 callersFunctionCreateSampler
Library/Source Files/05 Descriptor Sets/01 Creating a sampler.cpp:33
↓ 1 callersFunctionCreateStorageTexelBuffer
Library/Source Files/05 Descriptor Sets/06 Creating a storage texel buffer.cpp:36
↓ 1 callersMethodDeinitialize
Samples/Common Files/CookbookSampleFramework.cpp:312
↓ 1 callersFunctionDestroyImage
Library/Source Files/04 Resources and Memory/18 Destroying an image.cpp:33
↓ 1 callersFunctionDestroyImageView
Library/Source Files/04 Resources and Memory/17 Destroying an image view.cpp:33
↓ 1 callersMethodDraw
Samples/Source Files/Other/02-Creating_Swapchain/main.cpp:166
↓ 1 callersFunctionFreeMemoryObject
Library/Source Files/04 Resources and Memory/20 Freeing a memory object.cpp:33
↓ 1 callersFunctionGenerateTangentSpaceVectors
Library/Source Files/10 Helper Recipes/07 Loading a 3D model from an OBJ file.cpp:202
↓ 1 callersFunctionGetCapabilitiesOfPresentationSurface
Library/Source Files/02 Image Presentation/06 Getting capabilities of a presentation surface.cpp:33
↓ 1 callersMethodGetDeltaTime
Samples/Common Files/CookbookSampleFramework.cpp:60
↓ 1 callersFunctionGetFeaturesAndPropertiesOfPhysicalDevice
Library/Source Files/01 Instance and Devices/12 Getting features and properties of a physical device.cpp:33
← previousnext →101–200 of 543, ranked by callers