Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp332 layoutCreateInfo.pPushConstantRanges = &pushConstantRange; in finalize()
335 layoutCreateInfo.pPushConstantRanges = nullptr; in finalize()
DGrVkMSAALoadManager.cpp108 layoutCreateInfo.pPushConstantRanges = nullptr; in createMSAALoadProgram()
/external/skqp/tests/
DVkMakeCopyPipelineTest.cpp109 layoutCreateInfo.pPushConstantRanges = nullptr; in test()
/external/swiftshader/src/Vulkan/
DVkPipelineLayout.cpp58 memcpy(pushConstantRanges, pCreateInfo->pPushConstantRanges, pushConstantRangesSize); in PipelineLayout()
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp647 const VkPushConstantRange* pPushConstantRanges) in makePipelineLayout() argument
657 pPushConstantRanges, // const VkPushConstantRange* pPushConstantRanges; in makePipelineLayout()
DvkObjUtil.hpp138 const VkPushConstantRange* pPushConstantRanges);
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp290 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
294 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
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()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c180 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 16}, in radv_device_init_meta_itob_state()
405 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 16}, in radv_device_init_meta_btoi_state()
643 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 16}, in radv_device_init_meta_btoi_r32g32b32_state()
829 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 24}, in radv_device_init_meta_itoi_state()
1075 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 24}, in radv_device_init_meta_itoi_r32g32b32_state()
1233 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 20}, in radv_device_init_meta_cleari_state()
1425 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 16}, in radv_device_init_meta_cleari_r32g32b32_state()
Dradv_meta_fmask_expand.c267 .pPushConstantRanges = NULL, in radv_device_init_meta_fmask_expand_state()
Dradv_meta_fast_clear.c145 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 8}, in create_dcc_compress_compute()
258 .pPushConstantRanges = NULL, in create_pipeline_layout()
Dradv_meta_decompress.c117 .pPushConstantRanges = NULL, in create_pipeline_layout()
Dradv_meta_clear.c1265 .pPushConstantRanges = &(VkPushConstantRange){ in init_meta_clear_htile_mask_state()
1313 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_FRAGMENT_BIT, 0, 16}, in radv_device_init_meta_clear_state()
1327 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_VERTEX_BIT, 0, 4}, in radv_device_init_meta_clear_state()
1341 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_FRAGMENT_BIT, 0, 4}, in radv_device_init_meta_clear_state()
Dradv_meta_buffer.c170 .pPushConstantRanges = &(VkPushConstantRange){VK_SHADER_STAGE_COMPUTE_BIT, 0, 4}, in radv_device_init_meta_buffer_state()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp696 VkPushConstantRange* pPushConstantRanges = DE_NULL; in createRenderPipelineLayout() local
700 pPushConstantRanges = &pushConstant; in createRenderPipelineLayout()
713 pPushConstantRanges in createRenderPipelineLayout()
/external/skqp/src/gpu/vk/
DGrVkCopyManager.cpp120 layoutCreateInfo.pPushConstantRanges = nullptr; in createCopyProgram()
DGrVkPipelineStateBuilder.cpp259 layoutCreateInfo.pPushConstantRanges = nullptr; in finalize()
/external/deqp-deps/amber/src/vulkan/
Dpipeline.cc194 pipeline_layout_info.pPushConstantRanges = &push_const_range; in CreateVkPipelineLayout()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1571 pipeline_layout_ci_.pPushConstantRanges, in InitState()
1572 pipeline_layout_ci_.pPushConstantRanges + pipeline_layout_ci_.pushConstantRangeCount); in InitState()
1656 pipeline_layout_ci_.pPushConstantRanges, in InitState()
1657 pipeline_layout_ci_.pPushConstantRanges + pipeline_layout_ci_.pushConstantRangeCount); in InitState()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_descriptor_set.c201 const VkPushConstantRange *range = pCreateInfo->pPushConstantRanges + i; in lvp_CreatePipelineLayout()
/external/skqp/src/compute/hs/vk/
Dhs_vk.c930 .pPushConstantRanges = NULL in hs_vk_create()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingComplexControlFlowTests.cpp169 …const VkPushConstantRange* pPushConstantRanges = (pushConstantsSize == 0) ? DE_NULL : &pushCons… in makePipelineLayout() local
179 pPushConstantRanges, // const VkPushConstantRange* pPushConstantRanges; in makePipelineLayout()
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.cpp639 pipelineLayoutCreateInfo.pPushConstantRanges = 0; in createPipelineLayout()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c214 .pPushConstantRanges = in create_color_clear_pipeline_layout()
230 .pPushConstantRanges = in create_depth_clear_pipeline_layout()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp230 createInfo.pPushConstantRanges = ⦥ in createPipelineLayout()

123