Home
last modified time | relevance | path

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

1234

/third_party/vk-gl-cts/external/vulkan-docs/src/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,
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_pipeline_layout.h58 if (val->pPushConstantRanges) { in vn_sizeof_VkPipelineLayoutCreateInfo_self()
61 size += vn_sizeof_VkPushConstantRange(&val->pPushConstantRanges[i]); in vn_sizeof_VkPipelineLayoutCreateInfo_self()
101 if (val->pPushConstantRanges) { in vn_encode_VkPipelineLayoutCreateInfo_self()
104 vn_encode_VkPushConstantRange(enc, &val->pPushConstantRanges[i]); in vn_encode_VkPipelineLayoutCreateInfo_self()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DPipelineLayoutVk.cpp53 createInfo.pPushConstantRanges = nullptr; in Initialize()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_descriptor_set.c177 MAX2(pCreateInfo->pPushConstantRanges[range].offset + in panvk_CreatePipelineLayout()
178 pCreateInfo->pPushConstantRanges[range].size, in panvk_CreatePipelineLayout()
/third_party/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp302 layoutCreateInfo.pPushConstantRanges = &pushConstantRange; in finalize()
305 layoutCreateInfo.pPushConstantRanges = nullptr; in finalize()
DGrVkMSAALoadManager.cpp103 layoutCreateInfo.pPushConstantRanges = nullptr; in createMSAALoadProgram()
/third_party/vk-gl-cts/external/vulkan-docs/src/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,
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipelineLayout.cpp58 memcpy(pushConstantRanges, pCreateInfo->pPushConstantRanges, pushConstantRangesSize); in PipelineLayout()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_buffer.c81 .pPushConstantRanges = in radv_device_init_meta_buffer_state()
95 .pPushConstantRanges = in radv_device_init_meta_buffer_state()
Dradv_meta_bufimage.c131 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 16}, in radv_device_init_meta_itob_state()
309 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 16}, in radv_device_init_meta_btoi_state()
484 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 16}, in radv_device_init_meta_btoi_r32g32b32_state()
671 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 24}, in radv_device_init_meta_itoi_state()
839 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 24}, in radv_device_init_meta_itoi_r32g32b32_state()
984 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 20}, in radv_device_init_meta_cleari_state()
1111 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 16}, in radv_device_init_meta_cleari_r32g32b32_state()
Dradv_meta_decompress.c113 .pPushConstantRanges = NULL, in create_expand_depth_stencil_compute()
159 .pPushConstantRanges = NULL, in create_pipeline_layout()
Dradv_meta_fast_clear.c112 .pPushConstantRanges = NULL, in create_dcc_compress_compute()
158 .pPushConstantRanges = NULL, in create_pipeline_layout()
Dradv_meta_fmask_expand.c249 .pPushConstantRanges = NULL, in radv_device_init_meta_fmask_expand_state()
Dradv_meta_copy_vrs_htile.c175 .pPushConstantRanges = in radv_device_init_meta_copy_vrs_htile_state()
Dradv_meta_dcc_retile.c143 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 16}, in radv_device_init_meta_dcc_retile_state()
Dradv_meta_clear.c962 .pPushConstantRanges = in init_meta_clear_htile_mask_state()
1106 .pPushConstantRanges = in init_meta_clear_dcc_comp_to_single_state()
1140 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_FRAGMENT_BIT, 0, 16}, in radv_device_init_meta_clear_state()
1153 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_VERTEX_BIT, 0, 4}, in radv_device_init_meta_clear_state()
1166 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_FRAGMENT_BIT, 0, 4}, in radv_device_init_meta_clear_state()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp652 pPushConstantRanges = &m_pushConstantRanges[0]; in PipelineLayoutCreateInfo()
656 pPushConstantRanges = DE_NULL; in PipelineLayoutCreateInfo()
683 pPushConstantRanges = &m_pushConstantRanges[0]; in PipelineLayoutCreateInfo()
687 pPushConstantRanges = DE_NULL; in PipelineLayoutCreateInfo()
DvktDrawCreateInfoUtil.hpp290 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
294 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.cpp652 pPushConstantRanges = &m_pushConstantRanges[0]; in PipelineLayoutCreateInfo()
656 pPushConstantRanges = DE_NULL; in PipelineLayoutCreateInfo()
683 pPushConstantRanges = &m_pushConstantRanges[0]; in PipelineLayoutCreateInfo()
687 pPushConstantRanges = DE_NULL; in PipelineLayoutCreateInfo()
DvktDrawCreateInfoUtil.hpp290 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
294 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.cpp624 if (pCI.pPushConstantRanges != DE_NULL) in calculatePipelineLayoutHash()
628 hash_combine(seed, deUint32(pCI.pPushConstantRanges[i].stageFlags)); in calculatePipelineLayoutHash()
629 hash_combine(seed, pCI.pPushConstantRanges[i].offset); in calculatePipelineLayoutHash()
630 hash_combine(seed, pCI.pPushConstantRanges[i].size); in calculatePipelineLayoutHash()
DvkObjUtil.cpp812 const VkPushConstantRange* pPushConstantRanges, in makePipelineLayout() argument
823 pPushConstantRanges, // const VkPushConstantRange* pPushConstantRanges; in makePipelineLayout()
DvkObjUtil.hpp201 const VkPushConstantRange* pPushConstantRanges,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp675 VkPushConstantRange* pPushConstantRanges = DE_NULL; in createRenderPipelineLayout() local
679 pPushConstantRanges = &pushConstant; in createRenderPipelineLayout()
692 pPushConstantRanges in createRenderPipelineLayout()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp675 VkPushConstantRange* pPushConstantRanges = DE_NULL; in createRenderPipelineLayout() local
679 pPushConstantRanges = &pushConstant; in createRenderPipelineLayout()
692 pPushConstantRanges in createRenderPipelineLayout()

1234