Searched defs:SpecConstant (Results 1 – 4 of 4) sorted by relevance
100 struct SpecConstant struct102 deUint32 specID; //!< specialization constant ID103 std::string declarationCode; //!< syntax to declare the constant, use ${ID} as an ID placeholder104 deUint32 size; //!< data size on the host, 0 = no specialized value105 GenericValue specValue; //!< specialized value passed by the API106 bool forceUse; //!< always include a VkSpecializationMapEntry for this spec constant108 SpecConstant (const deUint32 specID_, const std::string declarationCode_) in SpecConstant() function117 …SpecConstant (const deUint32 specID_, const std::string declarationCode_, const deUint32 size_, co… in SpecConstant() argument
479 TEST_P(BuiltInDecorations, SpecConstant) { in TEST_P() argument
480 TEST_P(BuiltInDecorations, SpecConstant) { in TEST_P() argument