Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1518 …e::setPushConstantRanges (const deUint32 rangeCount, const vk::VkPushConstantRange* const pcRanges) in setPushConstantRanges() argument
1523 m_pushConstantRanges.push_back(pcRanges[i]); in setPushConstantRanges()
2081 …const VkPushConstantRange* const pcRanges = m_pushConstantRanges.empty() ? DE_NULL : &m_pus… in render() local
2090 pcRanges // const VkPushConstantRange* pPushConstantRanges; in render()
DvktShaderRender.hpp489 … setPushConstantRanges (const deUint32 rangeCount, const vk::VkPushConstantRange* const pcRanges);
DvktShaderRenderBuiltinVarTests.cpp2021 const VkPushConstantRange pcRanges = in iterate() local
2038 setPushConstantRanges(1, &pcRanges); in iterate()