Home | History | Annotate | Download | only in gl

Lines Matching defs:VECTOR

239 		std::vector<glw::GLchar> message;
321 std::vector<glw::GLchar> message;
2490 * and glUniform*() functions with vector uniforms.
3341 for (std::vector<shaderStage>::const_iterator shader_stage = m_shader_stages.begin();
3344 for (std::vector<uniformTypeDetails>::const_iterator uniform_type = m_uniform_types.begin();
3594 std::vector
4146 std::vector<glw::GLubyte> uniform_buffer_data;
4331 std::vector<glw::GLint> buffer_data;
4544 std::vector<glw::GLint> image_data;
4799 std::vector<glw::GLchar> message;
4882 void GPUShaderFP64Test3::programInfo::init(deqp::Context& context, const std::vector<uniformDetails> uniform_details,
4943 for (std::vector<uniformDetails>::const_iterator it = uniform_details.begin(), end = uniform_details.end();
5024 std::vector<glw::GLchar> message;
5178 std::vector<uniformDetails>::const_iterator it_uniform_details = m_uniform_details.begin();
5179 std::vector<glw::GLint>::const_iterator it_uniform_offsets = program_info.m_uniform_offsets.begin();
5180 std::vector<glw::GLint>::const_iterator it_uniform_matrix_strides = program_info.m_uniform_matrix_strides.begin();
5183 std::vector<glw::GLubyte> buffer_data;
5446 std::vector<glw::GLint> image_data;
5558 for (std::vector<uniformDetails>::const_iterator it = m_uniform_details.begin(), end = m_uniform_details.end();
9154 * @param variables Vector of variable descriptors defining properties of
9274 /** Takes user-input vector of test variables and allocates & fills an array of strings
11144 const std::vector<double>& matrix_a_data,
11146 const std::vector<double>& matrix_b_data, double* out_result_ptr)
11746 std::vector<double> reference1;
11747 std::vector<double> reference2;
12178 static tcu::Vector<glw::GLuint, Size> convertBvecToUvec(const tcu::Vector<bool, Size>& src);
12197 static tcu::Vector<glw::GLuint, Size> equal(const tcu::Vector<glw::GLdouble, Size>& left,
12198 const tcu::Vector<glw::GLdouble, Size>& right);
12208 static tcu::Vector<glw::GLuint, Size> greaterThan(const tcu::Vector<glw::GLdouble, Size>& left,
12209 const tcu::Vector<glw::GLdouble, Size>& right);
12212 static tcu::Vector<glw::GLuint, Size> greaterThanEqual(const tcu::Vector<glw::GLdouble, Size>& left,
12213 const tcu::Vector<glw::GLdouble, Size>& right);
12228 static tcu::Vector<glw::GLuint, Size> lessThan(const tcu::Vector<glw::GLdouble, Size>& left,
12229 const tcu::Vector<glw::GLdouble, Size>& right);
12232 static tcu::Vector<glw::GLuint, Size> lessThanEqual(const tcu::Vector<glw::GLdouble, Size>& left,
12233 const tcu::Vector<glw::GLdouble, Size>& right);
12258 static tcu::Vector<glw::GLuint, Size> notEqual(const tcu::Vector<glw::GLdouble, Size>& left,
12259 const tcu::Vector<glw::GLdouble, Size>& right);
12262 static tcu::Matrix<glw::GLdouble, Rows, Cols> outerProduct(const tcu::Vector<glw::GLdouble, Rows>& left,
12263 const tcu::Vector<glw::GLdouble, Cols>& right);
12315 static tcu::Vector<glw::GLuint, Size> convertBvecToUvec(const tcu::Vector<bool, Size>& src)
12317 tcu::Vector<glw::GLuint, Size> result;
12414 static tcu::Vector<glw::GLuint, Size> equal(const tcu::Vector<glw::GLdouble, Size>& left,
12415 const tcu::Vector<glw::GLdouble, Size>& right)
12437 static tcu::Vector<glw::GLuint, Size> greaterThan(const tcu::Vector<glw::GLdouble, Size>& left,
12438 const tcu::Vector<glw::GLdouble, Size>& right)
12444 static tcu::Vector<glw::GLuint, Size> greaterThanEqual(const tcu::Vector<glw::GLdouble, Size>& left,
12445 const tcu::Vector<glw::GLdouble, Size>& right)
12489 static tcu::Vector<glw::GLuint, Size> lessThan(const tcu::Vector<glw::GLdouble, Size>& left,
12490 const tcu::Vector<glw::GLdouble, Size>& right)
12496 static tcu::Vector<glw::GLuint, Size> lessThanEqual(const tcu::Vector<glw::GLdouble, Size>& left,
12497 const tcu::Vector<glw::GLdouble, Size>& right)
12562 static tcu::Vector<glw::GLuint, Size> notEqual(const tcu::Vector<glw::GLdouble, Size>& left,
12563 const tcu::Vector<glw::GLdouble, Size>& right)
12569 static tcu::Matrix<glw::GLdouble, Rows, Cols> outerProduct(const tcu::Vector<glw::GLdouble, Rows>& left,
12570 const tcu::Vector<glw::GLdouble, Cols>& right)
12835 * The test should use 1024 different scalar/vector/matrix argument
12896 VECTOR,
12971 std::vector<glw::GLubyte> m_expected_results_data;
12974 std::vector<glw::GLubyte> m_argument_data;
13810 m_general_type = VECTOR;
14681 vector of double.
14716 /** Get gl.uniform* that match type of argument. Assumes that type is scalar or vector of signed integer.
14751 /** Get gl.uniform* that match type of argument. Assumes that type is scalar or vector of unsigned integer.
14839 /* SCALAR, VECTOR, MATRIX */
15352 std::vector<glw::GLubyte> transform_feedback_buffer_data;