Searched defs:SpecConstant (Results 1 – 3 of 3) sorted by relevance
98 struct SpecConstant struct100 deUint32 specID; //!< specialization constant ID101 std::string declarationCode; //!< syntax to declare the constant, use ${ID} as an ID placeholder102 deUint32 size; //!< data size on the host, 0 = no specialized value103 GenericValue specValue; //!< specialized value passed by the API104 bool forceUse; //!< always include a VkSpecializationMapEntry for this spec constant106 SpecConstant (const deUint32 specID_, const std::string declarationCode_) in SpecConstant() function115 …SpecConstant (const deUint32 specID_, const std::string declarationCode_, const deUint32 size_, co… in SpecConstant() argument
480 TEST_P(BuiltInDecorations, SpecConstant) { in TEST_P() argument