Home
last modified time | relevance | path

Searched refs:getPushConstantRanges (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp201 virtual std::vector<VkPushConstantRange> getPushConstantRanges (void) = 0;
286 const std::vector<VkPushConstantRange> pushConstantRanges = getPushConstantRanges(); in init()
682 std::vector<VkPushConstantRange> getPushConstantRanges (void);
702 std::vector<VkPushConstantRange> PushConstantGraphicsDisjointInstance::getPushConstantRanges (void) in getPushConstantRanges() function in vkt::pipeline::__anonaa8918d30111::PushConstantGraphicsDisjointInstance
805 std::vector<VkPushConstantRange> getPushConstantRanges (void);
845 std::vector<VkPushConstantRange> PushConstantGraphicsOverlapTestInstance::getPushConstantRanges (vo… in getPushConstantRanges() function in vkt::pipeline::__anonaa8918d30111::PushConstantGraphicsOverlapTestInstance
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h814 const PushConstantRangeArray<PackedPushConstantRange> &getPushConstantRanges() const;
Dvk_cache_utils.cpp2834 const PushConstantRangeArray<PackedPushConstantRange> &PipelineLayoutDesc::getPushConstantRanges() in getPushConstantRanges() function in rx::vk::PipelineLayoutDesc
3703 desc.getPushConstantRanges(); in getPipelineLayout()