/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_shader_object.adoc | 91 .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/ |
D | vn_protocol_driver_pipeline_layout.h | 58 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/ |
D | PipelineLayoutVk.cpp | 53 createInfo.pPushConstantRanges = nullptr; in Initialize()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_descriptor_set.c | 177 MAX2(pCreateInfo->pPushConstantRanges[range].offset + in panvk_CreatePipelineLayout() 178 pCreateInfo->pPushConstantRanges[range].size, in panvk_CreatePipelineLayout()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.cpp | 302 layoutCreateInfo.pPushConstantRanges = &pushConstantRange; in finalize() 305 layoutCreateInfo.pPushConstantRanges = nullptr; in finalize()
|
D | GrVkMSAALoadManager.cpp | 103 layoutCreateInfo.pPushConstantRanges = nullptr; in createMSAALoadProgram()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_shader_object.adoc | 111 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/ |
D | VkPipelineLayout.cpp | 58 memcpy(pushConstantRanges, pCreateInfo->pPushConstantRanges, pushConstantRangesSize); in PipelineLayout()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_buffer.c | 81 .pPushConstantRanges = in radv_device_init_meta_buffer_state() 95 .pPushConstantRanges = in radv_device_init_meta_buffer_state()
|
D | radv_meta_bufimage.c | 131 .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()
|
D | radv_meta_decompress.c | 113 .pPushConstantRanges = NULL, in create_expand_depth_stencil_compute() 159 .pPushConstantRanges = NULL, in create_pipeline_layout()
|
D | radv_meta_fast_clear.c | 112 .pPushConstantRanges = NULL, in create_dcc_compress_compute() 158 .pPushConstantRanges = NULL, in create_pipeline_layout()
|
D | radv_meta_fmask_expand.c | 249 .pPushConstantRanges = NULL, in radv_device_init_meta_fmask_expand_state()
|
D | radv_meta_copy_vrs_htile.c | 175 .pPushConstantRanges = in radv_device_init_meta_copy_vrs_htile_state()
|
D | radv_meta_dcc_retile.c | 143 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 16}, in radv_device_init_meta_dcc_retile_state()
|
D | radv_meta_clear.c | 962 .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/ |
D | vktDrawCreateInfoUtil.cpp | 652 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()
|
D | vktDrawCreateInfoUtil.hpp | 290 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/ |
D | vktDrawCreateInfoUtil.cpp | 652 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()
|
D | vktDrawCreateInfoUtil.hpp | 290 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL); 294 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.cpp | 624 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()
|
D | vkObjUtil.cpp | 812 const VkPushConstantRange* pPushConstantRanges, in makePipelineLayout() argument 823 pPushConstantRanges, // const VkPushConstantRange* pPushConstantRanges; in makePipelineLayout()
|
D | vkObjUtil.hpp | 201 const VkPushConstantRange* pPushConstantRanges,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 675 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/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 675 VkPushConstantRange* pPushConstantRanges = DE_NULL; in createRenderPipelineLayout() local 679 pPushConstantRanges = &pushConstant; in createRenderPipelineLayout() 692 pPushConstantRanges in createRenderPipelineLayout()
|