Home
last modified time | relevance | path

Searched refs:pPushConstantRanges (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_shader_object.adoc91 .pPushConstantRanges = NULL,
107 .pPushConstantRanges = NULL,
213 .pPushConstantRanges = NULL,
229 .pPushConstantRanges = NULL,
245 .pPushConstantRanges = NULL,
261 .pPushConstantRanges = NULL,
279 .pPushConstantRanges = NULL,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_shader_object.adoc111 const VkPushConstantRange* pPushConstantRanges;
341 .pPushConstantRanges = NULL,
357 .pPushConstantRanges = NULL,
446 .pPushConstantRanges = NULL,
462 .pPushConstantRanges = NULL,
478 .pPushConstantRanges = NULL,
508 .pPushConstantRanges = NULL,
529 .pPushConstantRanges = NULL,
550 .pPushConstantRanges = NULL,
623 .pPushConstantRanges = NULL,
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DGpuDecompressionPipeline.cpp301 .pPushConstantRanges = &pushConstant, in getPipelineLayout()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta.c316 .pPushConstantRanges = push_range, in vk_meta_get_pipeline_layout()
Dvk_meta_clear.c117 .pPushConstantRanges = &push_range, in get_clear_pipeline_layout()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp1621 if (toTransform->pPushConstantRanges) { in transform_tohost_VkPipelineLayoutCreateInfo()
1624 resourceTracker, (VkPushConstantRange*)(toTransform->pPushConstantRanges + i)); in transform_tohost_VkPipelineLayoutCreateInfo()
1638 if (toTransform->pPushConstantRanges) { in transform_fromhost_VkPipelineLayoutCreateInfo()
1641 resourceTracker, (VkPushConstantRange*)(toTransform->pPushConstantRanges + i)); in transform_fromhost_VkPipelineLayoutCreateInfo()
Dgoldfish_vk_deepcopy_guest.cpp1565 to->pPushConstantRanges = nullptr; in deepcopy_VkPipelineLayoutCreateInfo()
1566 if (from->pPushConstantRanges) { in deepcopy_VkPipelineLayoutCreateInfo()
1567 to->pPushConstantRanges = (VkPushConstantRange*)alloc->alloc( in deepcopy_VkPipelineLayoutCreateInfo()
1571 deepcopy_VkPushConstantRange(alloc, rootType, from->pPushConstantRanges + i, in deepcopy_VkPipelineLayoutCreateInfo()
1572 (VkPushConstantRange*)(to->pPushConstantRanges + i)); in deepcopy_VkPipelineLayoutCreateInfo()
Dgoldfish_vk_counting_guest.cpp1721 (const VkPushConstantRange*)(toCount->pPushConstantRanges + i), count); in count_VkPipelineLayoutCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp3173 (const VkPushConstantRange*)(forMarshaling->pPushConstantRanges + i)); in marshal_VkPipelineLayoutCreateInfo()
3202 (VkPushConstantRange*)(forUnmarshaling->pPushConstantRanges + i)); in unmarshal_VkPipelineLayoutCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2340 (const VkPushConstantRange*)(forMarshaling->pPushConstantRanges + i), ptr); in reservedmarshal_VkPipelineLayoutCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp1624 if (toTransform->pPushConstantRanges) { in transform_tohost_VkPipelineLayoutCreateInfo()
1627 resourceTracker, (VkPushConstantRange*)(toTransform->pPushConstantRanges + i)); in transform_tohost_VkPipelineLayoutCreateInfo()
1641 if (toTransform->pPushConstantRanges) { in transform_fromhost_VkPipelineLayoutCreateInfo()
1644 resourceTracker, (VkPushConstantRange*)(toTransform->pPushConstantRanges + i)); in transform_fromhost_VkPipelineLayoutCreateInfo()
Dgoldfish_vk_deepcopy.cpp1565 to->pPushConstantRanges = nullptr; in deepcopy_VkPipelineLayoutCreateInfo()
1566 if (from->pPushConstantRanges) { in deepcopy_VkPipelineLayoutCreateInfo()
1567 to->pPushConstantRanges = (VkPushConstantRange*)alloc->alloc( in deepcopy_VkPipelineLayoutCreateInfo()
1571 deepcopy_VkPushConstantRange(alloc, rootType, from->pPushConstantRanges + i, in deepcopy_VkPipelineLayoutCreateInfo()
1572 (VkPushConstantRange*)(to->pPushConstantRanges + i)); in deepcopy_VkPipelineLayoutCreateInfo()
Dgoldfish_vk_marshaling.cpp3577 (const VkPushConstantRange*)(forMarshaling->pPushConstantRanges + i)); in marshal_VkPipelineLayoutCreateInfo()
3616 vkStream->alloc((void**)&forUnmarshaling->pPushConstantRanges, in unmarshal_VkPipelineLayoutCreateInfo()
3622 (VkPushConstantRange*)(forUnmarshaling->pPushConstantRanges + i)); in unmarshal_VkPipelineLayoutCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2711 vkStream->alloc((void**)&forUnmarshaling->pPushConstantRanges, in reservedunmarshal_VkPipelineLayoutCreateInfo()
2715 vkStream, rootType, (VkPushConstantRange*)(forUnmarshaling->pPushConstantRanges + i), in reservedunmarshal_VkPipelineLayoutCreateInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1516 layout_info.pPushConstantRanges = push_constants; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc1679 * pname:pPushConstantRanges is a pointer to an array of
2011 * [[VUID-VkPipelineLayoutCreateInfo-pPushConstantRanges-00292]]
2012 Any two elements of pname:pPushConstantRanges must: not include the same
2385 .pPushConstantRanges = ranges
Dshaders.adoc244 pointed to by pname:pPushConstantRanges.
245 * pname:pPushConstantRanges is a pointer to an array of
Dlimits.adoc101 pname:pPushConstantRanges member of the slink:VkPipelineLayoutCreateInfo
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3669 const VkPushConstantRange* pPushConstantRanges; member
17357 const VkPushConstantRange* pPushConstantRanges; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp11201 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.pPushConstantRanges ); in operator ()()
12663 VULKAN_HPP_HASH_COMBINE( seed, shaderCreateInfoEXT.pPushConstantRanges ); in operator ()()
Dvulkansc_hash.hpp5839 VULKAN_HPP_HASH_COMBINE( seed, pipelineLayoutCreateInfo.pPushConstantRanges ); in operator ()()