Home
last modified time | relevance | path

Searched refs:VkPushConstantRange (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp290 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
294 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
298 std::vector<vk::VkPushConstantRange> m_pushConstantRanges;
DvktDrawCreateInfoUtil.cpp636 const vk::VkPushConstantRange* _pPushConstantRanges) in PipelineLayoutCreateInfo()
662 const vk::VkPushConstantRange* _pPushConstantRanges) in PipelineLayoutCreateInfo()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.hpp290 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
294 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
298 std::vector<vk::VkPushConstantRange> m_pushConstantRanges;
DvktQueryPoolCreateInfoUtil.cpp639 const vk::VkPushConstantRange* _pPushConstantRanges) in PipelineLayoutCreateInfo()
667 const vk::VkPushConstantRange* _pPushConstantRanges) in PipelineLayoutCreateInfo()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.hpp292 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
296 const vk::VkPushConstantRange* pPushConstantRanges = DE_NULL);
300 std::vector<vk::VkPushConstantRange> m_pushConstantRanges;
DvktDynamicStateCreateInfoUtil.cpp636 const vk::VkPushConstantRange* _pPushConstantRanges) in PipelineLayoutCreateInfo()
661 const vk::VkPushConstantRange* _pPushConstantRanges) in PipelineLayoutCreateInfo()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl216 inline VkPushConstantRange makePushConstantRange (VkShaderStageFlags stageFlags, deUint32 offset, d…
218 VkPushConstantRange res;
DvkStructTypes.inl801 struct VkPushConstantRange struct
816 const VkPushConstantRange* pPushConstantRanges; argument
DvkStrUtil.inl263 std::ostream& operator<< (std::ostream& s, const VkPushConstantRange& value);
DvkStrUtilImpl.inl2461 std::ostream& operator<< (std::ostream& s, const VkPushConstantRange& value)
2463 s << "VkPushConstantRange = {\n";
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp615 VkPushConstantRange pushConstantRanges[MAX_RANGE_COUNT]; in PushConstantGraphicsTestInstance()
1265 VkPushConstantRange pushConstantRanges; in PushConstantComputeTestInstance()
/external/vulkan-validation-layers/layers/
Dcore_validation.h603 vector<VkPushConstantRange> pushConstantRanges;
Dcore_validation.cpp2061 … std::vector<VkPushConstantRange> const *pushConstantRanges, in validate_push_constant_block_against_pipeline()
2116 … std::vector<VkPushConstantRange> const *pushConstantRanges, shader_module const *src, in validate_push_constant_usage()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp266 VkPushConstantRange push_const_range = {}; in create_pipeline_layout()
/external/skia/third_party/vulkan/
Dvulkan.h1851 typedef struct VkPushConstantRange { struct
1855 } VkPushConstantRange; argument
1864 const VkPushConstantRange* pPushConstantRanges;
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1860 typedef struct VkPushConstantRange { struct
1864 } VkPushConstantRange; typedef
1873 const VkPushConstantRange* pPushConstantRanges;
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp890 const VkPushConstantRange pushConstantRange = in createPipelineLayout()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1343 vector<VkPushConstantRange> pushConstantRanges;
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1943 VkPushConstantRange pc_range = {}; in TEST_F()