Home
last modified time | relevance | path

Searched refs:getArgumentOffset (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12851 glw::GLuint getArgumentOffset(glw::GLuint argument) const;
13332 Arg2T* p_arg_2 = (Arg2T*)((glw::GLubyte*)argument_src + getArgumentOffset(1)); in call()
13419 const glw::GLuint argument_2_offset = getArgumentOffset(1); in call()
13420 const glw::GLuint argument_3_offset = getArgumentOffset(2); in call()
13604 glw::GLuint BuiltinFunctionTest::functionObject::getArgumentOffset(glw::GLuint argument) const in getArgumentOffset() function in gl4cts::BuiltinFunctionTest::functionObject
14788 const glw::GLuint offset = function_object.getArgumentOffset(argument); in prepareArgument()
15191 const glw::GLuint argument_offset = function_object.getArgumentOffset(argument); in testBegin()
15281 const glw::GLuint argument_1_offset = function_object.getArgumentOffset(0); in isResultEdgeCase()
15282 const glw::GLuint argument_2_offset = function_object.getArgumentOffset(1); in isResultEdgeCase()
15392 const glw::GLuint argument_offset = function_object.getArgumentOffset(argumen in verifyResults()
[all...]

Completed in 19 milliseconds