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.cpp90 struct SpecConstant struct
92 deUint32 specID; //!< specialization constant ID
93 std::string declarationCode; //!< syntax to declare the constant, use ${ID} as an ID placeholder
94 deUint32 size; //!< data size on the host, 0 = no specialized value
95 GenericValue specValue; //!< specialized value passed by the API
97 SpecConstant (const deUint32 specID_, const std::string declarationCode_) in SpecConstant() argument
105SpecConstant (const deUint32 specID_, const std::string declarationCode_, const deUint32 size_, co… in SpecConstant() function