Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Archive/Anvil
/ functions
Functions
5,010 in github.com/GPUOpen-Archive/Anvil
⨍
Functions
5,010
◇
Types & classes
1,570
↓ 3 callers
Method
getNumRows
deps/glslang/SPIRV/SpvBuilder.h:227
↓ 3 callers
Method
getNumTypeComponents
deps/glslang/SPIRV/SpvBuilder.h:170
↓ 3 callers
Method
getOriginUpperLeft
deps/glslang/glslang/MachineIndependent/localintermediate.h:634
↓ 3 callers
Method
getParamType
deps/glslang/SPIRV/spvIR.h:292
↓ 3 callers
Method
getPrimitives
deps/glslang/glslang/MachineIndependent/localintermediate.h:707
↓ 3 callers
Method
getStringNameOrNum
Returns the name if it exists. Otherwise, returns the string number.
deps/glslang/glslang/Include/Common.h:238
↓ 3 callers
Method
getUniqueId
deps/glslang/glslang/MachineIndependent/SymbolTable.h:108
↓ 3 callers
Method
getVersion
deps/glslang/glslang/MachineIndependent/localintermediate.h:419
↓ 3 callers
Method
get_attachment_reference_from_subpass_attachment
Creates a VkAttachmentReference descriptor from the specified SubPassAttachment instance. * * @param in_renderpass_attachment Subpass attachment de
src/misc/render_pass_create_info.cpp:575
↓ 3 callers
Method
get_color_attachment_at_index
include/misc/render_pass_create_info.h:756
↓ 3 callers
Method
get_command_buffers_mgpu
include/misc/types_struct.h:3089
↓ 3 callers
Method
get_command_buffers_sgpu
include/misc/types_struct.h:3094
↓ 3 callers
Method
get_command_pool
Retrieves the raw Vulkan handle for the encapsulated command pool */
include/wrappers/command_pool.h:73
↓ 3 callers
Method
get_descriptor_set_layout_manager
include/wrappers/device.h:97
↓ 3 callers
Method
get_device_group_index
Retrieves device group index of this physical device. */
include/wrappers/physical_device.h:82
↓ 3 callers
Method
get_exportable_nt_handle_info
Returns true if set_exportable_nt_handle_info() has been called prior to this call. * Otherwise returns false. *
include/misc/fence_create_info.h:60
↓ 3 callers
Method
get_image_alignment
Returns information about the data alignment required by the underlying VkImage instance */
include/wrappers/image.h:153
↓ 3 callers
Method
get_memory_block
Please see header for specification */
src/misc/page_tracker.cpp:42
↓ 3 callers
Method
get_n_structs
include/misc/struct_chainer.h:334
↓ 3 callers
Method
get_n_subpasses
Returns the number of added subpasses */
include/misc/render_pass_create_info.h:439
↓ 3 callers
Method
get_object_at_index
Please see header for specification */
src/misc/object_tracker.cpp:143
↓ 3 callers
Method
get_queue_family_indices_for_queue_family_type
Please see header for specification */
src/wrappers/device.cpp:699
↓ 3 callers
Method
get_rasterization_order
src/misc/graphics_pipeline_create_info.cpp:537
↓ 3 callers
Method
get_renderpass
include/misc/graphics_pipeline_create_info.h:333
↓ 3 callers
Method
get_resolved_attachment_at_index
include/misc/render_pass_create_info.h:768
↓ 3 callers
Method
get_signal_semaphores_mgpu
include/misc/types_struct.h:3163
↓ 3 callers
Method
get_signal_semaphores_sgpu
include/misc/types_struct.h:3168
↓ 3 callers
Method
get_subpass_attachment_properties
Please see header for specification */
src/misc/render_pass_create_info.cpp:904
↓ 3 callers
Method
get_subpass_ds_resolve_attachment_properties
Please see header for specification */
src/misc/render_pass_create_info.cpp:1063
↓ 3 callers
Method
get_subpass_view_mask
Please see header for specification */
src/misc/render_pass_create_info.cpp:1147
↓ 3 callers
Method
get_wait_semaphores_mgpu
include/misc/types_struct.h:3188
↓ 3 callers
Method
get_wait_semaphores_sgpu
include/misc/types_struct.h:3193
↓ 3 callers
Method
getch
deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.h:379
↓ 3 callers
Method
globalQualifierFixCheck
Check/fix just a full qualifier (no variables or types yet, but qualifier is complete) at global level.
deps/glslang/glslang/MachineIndependent/ParseHelper.cpp:3085
↓ 3 callers
Method
handleLvalue
This function handles l-value conversions and verifications. It uses, but is not synonymous with lValueErrorCheck. That function accepts an l-value
deps/glslang/hlsl/hlslParseHelper.cpp:254
↓ 3 callers
Method
handlePrecisionQualifier
Handle seeing a precision qualifier in the grammar.
deps/glslang/glslang/MachineIndependent/ParseHelper.cpp:2262
↓ 3 callers
Method
hasBufferReferenceAlign
deps/glslang/glslang/Include/Types.h:941
↓ 3 callers
Method
hasFunctionName
See if there is already a function in the table having the given non-function-style name.
deps/glslang/glslang/MachineIndependent/SymbolTable.h:473
↓ 3 callers
Method
hasUniformLayout
deps/glslang/glslang/Include/Types.h:842
↓ 3 callers
Method
hasUnsized
deps/glslang/glslang/Include/arrays.h:294
↓ 3 callers
Method
has_aspects
Please see header for specification */
src/wrappers/image.cpp:1397
↓ 3 callers
Method
init
src/misc/library.cpp:89
↓ 3 callers
Method
isConstant
deps/glslang/SPIRV/SpvBuilder.h:203
↓ 3 callers
Function
isDereferenceOperation
Returns true if the opcode is a dereferencing one.
deps/glslang/glslang/MachineIndependent/propagateNoContraction.cpp:86
↓ 3 callers
Method
isFunctionNameVariable
deps/glslang/glslang/MachineIndependent/SymbolTable.h:768
↓ 3 callers
Method
isInSpecConstCodeGenMode
Check if the builder is generating code for spec constants.
deps/glslang/SPIRV/SpvBuilder.h:666
↓ 3 callers
Method
isIntegerDomain
deps/glslang/glslang/Include/Types.h:1518
↓ 3 callers
Method
isIo
deps/glslang/glslang/Include/Types.h:668
↓ 3 callers
Function
isNan
deps/glslang/glslang/MachineIndependent/Constant.cpp:56
↓ 3 callers
Method
isPureSampler
deps/glslang/glslang/Include/Types.h:102
↓ 3 callers
Method
isReadOnly
deps/glslang/glslang/MachineIndependent/SymbolTable.h:121
↓ 3 callers
Method
isSampledImage
deps/glslang/SPIRV/SpvBuilder.h:182
↓ 3 callers
Method
isShadow
deps/glslang/glslang/Include/Types.h:104
↓ 3 callers
Method
isTerminated
deps/glslang/SPIRV/spvIR.h:228
↓ 3 callers
Method
isUserType
deps/glslang/glslang/MachineIndependent/SymbolTable.h:168
↓ 3 callers
Method
khr_dedicated_allocation
include/misc/extensions.h:888
↓ 3 callers
Method
khr_depth_stencil_resolve
include/misc/extensions.h:895
↓ 3 callers
Method
khr_swapchain
include/misc/extensions.h:1097
↓ 3 callers
Method
lFloatConst
deps/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp:105
↓ 3 callers
Method
lineDirectiveShouldSetNextLine
Returns true if the first argument to the #line directive is the line number for the next line. Desktop, pre-version 3.30: "After processing this di
deps/glslang/glslang/MachineIndependent/ParseHelper.cpp:3872
↓ 3 callers
Function
logHandler
deps/glslang/StandAlone/spirv-remap.cpp:73
↓ 3 callers
Method
makeConstructorCall
Handle seeing something in a grammar production that can be done by calling a constructor. The constructor still must be "handled" by handleFunctionC
deps/glslang/hlsl/hlslParseHelper.cpp:5960
↓ 3 callers
Method
makeEndIf
Comments in header
deps/glslang/SPIRV/SpvBuilder.cpp:2383
↓ 3 callers
Method
mergeQualifiers
Merge characteristics of the 'src' qualifier into the 'dst'. If there is duplication, issue error messages, unless 'force' is specified, which means t
deps/glslang/glslang/MachineIndependent/ParseHelper.cpp:3301
↓ 3 callers
Function
mz_deflateEnd
deps/miniz/miniz.c:1239
↓ 3 callers
Function
mz_zip_reader_file_stat
deps/miniz/miniz.c:4319
↓ 3 callers
Function
mz_zip_reader_init_internal
deps/miniz/miniz.c:3987
↓ 3 callers
Function
mz_zip_reader_read_central_dir
deps/miniz/miniz.c:4086
↓ 3 callers
Function
mz_zip_writer_compute_padding_needed_for_file_alignment
deps/miniz/miniz.c:5202
↓ 3 callers
Function
mz_zip_writer_validate_archive_name
deps/miniz/miniz.c:5188
↓ 3 callers
Function
mz_zip_writer_write_zeros
deps/miniz/miniz.c:5211
↓ 3 callers
Method
nestLooping
deps/glslang/hlsl/hlslParseHelper.h:166
↓ 3 callers
Method
opaqueCheck
deps/glslang/glslang/MachineIndependent/ParseHelper.cpp:4361
↓ 3 callers
Method
parse
Root entry point to this recursive decent parser. Return true if compilation unit was successfully accepted.
deps/glslang/hlsl/hlslGrammar.cpp:62
↓ 3 callers
Function
path_sep_char
deps/glslang/StandAlone/spirv-remap.cpp:56
↓ 3 callers
Method
popNamespace
Opposite of pushNamespace(), see above
deps/glslang/hlsl/hlslParseHelper.cpp:9173
↓ 3 callers
Method
ppRequireExtensions
Use by preprocessor when there are no profile/version to check, it's just an error if one of the extensions is not present.
deps/glslang/glslang/MachineIndependent/Versions.cpp:687
↓ 3 callers
Method
ppWarn
deps/glslang/glslang/MachineIndependent/ParseContextBase.cpp:107
↓ 3 callers
Method
propagatePrecision
deps/glslang/glslang/MachineIndependent/Intermediate.cpp:3559
↓ 3 callers
Method
pushNamespace
Track levels of class/struct/namespace nesting with a prefix string using the type names separated by the scoping operator. E.g., two levels would loo
deps/glslang/hlsl/hlslParseHelper.cpp:9161
↓ 3 callers
Method
push_front
deps/VulkanMemoryAllocator/vk_mem_alloc.h:2959
↓ 3 callers
Method
remove
deps/glslang/StandAlone/Worklist.h:66
↓ 3 callers
Method
requires_dedicated_allocation
include/wrappers/image.h:284
↓ 3 callers
Method
reservedErrorCheck
Reserved errors for GLSL.
deps/glslang/glslang/MachineIndependent/ParseHelper.cpp:2515
↓ 3 callers
Method
reset
Please see header for specification */
src/wrappers/semaphore.cpp:288
↓ 3 callers
Method
reset
Please see header for specification */
src/wrappers/command_pool.cpp:147
↓ 3 callers
Method
reset
Please see header for specification */
src/wrappers/descriptor_pool.cpp:356
↓ 3 callers
Method
sameElementShape
See if two type's elements match in all ways except basic type
deps/glslang/glslang/Include/Types.h:2079
↓ 3 callers
Method
sameElementType
See if two types match, in all aspects except arrayness
deps/glslang/glslang/Include/Types.h:2059
↓ 3 callers
Method
set
deps/glslang/hlsl/hlslParseHelper.h:485
↓ 3 callers
Method
setConstArray
deps/glslang/glslang/MachineIndependent/SymbolTable.h:171
↓ 3 callers
Method
setEarlyFragmentTests
deps/glslang/glslang/MachineIndependent/localintermediate.h:637
↓ 3 callers
Method
setEnvClient
deps/glslang/glslang/Public/ShaderLang.h:437
↓ 3 callers
Method
setEnvInput
For setting up the environment (cleared to nothingness in the constructor). These must be called so that parsing is done for the right source language
deps/glslang/glslang/Public/ShaderLang.h:430
↓ 3 callers
Method
setFlattenUniformArrays
deps/glslang/glslang/MachineIndependent/ShaderLang.cpp:1777
↓ 3 callers
Method
setInput
deps/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp:109
↓ 3 callers
Method
setInputPrimitive
deps/glslang/glslang/MachineIndependent/localintermediate.h:576
↓ 3 callers
Method
setLayoutQualifier
Put the id's layout qualification into the public type, for qualifiers not having a number set. This is before we know any type information for error
deps/glslang/glslang/MachineIndependent/ParseHelper.cpp:4651
↓ 3 callers
Method
setNeedsLegalization
deps/glslang/glslang/MachineIndependent/localintermediate.h:749
↓ 3 callers
Method
setOriginUpperLeft
deps/glslang/glslang/MachineIndependent/localintermediate.h:633
← previous
next →
801–900 of 5,010, ranked by callers