Lines Matching defs:data
427 /** Verify that sampling data from texture views, that use internal
486 * The data should then be compared with reference values and the
517 tcu::Vec4* data;
548 data = new tcu::Vec4[in_n_faces * in_n_layers * in_n_mipmaps * in_n_samples];
554 if (data != DE_NULL)
556 delete[] data;
558 data = DE_NULL;
651 * of the view and store retrieved data in output variables.
672 void getComponentDataForByteAlignedInternalformat(const unsigned char* data, const unsigned int n_components,
853 * interpreted relative to the view, not to the original data
890 * This pass should provide us with LOD 0 and LOD 1 texture data,
899 * Test passes if the retrieved texture data is valid.
953 * a) Sample the texture and both views, make sure correct data can
956 * c) Sample both views, make sure correct data can be sampled in
959 * e) Sample view C, make sure correct data can be sampled in VS