Lines Matching defs:padding
226 // Create buffer data given an array of coordinates and an initial padding.
296 // Vertices in buffers will have 2 components and a padding to properly test the stride.
305 , padding (0.0f, 0.0f)
309 tcu::Vec2 padding;
333 declarations.push_back(" vec2 padding;");
414 // Vertices in buffers will have 2 components and a padding. Same as VertexWithPadding but using 16-bit floats.
422 , padding (tcu::Float16(0.0f), tcu::Float16(0.0f))
426 tcu::F16Vec2 padding;
469 declarations.push_back(" f16vec2 padding;");
551 // will not be stored contiguously: the stride will be twice that of the data size, and the padding space filled with "garbage".
723 // Vertices with coordinates, padding and an extra constant field.
733 deMemset(padding, 0, sizeof(padding));
737 tcu::Vec2 padding[10];
766 declarations.push_back(" vec2 padding[10];");
877 tcu::Vec2 padding[4];
883 deMemset(&padding, 0, sizeof(padding));
890 tcu::Vec2 padding[3];
895 deMemset(&padding, 0, sizeof(padding));
938 declarations.push_back(" vec2 padding[4];");
949 declarations.push_back(" vec2 padding[3];");