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

/external/deqp/modules/internal/
H A DditTestCase.hpp39 , m_function (func)
46 m_function();
51 Function m_function; member in class:dit::SelfCheckCase
/external/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp26 m_function(function),
36 m_function(function),
46 m_function(function),
69 fprintf(stdout, "::pthread_mutex_trylock (%8.8p) mutex is locked (function %s in %s:%i), waiting...\n", m_pMutex, m_function, m_file, m_line);
71 fprintf(stdout, "::pthread_mutex_lock (%8.8p) succeeded after %6llu usecs (function %s in %s:%i)\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line);
80 fprintf(stdout, "::pthread_mutex_unlock (%8.8p) had lock for %6llu usecs in %s in %s:%i\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line);
H A DPThreadMutex.h93 const char *m_function; member in class:PThreadMutex::Locker
/external/deqp/framework/randomshaders/
H A DrsgFunctionGenerator.cpp34 , m_function (function)
48 statementStack.push_back(&m_function.getBody());
49 m_function.getBody().init(m_state);
79 m_function.getBody().addChild(new AssignStatement(m_state, variable, valueRange.asAccess()));
H A DrsgFunctionGenerator.hpp47 Function& m_function; member in class:rsg::FunctionGenerator
H A DrsgBuiltinFunctions.hpp51 std::string m_function; member in class:rsg::UnaryBuiltinVecFunc
59 : m_function (function)
97 str << Token(m_function.c_str()) << Token::LEFT_PAREN;
/external/lldb/source/Expression/
H A DASTStructExtractor.cpp37 m_function (function),
107 m_function.m_struct_size = struct_layout->getSize().getQuantity(); // TODO Store m_struct_size as CharUnits
108 m_function.m_return_offset = struct_layout->getFieldOffset(struct_layout->getFieldCount() - 1) / 8;
109 m_function.m_return_size = struct_layout->getDataSize().getQuantity() - m_function.m_return_offset;
115 m_function.m_member_offsets.push_back(struct_layout->getFieldOffset(field_index) / 8);
118 m_function.m_struct_valid = true;
142 !m_function.m_wrapper_function_name.compare(function_decl->getNameAsString().c_str()))
/external/lldb/include/lldb/Expression/
H A DASTStructExtractor.h125 /// information about it into m_function
150 ClangFunction &m_function; ///< The function to populate with information about the argument structure. member in class:lldb_private::ASTStructExtractor
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCaseUtil.hpp69 , m_function (function)
72 tcu::TestStatus iterate (void) { return m_function(m_context); }
75 const Function m_function; member in class:vkt::FunctionInstance0
/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp124 DrawFunction m_function; member in class:deqp::gles3::Functional::InstancedRenderingCase
130 vector<deUint16> m_gridIndices; // \note Only used if m_function is FUNCTION_DRAW_ELEMENTS_INSTANCED.
144 , m_function (function)
314 if (m_function == FUNCTION_DRAW_ELEMENTS_INSTANCED)
351 DE_ASSERT(m_function == FUNCTION_DRAW_ARRAYS_INSTANCED);
543 if (m_function == FUNCTION_DRAW_ARRAYS_INSTANCED)
H A Des3fPrimitiveRestartTests.cpp122 Function m_function; member in class:deqp::gles3::Functional::PrimitiveRestartCase
135 , m_function (function)
544 if (m_function == FUNCTION_DRAW_ELEMENTS)
546 else if (m_function == FUNCTION_DRAW_ELEMENTS_INSTANCED)
550 DE_ASSERT(m_function == FUNCTION_DRAW_RANGE_ELEMENTS);

Completed in 209 milliseconds