Searched defs:SpecConstants (Results 1 – 5 of 5) sorted by relevance
177 struct SpecConstants struct180 SpecConstants (void) in SpecConstants() argument183 bool empty (void) const in empty()188 size_t getValuesCount (void) const in getValuesCount()193 size_t getValueSize (const size_t valueIndex) const in getValueSize()198 const void* getValuesBuffer (void) const in getValuesBuffer()207 void append (const T value) in append()212 void append (const void* buf, const size_t byteSize) in append()223 std::vector<deUint8> valuesBuffer;224 std::vector<size_t> sizesBuffer;
165 TEST_F(AssemblyBuilderTest, SpecConstants) { in TEST_F() argument
99 struct SpecConstants struct101 float u;102 float v;103 deInt32 gatherFlag;