Searched defs:SpecConstants (Results 1 – 7 of 7) 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
100 struct SpecConstants struct102 float u;103 float v;104 deInt32 gatherFlag;