Home
last modified time | relevance | path

Searched refs:VkPushConstantRange (Results 1 – 25 of 34) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta.h158 const VkPushConstantRange *push_range,
Dvk_meta.c291 const VkPushConstantRange *push_range, in vk_meta_get_pipeline_layout()
Dvk_meta_clear.c108 const VkPushConstantRange push_range = { in get_clear_pipeline_layout()
Dvk_meta_blit_resolve.c369 const VkPushConstantRange push_range = { in get_blit_pipeline_layout()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DGpuDecompressionPipeline.cpp286 VkPushConstantRange pushConstant = {.stageFlags = VK_SHADER_STAGE_COMPUTE_BIT}; in getPipelineLayout()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_dispatch_common.adoc160 slink:VkDescriptorSetLayout and slink:VkPushConstantRange arrays used to
184 or slink:VkDescriptorSetLayout and slink:VkPushConstantRange arrays used
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h319 const VkPushConstantRange* from, VkPushConstantRange* to);
Dgoldfish_vk_transform_guest.h501 VkPushConstantRange* toTransform);
504 VkPushConstantRange* toTransform);
Dgoldfish_vk_marshaling_guest.h610 const VkPushConstantRange* forMarshaling);
613 VkPushConstantRange* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp1602 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()
Dgoldfish_vk_counting_guest.h292 const VkPushConstantRange* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h334 const VkPushConstantRange* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp1533 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()
Dgoldfish_vk_counting_guest.cpp1690 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/
Dgoldfish_vk_deepcopy.h312 const VkPushConstantRange* from, VkPushConstantRange* to);
Dgoldfish_vk_transform.h507 VkPushConstantRange* toTransform);
510 VkPushConstantRange* toTransform);
Dgoldfish_vk_marshaling.h595 const VkPushConstantRange* forMarshaling);
598 VkPushConstantRange* forUnmarshaling);
Dgoldfish_vk_transform.cpp1605 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()
Dgoldfish_vk_reserved_marshaling.h315 VkPushConstantRange* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp1533 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/
Ddescriptorsets.adoc1680 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/
Dindirectcommands.adoc617 slink:VkPushConstantRange::pname:stageFlags
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_shader_object.adoc111 const VkPushConstantRange* pPushConstantRanges;
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1507 VkPushConstantRange push_constants[1] = {}; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3656 typedef struct VkPushConstantRange { struct
3660 } VkPushConstantRange; argument
3669 const VkPushConstantRange* pPushConstantRanges;
17357 const VkPushConstantRange* pPushConstantRanges;

12