Home
last modified time | relevance | path

Searched refs:constantID (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_util.c105 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/
Dpipelines.adoc8158 * [[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/
Dvulkan_printer.py1044 constantID = printer.write_int("constantID", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1094 VULKAN_HPP_HASH_COMBINE( seed, specializationMapEntry.constantID ); in operator ()()
Dvulkan_hash.hpp2094 VULKAN_HPP_HASH_COMBINE( seed, specializationMapEntry.constantID ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp2117 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp1653 memcpy(*ptr, (uint32_t*)&forMarshaling->constantID, sizeof(uint32_t)); in reservedmarshal_VkSpecializationMapEntry()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp2391 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()
Dgoldfish_vk_reserved_marshaling.cpp1842 memcpy((uint32_t*)&forUnmarshaling->constantID, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSpecializationMapEntry()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3462 uint32_t constantID; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc4290 statement requiring the pname:constantID values be unique (internal