Searched refs:identifierSize (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_shader_module.c | 82 pIdentifier->identifierSize = sizeof(module->hash); in vk_common_GetShaderModuleIdentifierEXT() 92 pIdentifier->identifierSize = sizeof(blake3_hash); in vk_common_GetShaderModuleCreateInfoIdentifierEXT()
|
D | vk_pipeline.c | 207 assert(iinfo->identifierSize <= VK_MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT); in vk_pipeline_hash_shader_stage() 208 _mesa_sha1_update(&ctx, iinfo->pIdentifier, iinfo->identifierSize); in vk_pipeline_hash_shader_stage()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | shaders.adoc | 1487 * pname:identifierSize is the size, in bytes, of valid data returned in 1491 Any returned values beyond the first pname:identifierSize bytes are 1493 Implementations must: return an pname:identifierSize greater than 0, and 1496 Two identifiers are considered equal if pname:identifierSize is equal and 1497 the first pname:identifierSize bytes of pname:identifier compare equal. 1499 Implementations may: return a different pname:identifierSize for different 1501 Implementations should: ensure that pname:identifierSize is large enough to 1511 slink:VkShaderModuleIdentifierEXT::pname:identifierSize.
|
D | pipelines.adoc | 408 pname:identifierSize not equal to 0 in the pname:pNext chain. 1070 * pname:identifierSize is the size, in bytes, of the buffer pointed to by 1080 pname:pIdentifier and pname:identifierSize can: be obtained from an 1087 pname:identifierSize is not equal to 0, the 1092 slink:VkPipelineShaderStageCreateInfo and pname:identifierSize is not 1095 * [[VUID-VkPipelineShaderStageModuleIdentifierCreateInfoEXT-identifierSize-06852]] 1096 pname:identifierSize must: be less-or-equal to 8359 pname:identifierSize not equal to 0, the pipeline must: be created with
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 17086 uint32_t identifierSize; member 17093 uint32_t identifierSize; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 11363 … VULKAN_HPP_HASH_COMBINE( seed, pipelineShaderStageModuleIdentifierCreateInfoEXT.identifierSize ); in operator ()() 12690 VULKAN_HPP_HASH_COMBINE( seed, shaderModuleIdentifierEXT.identifierSize ); in operator ()()
|