Home
last modified time | relevance | path

Searched refs:pushConstantSize (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolve.cpp69 …const deUint32 pushConstantSize = static_cast<deUint32>(sizeof(decltype(m_imageMSParams.compon… in iterate() local
216 pushConstantSize, // deUint32 size; in iterate()
350 …tants(*commandBuffer, *pipelineLayout, vk::VK_SHADER_STAGE_ALL, 0u, pushConstantSize, &m_imageMSPa… in iterate()
DvktPipelineMultisampledRenderToSingleSampledTests.cpp2146 const deUint32 pushConstantSize, in dispatchVerifyConstantColor() argument
2187 pushConstantSize, // uint32_t size; in dispatchVerifyConstantColor()
2213 …s.cmdBuffer, *verifyPipelineLayout, VK_SHADER_STAGE_COMPUTE_BIT, 0, pushConstantSize, pushConstant… in dispatchVerifyConstantColor()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp192 const uint32_t pushConstantSize);
1433 const uint32_t pushConstantSize = (static_cast<uint32_t>(sizeof(deInt32)) * numConstants); in iterate() local
1438 pushConstantSize, // deUint32 size; in iterate()
2163 …hader, *geomShader, *meshShader, *fragShader, descriptorSetsRaw, **vertexBuffer, pushConstantSize); in iterate()
2193 …hader, *geomShader, *meshShader, *fragShader, descriptorSetsRaw, **vertexBuffer, pushConstantSize); in iterate()
2207 …hader, *geomShader, *meshShader, *fragShader, descriptorSetsRaw, **vertexBuffer, pushConstantSize); in iterate()
2812 const uint32_t pushConstantSize) in drawCommands() argument
2945 …vk.cmdPushConstants(cmdBuffer, pipelineLayout, allShaderStages, 0, pushConstantSize, &pushConstant… in drawCommands()
/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp1452 uint32_t pushConstantSize = contextVk->getDriverUniformSize(PipelineType::Graphics); in createPipelineLayout() local
1453 pipelineLayoutDesc.updatePushConstantRange(pushConstantShaderStageFlags, 0, pushConstantSize); in createPipelineLayout()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp6450 …const auto pushConstantSize = static_cast<deUint32>(pushConstantData.size() * sizeof(decltype(push… in checkIntermediateCopy() local
6492 pushConstantSize, // deUint32 size; in checkIntermediateCopy()
6691 …(cmdBuffer, pipelineLayout.get(), VK_SHADER_STAGE_FRAGMENT_BIT, 0u, pushConstantSize, pushConstant… in checkIntermediateCopy()
8017 …const auto pushConstantSize = static_cast<deUint32>(pushConstantData.size() * sizeof(decltype(push… in checkCopyResults() local
8023 pushConstantSize, // deUint32 size; in checkCopyResults()
8209 …(cmdBuffer, pipelineLayout.get(), VK_SHADER_STAGE_FRAGMENT_BIT, 0u, pushConstantSize, pushConstant… in checkCopyResults()