Searched refs:MAX_PUSH_CONSTANT_BYTE_SIZE (Results 1 – 6 of 6) sorted by relevance
87 if (pl.pushConstant.byteSize > PipelineLayoutConstants::MAX_PUSH_CONSTANT_BYTE_SIZE) { in Load()89 … uri.data(), pl.pushConstant.byteSize, PipelineLayoutConstants::MAX_PUSH_CONSTANT_BYTE_SIZE); in Load()93 … Math::min(PipelineLayoutConstants::MAX_PUSH_CONSTANT_BYTE_SIZE, pl.pushConstant.byteSize); in Load()
39 static constexpr uint32_t MAX_PUSH_CONSTANT_BYTE_SIZE { 128u };
53 RENDER_NS::PipelineLayoutConstants::MAX_PUSH_CONSTANT_BYTE_SIZE in CORE3D_BEGIN_NAMESPACE()
1501 … pipelineLayout.pushConstant.byteSize > PipelineLayoutConstants::MAX_PUSH_CONSTANT_BYTE_SIZE) { in CreatePipelineLayout()1505 … pipelineLayout.pushConstant.byteSize, PipelineLayoutConstants::MAX_PUSH_CONSTANT_BYTE_SIZE); in CreatePipelineLayout()1512 …Math::min(PipelineLayoutConstants::MAX_PUSH_CONSTANT_BYTE_SIZE, pipelineLayout.pushConstant.byteSi… in CreatePipelineLayout()
740 …(pushConstant.byteSize <= PipelineLayoutConstants::MAX_PUSH_CONSTANT_BYTE_SIZE) && (!data.empty())… in PushConstantData()761 PipelineLayoutConstants::MAX_PUSH_CONSTANT_BYTE_SIZE); in PushConstantData()
439 static constexpr uint32_t MAX_PUSH_CONSTANT_BYTE_SIZE { 128u }; member