/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta.h | 158 const VkPushConstantRange *push_range,
|
D | vk_meta.c | 291 const VkPushConstantRange *push_range, in vk_meta_get_pipeline_layout()
|
D | vk_meta_clear.c | 108 const VkPushConstantRange push_range = { in get_clear_pipeline_layout()
|
D | vk_meta_blit_resolve.c | 369 const VkPushConstantRange push_range = { in get_blit_pipeline_layout()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | GpuDecompressionPipeline.cpp | 286 VkPushConstantRange pushConstant = {.stageFlags = VK_SHADER_STAGE_COMPUTE_BIT}; in getPipelineLayout()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_dispatch_common.adoc | 160 slink:VkDescriptorSetLayout and slink:VkPushConstantRange arrays used to 184 or slink:VkDescriptorSetLayout and slink:VkPushConstantRange arrays used
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 319 const VkPushConstantRange* from, VkPushConstantRange* to);
|
D | goldfish_vk_transform_guest.h | 501 VkPushConstantRange* toTransform); 504 VkPushConstantRange* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 610 const VkPushConstantRange* forMarshaling); 613 VkPushConstantRange* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 1602 VkPushConstantRange* toTransform) { in transform_tohost_VkPushConstantRange() 1608 VkPushConstantRange* toTransform) { in transform_fromhost_VkPushConstantRange() 1624 resourceTracker, (VkPushConstantRange*)(toTransform->pPushConstantRanges + i)); in transform_tohost_VkPipelineLayoutCreateInfo() 1641 resourceTracker, (VkPushConstantRange*)(toTransform->pPushConstantRanges + i)); in transform_fromhost_VkPipelineLayoutCreateInfo()
|
D | goldfish_vk_counting_guest.h | 292 const VkPushConstantRange* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 334 const VkPushConstantRange* forMarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy_guest.cpp | 1533 const VkPushConstantRange* from, VkPushConstantRange* to) { in deepcopy_VkPushConstantRange() 1567 to->pPushConstantRanges = (VkPushConstantRange*)alloc->alloc( in deepcopy_VkPipelineLayoutCreateInfo() 1568 from->pushConstantRangeCount * sizeof(const VkPushConstantRange)); in deepcopy_VkPipelineLayoutCreateInfo() 1572 (VkPushConstantRange*)(to->pPushConstantRanges + i)); in deepcopy_VkPipelineLayoutCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 1690 const VkPushConstantRange* toCount, size_t* count) { in count_VkPushConstantRange() 1721 (const VkPushConstantRange*)(toCount->pPushConstantRanges + i), count); in count_VkPipelineLayoutCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 312 const VkPushConstantRange* from, VkPushConstantRange* to);
|
D | goldfish_vk_transform.h | 507 VkPushConstantRange* toTransform); 510 VkPushConstantRange* toTransform);
|
D | goldfish_vk_marshaling.h | 595 const VkPushConstantRange* forMarshaling); 598 VkPushConstantRange* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 1605 VkPushConstantRange* toTransform) { in transform_tohost_VkPushConstantRange() 1611 VkPushConstantRange* toTransform) { in transform_fromhost_VkPushConstantRange() 1627 resourceTracker, (VkPushConstantRange*)(toTransform->pPushConstantRanges + i)); in transform_tohost_VkPipelineLayoutCreateInfo() 1644 resourceTracker, (VkPushConstantRange*)(toTransform->pPushConstantRanges + i)); in transform_fromhost_VkPipelineLayoutCreateInfo()
|
D | goldfish_vk_reserved_marshaling.h | 315 VkPushConstantRange* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 1533 const VkPushConstantRange* from, VkPushConstantRange* to) { in deepcopy_VkPushConstantRange() 1567 to->pPushConstantRanges = (VkPushConstantRange*)alloc->alloc( in deepcopy_VkPipelineLayoutCreateInfo() 1568 from->pushConstantRangeCount * sizeof(const VkPushConstantRange)); in deepcopy_VkPipelineLayoutCreateInfo() 1572 (VkPushConstantRange*)(to->pPushConstantRanges + i)); in deepcopy_VkPipelineLayoutCreateInfo()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 1680 sname:VkPushConstantRange structures defining a set of push constant 2117 [open,refpage='VkPushConstantRange',desc='Structure specifying a push constant range',type='structs… 2119 The sname:VkPushConstantRange structure is defined as: 2121 include::{generated}/api/structs/VkPushConstantRange.adoc[] 2136 * [[VUID-VkPushConstantRange-offset-00294]] 2139 * [[VUID-VkPushConstantRange-offset-00295]] 2141 * [[VUID-VkPushConstantRange-size-00296]] 2143 * [[VUID-VkPushConstantRange-size-00297]] 2145 * [[VUID-VkPushConstantRange-size-00298]] 2151 include::{generated}/validity/structs/VkPushConstantRange.adoc[] [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/ |
D | indirectcommands.adoc | 617 slink:VkPushConstantRange::pname:stageFlags
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_shader_object.adoc | 111 const VkPushConstantRange* pPushConstantRanges;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1507 VkPushConstantRange push_constants[1] = {}; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3656 typedef struct VkPushConstantRange { struct 3660 } VkPushConstantRange; typedef 3669 const VkPushConstantRange* pPushConstantRanges; 17357 const VkPushConstantRange* pPushConstantRanges;
|