Home
last modified time | relevance | path

Searched refs:result_ptr (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/tools/build/src/engine/modules/
Dorder.cpp50 void do_ts( int * * graph, int current_vertex, int * colors, int * * result_ptr in do_ts() argument
60 do_ts( graph, adjacent_vertex, colors, result_ptr ); in do_ts()
68 **result_ptr = current_vertex; in do_ts()
69 ( *result_ptr )++; in do_ts()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_replace.cc32 std::string* result_ptr) { in ApplySubstitutions() argument
40 StrAppend(result_ptr, s.substr(pos, sub.offset - pos), sub.replacement); in ApplySubstitutions()
57 result_ptr->append(s.data() + pos, s.size() - pos); in ApplySubstitutions()
Dstr_replace.h189 std::string* result_ptr);
/third_party/abseil-cpp/absl/strings/
Dstr_replace.cc32 std::string* result_ptr) { in ApplySubstitutions() argument
40 StrAppend(result_ptr, s.substr(pos, sub.offset - pos), sub.replacement); in ApplySubstitutions()
57 result_ptr->append(s.data() + pos, s.size() - pos); in ApplySubstitutions()
Dstr_replace.h189 std::string* result_ptr);
/third_party/boost/boost/math/distributions/
Dskew_normal.hpp389 const RealType* result_ptr = std::lower_bound(shapes, shapes+21, shape); in mode_fallback() local
393 const diff_type d = std::distance(shapes, result_ptr); in mode_fallback()
528 const RealType* result_ptr = std::lower_bound(shapes, shapes+21, shape); in mode() local
532 const diff_type d = std::distance(shapes, result_ptr); in mode()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderXFB.cpp833 glw::GLfloat* result_ptr = (glw::GLfloat*)gl.mapBufferRange( in iterate() local
849 const glw::GLfloat* captured_data_ptr = result_ptr + n_value * 4 /* components */; in iterate()
890 memset(result_ptr, 0, sizeof(float) * 4 /* components */ * test.expected_n_values); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayGenerateMipMap.cpp173 unsigned char* result_ptr = data + ((y * width + x) * pixel_size + n_component); in generateTestData() local
176 *result_ptr = m_layer_face_data[n_layer][n_color][n_component]; in generateTestData()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp571 glw::GLint* result_ptr = (glw::GLint*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY); in DrawAndCheck() local
574 glw::GLint result = *result_ptr; in DrawAndCheck()
1140 glw::GLint* result_ptr = (glw::GLint*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY); in DrawAndCheck() local
1143 glw::GLint result[3] = { result_ptr[0], result_ptr[1], result_ptr[2] }; in DrawAndCheck()
1672 glw::GLint* result_ptr = (glw::GLint*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY); in DrawAndCheck() local
1675 glw::GLint result[2] = { result_ptr[0], result_ptr[1] }; in DrawAndCheck()
2347 T* result_ptr = (T*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY); in DrawAndCheck() local
2354 result[i] = result_ptr[i]; in DrawAndCheck()
2904 glw::GLint* result_ptr = (glw::GLint*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY); in DrawAndCheck() local
2907 glw::GLint result[2] = { result_ptr[0], result_ptr[1] }; in DrawAndCheck()
Dgl4cSparseBufferTests.cpp4528 const glw::GLint64* result_ptr = NULL; in execute() local
4541 result_ptr = (const glw::GLint64*)m_gl.mapBuffer(GL_COPY_WRITE_BUFFER, GL_READ_ONLY); in execute()
4544 if (*result_ptr != m_n_triangles) in execute()
4549 << *result_ptr << "]" in execute()
5131 glw::GLuint* result_ptr = DE_NULL; in execute() local
5607result_ptr = (unsigned int*)m_gl.mapBufferRange(GL_ARRAY_BUFFER, mappable_bo_start_offset, m_resul… in execute()
5644 result_instance_id_traveller_ptr = result_ptr; in execute()
5661 result_instance_id_traveller_ptr = result_ptr; in execute()
5706 (((((char*)result_instance_id_traveller_ptr - (char*)result_ptr) / m_page_size) % 2) == in execute()
5708 ((((((char*)result_instance_id_traveller_ptr - (char*)result_ptr) + sizeof(unsigned int) - in execute()
[all …]
Dgl4cTextureViewTests.cpp8699 unsigned char* result_ptr = new unsigned char[width * height * m_texture_n_components]; in getStaticColorTextureData() local
8703 unsigned char* row_data_ptr = result_ptr + y * width * m_texture_n_components; in getStaticColorTextureData()
8713 return result_ptr; in getStaticColorTextureData()
/third_party/glib/gio/
Dgsubprocess.c804 GAsyncResult **result_ptr = user_data; in g_subprocess_sync_done() local
806 *result_ptr = g_object_ref (result); in g_subprocess_sync_done()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/
Dtranspose.cl265 FLT *result_ptr = result_tmp.c_array;