Searched refs:constantID (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_util.c | 105 spec_entries[i].id = spec_info->pMapEntries[i].constantID; in vk_spec_info_to_nir_spirv()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | pipelines.adoc | 8158 * [[VUID-VkSpecializationInfo-constantID-04911]] 8159 The pname:constantID value of each element of pname:pMapEntries must: be 8172 * pname:constantID is the ID of the specialization constant in SPIR-V. 8178 If a pname:constantID value is not a specialization constant ID used in the 8183 * [[VUID-VkSpecializationMapEntry-constantID-00776]] 8184 For a pname:constantID specialization constant declared in a shader, 8185 pname:size must: match the byte size of the pname:constantID. 8219 .constantID = 13, 8224 .constantID = 42, 8229 .constantID = 3, [all …]
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 1044 constantID = printer.write_int("constantID", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1094 VULKAN_HPP_HASH_COMBINE( seed, specializationMapEntry.constantID ); in operator ()()
|
D | vulkan_hash.hpp | 2094 VULKAN_HPP_HASH_COMBINE( seed, specializationMapEntry.constantID ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 2117 vkStream->write((uint32_t*)&forMarshaling->constantID, sizeof(uint32_t)); in marshal_VkSpecializationMapEntry() 2126 vkStream->read((uint32_t*)&forUnmarshaling->constantID, sizeof(uint32_t)); in unmarshal_VkSpecializationMapEntry()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 1653 memcpy(*ptr, (uint32_t*)&forMarshaling->constantID, sizeof(uint32_t)); in reservedmarshal_VkSpecializationMapEntry()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 2391 vkStream->write((uint32_t*)&forMarshaling->constantID, sizeof(uint32_t)); in marshal_VkSpecializationMapEntry() 2400 vkStream->read((uint32_t*)&forUnmarshaling->constantID, sizeof(uint32_t)); in unmarshal_VkSpecializationMapEntry()
|
D | goldfish_vk_reserved_marshaling.cpp | 1842 memcpy((uint32_t*)&forUnmarshaling->constantID, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSpecializationMapEntry()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3462 uint32_t constantID; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 4290 statement requiring the pname:constantID values be unique (internal
|