Home
last modified time | relevance | path

Searched refs:pushConstantRangeCount (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipelineLayout.cpp27 , pushConstantRangeCount(pCreateInfo->pushConstantRangeCount) in PipelineLayout()
56 size_t pushConstantRangesSize = pCreateInfo->pushConstantRangeCount * sizeof(VkPushConstantRange); in PipelineLayout()
87 pCreateInfo->pushConstantRangeCount * sizeof(VkPushConstantRange); // pushConstantRanges[] in ComputeRequiredAllocationSize()
DVkPipelineLayout.hpp67 const uint32_t pushConstantRangeCount = 0; member in vk::PipelineLayout
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_pipeline_layout.h57 size += vn_sizeof_uint32_t(&val->pushConstantRangeCount); in vn_sizeof_VkPipelineLayoutCreateInfo_self()
59 size += vn_sizeof_array_size(val->pushConstantRangeCount); in vn_sizeof_VkPipelineLayoutCreateInfo_self()
60 for (uint32_t i = 0; i < val->pushConstantRangeCount; i++) in vn_sizeof_VkPipelineLayoutCreateInfo_self()
100 vn_encode_uint32_t(enc, &val->pushConstantRangeCount); in vn_encode_VkPipelineLayoutCreateInfo_self()
102 vn_encode_array_size(enc, val->pushConstantRangeCount); in vn_encode_VkPipelineLayoutCreateInfo_self()
103 for (uint32_t i = 0; i < val->pushConstantRangeCount; i++) in vn_encode_VkPipelineLayoutCreateInfo_self()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_shader_object.adoc90 .pushConstantRangeCount = 0,
106 .pushConstantRangeCount = 0,
212 .pushConstantRangeCount = 0,
228 .pushConstantRangeCount = 0,
244 .pushConstantRangeCount = 0,
260 .pushConstantRangeCount = 0,
278 .pushConstantRangeCount = 0,
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DPipelineLayoutVk.cpp52 createInfo.pushConstantRangeCount = 0; in Initialize()
/third_party/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp301 layoutCreateInfo.pushConstantRangeCount = 1; in finalize()
304 layoutCreateInfo.pushConstantRangeCount = 0; in finalize()
DGrVkMSAALoadManager.cpp102 layoutCreateInfo.pushConstantRangeCount = 0; in createMSAALoadProgram()
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_shader_object.adoc110 uint32_t pushConstantRangeCount;
340 .pushConstantRangeCount = 0,
356 .pushConstantRangeCount = 0,
445 .pushConstantRangeCount = 0,
461 .pushConstantRangeCount = 0,
477 .pushConstantRangeCount = 0,
507 .pushConstantRangeCount = 0,
528 .pushConstantRangeCount = 0,
549 .pushConstantRangeCount = 0,
622 .pushConstantRangeCount = 0,
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_buffer.c80 .pushConstantRangeCount = 1, in radv_device_init_meta_buffer_state()
94 .pushConstantRangeCount = 1, in radv_device_init_meta_buffer_state()
Dradv_meta_bufimage.c130 .pushConstantRangeCount = 1, in radv_device_init_meta_itob_state()
308 .pushConstantRangeCount = 1, in radv_device_init_meta_btoi_state()
483 .pushConstantRangeCount = 1, in radv_device_init_meta_btoi_r32g32b32_state()
670 .pushConstantRangeCount = 1, in radv_device_init_meta_itoi_state()
838 .pushConstantRangeCount = 1, in radv_device_init_meta_itoi_r32g32b32_state()
983 .pushConstantRangeCount = 1, in radv_device_init_meta_cleari_state()
1110 .pushConstantRangeCount = 1, in radv_device_init_meta_cleari_r32g32b32_state()
Dradv_meta_decompress.c112 .pushConstantRangeCount = 0, in create_expand_depth_stencil_compute()
158 .pushConstantRangeCount = 0, in create_pipeline_layout()
Dradv_meta_fast_clear.c111 .pushConstantRangeCount = 0, in create_dcc_compress_compute()
157 .pushConstantRangeCount = 0, in create_pipeline_layout()
Dradv_meta_fmask_expand.c248 .pushConstantRangeCount = 0, in radv_device_init_meta_fmask_expand_state()
Dradv_meta_copy_vrs_htile.c174 .pushConstantRangeCount = 1, in radv_device_init_meta_copy_vrs_htile_state()
Dradv_meta_dcc_retile.c142 .pushConstantRangeCount = 1, in radv_device_init_meta_dcc_retile_state()
Dradv_meta_clear.c961 .pushConstantRangeCount = 1, in init_meta_clear_htile_mask_state()
1105 .pushConstantRangeCount = 1, in init_meta_clear_dcc_comp_to_single_state()
1139 .pushConstantRangeCount = 1, in radv_device_init_meta_clear_state()
1152 .pushConstantRangeCount = 1, in radv_device_init_meta_clear_state()
1165 .pushConstantRangeCount = 1, in radv_device_init_meta_clear_state()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.hpp289 deUint32 pushConstantRangeCount = 0,
293 deUint32 pushConstantRangeCount = 0,
DvktDrawCreateInfoUtil.cpp649 pushConstantRangeCount = static_cast<deUint32>(m_pushConstantRanges.size()); in PipelineLayoutCreateInfo()
681 pushConstantRangeCount = static_cast<deUint32>(m_pushConstantRanges.size()); in PipelineLayoutCreateInfo()
682 if (pushConstantRangeCount) { in PipelineLayoutCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp289 deUint32 pushConstantRangeCount = 0,
293 deUint32 pushConstantRangeCount = 0,
DvktDrawCreateInfoUtil.cpp649 pushConstantRangeCount = static_cast<deUint32>(m_pushConstantRanges.size()); in PipelineLayoutCreateInfo()
681 pushConstantRangeCount = static_cast<deUint32>(m_pushConstantRanges.size()); in PipelineLayoutCreateInfo()
682 if (pushConstantRangeCount) { in PipelineLayoutCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp811 const deUint32 pushConstantRangeCount, in makePipelineLayout() argument
822 pushConstantRangeCount, // deUint32 pushConstantRangeCount; in makePipelineLayout()
DvkObjUtil.hpp200 const deUint32 pushConstantRangeCount,
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_descriptor_set.c175 for (unsigned range = 0; range < pCreateInfo->pushConstantRangeCount; range++) { in panvk_CreatePipelineLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp674 deUint32 pushConstantRangeCount = 0u; in createRenderPipelineLayout() local
678 pushConstantRangeCount = 1u; in createRenderPipelineLayout()
691 pushConstantRangeCount, in createRenderPipelineLayout()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp674 deUint32 pushConstantRangeCount = 0u; in createRenderPipelineLayout() local
678 pushConstantRangeCount = 1u; in createRenderPipelineLayout()
691 pushConstantRangeCount, in createRenderPipelineLayout()

1234