Home
last modified time | relevance | path

Searched defs:SpecConstant (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp98 struct SpecConstant struct
100 deUint32 specID; //!< specialization constant ID
101 std::string declarationCode; //!< syntax to declare the constant, use ${ID} as an ID placeholder
102 deUint32 size; //!< data size on the host, 0 = no specialized value
103 GenericValue specValue; //!< specialized value passed by the API
105 SpecConstant (const deUint32 specID_, const std::string declarationCode_) in SpecConstant() argument
113SpecConstant (const deUint32 specID_, const std::string declarationCode_, const deUint32 size_, co… in SpecConstant() argument