Home
last modified time | relevance | path

Searched refs:m_source (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/boost/python/
Dextract.hpp49 PyObject* m_source; member
63 PyObject* m_source; member
81 PyObject* m_source; member
94 PyObject* m_source; member
162 : m_source(x) in extract_rvalue()
184 : (rvalue_from_python_stage2)(m_source, m_data.stage1, registered<T>::converters) in operator ()()
190 : m_source(obj) in extract_reference()
207 (throw_no_reference_from_python)(m_source, registered<Ref>::converters); in operator ()()
214 : m_source(obj) in extract_pointer()
224 return m_source == Py_None || m_result != 0; in check()
[all …]
Darg_from_python.hpp46 arg_from_python(PyObject* p) : m_source(p) {} in arg_from_python()
48 PyObject* operator()() const { return m_source; } in operator ()()
50 PyObject* m_source; member
58 arg_from_python(PyObject* p) : m_source(p) {} in arg_from_python()
60 PyObject*const& operator()() const { return m_source; } in operator ()()
62 PyObject* m_source; member
Dback_reference.hpp28 source_t m_source; member
52 : m_source(detail::borrowed_reference(p)) in back_reference()
60 return m_source; in source()
/third_party/boost/libs/compute/include/boost/compute/
Dfunction.hpp52 m_source(source) in invoked_function()
60 m_source(source), in invoked_function()
69 m_source(source), in invoked_function()
79 m_source(source), in invoked_function()
92 return m_source; in source()
107 std::string m_source; member in boost::compute::detail::invoked_function
152 m_source = source; in set_source()
158 return m_source; in source()
172 && (m_source == other.m_source); in operator ==()
190 m_name, m_source, m_definitions in operator ()()
[all …]
Dclosure.hpp53 m_source(source), in invoked_closure()
67 return m_source; in source()
87 std::string m_source; member in boost::compute::detail::invoked_closure
111 m_source(source), in closure()
128 return m_source; in source()
147 m_name, m_source, m_definitions, boost::make_tuple(), m_capture in operator ()()
162 m_name, m_source, m_definitions, boost::make_tuple(arg1), m_capture in operator ()()
177 m_name, m_source, m_definitions, boost::make_tuple(arg1, arg2), m_capture in operator ()()
192 m_name, m_source, m_definitions, boost::make_tuple(arg1, arg2, arg3), m_capture in operator ()()
198 std::string m_source; member in boost::compute::closure
/third_party/boost/boost/compute/
Dfunction.hpp52 m_source(source) in invoked_function()
60 m_source(source), in invoked_function()
69 m_source(source), in invoked_function()
79 m_source(source), in invoked_function()
92 return m_source; in source()
107 std::string m_source; member in boost::compute::detail::invoked_function
152 m_source = source; in set_source()
158 return m_source; in source()
172 && (m_source == other.m_source); in operator ==()
190 m_name, m_source, m_definitions in operator ()()
[all …]
Dclosure.hpp53 m_source(source), in invoked_closure()
67 return m_source; in source()
87 std::string m_source; member in boost::compute::detail::invoked_closure
111 m_source(source), in closure()
128 return m_source; in source()
147 m_name, m_source, m_definitions, boost::make_tuple(), m_capture in operator ()()
162 m_name, m_source, m_definitions, boost::make_tuple(arg1), m_capture in operator ()()
177 m_name, m_source, m_definitions, boost::make_tuple(arg1, arg2), m_capture in operator ()()
192 m_name, m_source, m_definitions, boost::make_tuple(arg1, arg2, arg3), m_capture in operator ()()
198 std::string m_source; member in boost::compute::closure
/third_party/boost/boost/python/converter/
Darg_from_python.hpp124 PyObject* m_source; member
142 PyObject* m_source; member
298 , m_source(obj) in arg_rvalue_from_python()
313 m_data.stage1.construct(m_source, &m_data.stage1); in operator ()()
322 : base(x), m_source(x) in back_reference_arg_from_python()
330 return T(m_source, base::operator()()); in operator ()()
Dobj_mgr_arg_from_python.hpp31 PyObject* m_source; member
62 : m_source(x) in object_manager_value_arg_from_python()
69 return object_manager_traits<T>::check(m_source); in convertible()
75 return T(python::detail::borrowed_reference(m_source)); in operator ()()
/third_party/boost/boost/compute/detail/
Dmeta_kernel.hpp243 m_source << x; \
250 m_source << "(" << type_name<type>() << ")"; \
251 m_source << "("; \
256 m_source << ","; \
259 m_source << ")"; \
305 m_source.str(other.m_source.str()); in meta_kernel()
312 m_source.str(other.m_source.str()); in operator =()
352 << "{\n" << m_source.str() << "\n}\n"; in source()
509 return tmp.m_source.str(); in decl()
550 m_source << std::showpoint << x << 'f';
[all …]
/third_party/boost/libs/compute/include/boost/compute/detail/
Dmeta_kernel.hpp243 m_source << x; \
250 m_source << "(" << type_name<type>() << ")"; \
251 m_source << "("; \
256 m_source << ","; \
259 m_source << ")"; \
305 m_source.str(other.m_source.str()); in meta_kernel()
312 m_source.str(other.m_source.str()); in operator =()
352 << "{\n" << m_source.str() << "\n}\n"; in source()
509 return tmp.m_source.str(); in decl()
550 m_source << std::showpoint << x << 'f';
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.hpp315 , m_source (source) in LogShader()
325 std::string m_source; member in tcu::LogShader
334 : m_source (source) in LogSpirVAssemblySource()
341 std::string m_source; member in tcu::LogSpirVAssemblySource
348 : m_source(source) in LogKernelSource()
355 std::string m_source; member in tcu::LogKernelSource
509 log.writeShader(m_type, m_source.c_str(), m_compileOk, m_infoLog.c_str()); in write()
514 log.writeSpirVAssemblySource(m_source.c_str()); in write()
519 log.writeKernelSource(m_source.c_str()); in write()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgShader.hpp95 const char* getSource (void) const { return m_source.c_str(); } in getSource()
107 void setSource (const char* source) { m_source = source; } in setSource()
129 std::string m_source; member in rsg::Shader
/third_party/boost/boost/graph/detail/
Dedge.hpp27 inline edge_base(Vertex s, Vertex d) : m_source(s), m_target(d) {} in edge_base()
28 Vertex m_source; member
105 return os << "(" << e.m_source << "," << e.m_target << ")"; in operator <<()
/third_party/boost/boost/mpi/detail/
Drequest_handlers.hpp137 m_source(source), in probe_handler()
144 m_source(source), in probe_handler()
148 bool active() const { return m_source != MPI_PROC_NULL; } in active()
150 void cancel() { m_source = MPI_PROC_NULL; } in cancel()
155 BOOST_MPI_CHECK_RESULT(MPI_Mprobe, (m_source,m_tag,m_comm,&msg,&stat.m_status)); in wait()
163 BOOST_MPI_CHECK_RESULT(MPI_Improbe, (m_source,m_tag,m_comm,&flag,&msg,&stat.m_status)); in test()
181 m_source = MPI_PROC_NULL; in unpack()
187 int m_source; member in boost::mpi::request::probe_handler
293 int m_source; member in boost::mpi::request::legacy_handler
622 m_source(source), in legacy_handler()
/third_party/boost/boost/graph/
Dboykov_kolmogorov_max_flow.hpp104 , m_source(src) in bk_max_flow()
137 set_tree(m_source, tColorTraits::black()); in bk_max_flow()
139 put(m_time_map, m_source, 1); in bk_max_flow()
177 for (boost::tie(ei, e_end) = out_edges(m_source, m_g); ei != e_end; in augment_direct_paths()
271 && (has_parent(current_node) || current_node == m_source in grow()
438 while (current_node != m_source) in augment()
482 while (current_node != m_source) in find_bottleneck()
568 && other_node != m_source) in adopt()
670 if (!has_parent(v) && v != m_source && v != m_sink) in get_next_active_node()
847 if (current_vertex == m_source) in has_source_connect()
[all …]
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sLongShaderTests.cpp195 std::string m_source; member in deqp::gles3::Stress::__anonc71c81bc0111::LongShaderGenerator
219 if (m_source.empty()) in getSource()
222 return glu::ShaderSource(m_spec.shaderType, m_source); in getSource()
229 m_source.clear(); in generateSource()
300 m_source += std::string(m_scopes.size(), '\t'); in addIndent()
306 m_source += text + "\n"; in addLine()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp249 : m_source (source) in BuildHighLevelShaderTask()
267 DE_ASSERT(m_source.buildOptions.targetVersion < vk::SPIRV_VERSION_LAST); in execute()
269 m_program->binary = ProgramBinarySp(vk::buildProgram(m_source, &buildInfo, *m_commandLine)); in execute()
271 m_program->validatorOptions = m_source.buildOptions.getSpirvValidatorOptions(); in execute()
285 Source m_source; member in vkt::__anonc54ec5100111::BuildHighLevelShaderTask
304 : m_source (source) in BuildSpirVAsmTask()
322 DE_ASSERT(m_source.buildOptions.targetVersion < vk::SPIRV_VERSION_LAST); in execute()
324 m_program->binary = ProgramBinarySp(vk::assembleProgram(m_source, &buildInfo, *m_commandLine)); in execute()
339 vk::SpirVAsmSource m_source; member in vkt::__anonc54ec5100111::BuildSpirVAsmTask
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp3375 gl.texStorage3D(GL_TEXTURE_CUBE_MAP_ARRAY, n_mipmap_levels, format.m_source.m_internal_format, in prepareCompresedTexture()
3400 format.m_source.m_internal_format, image_size, image_data); in prepareCompresedTexture()
3426 …gl.compressedTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, mipmap_level, format.m_source.m_internal_format, in prepareCompresedTexture()
3463 …gl.texStorage3D(GL_TEXTURE_CUBE_MAP_ARRAY, n_mipmap_levels, texture_format.m_source.m_internal_for… in prepareTexture()
3473 gl.texImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, mipmap_level, texture_format.m_source.m_internal_format, in prepareTexture()
3475 texture_format.m_source.m_format, texture_format.m_source.m_type, 0 /* data */); in prepareTexture()
3494 texture_format.m_source.m_format, texture_format.m_source.m_type, texture_width, in prepareTexture()
3504 if ((texture_format.m_source.m_internal_format == GL_RGBA32UI) || in prepareTexture()
3505 (texture_format.m_source.m_internal_format == GL_RGBA32I) || in prepareTexture()
3506 (texture_format.m_source.m_internal_format == GL_STENCIL_INDEX8) || in prepareTexture()
[all …]
DesextcTextureCubeMapArraySampling.hpp263 formatInfo m_source; member
402 std::string m_source; member in glcts::TextureCubeMapArraySamplingTest::shaderDefinition
/third_party/vk-gl-cts/modules/egl/
DteglImageTests.cpp404 , m_source (getImageSource(target, internalFormat, format, type, useTexLevel0)) in CreateImageGLES2()
415 CHECK_EXTENSION(dpy, m_source->getRequiredExtension()); in iterate()
431 UniquePtr<ClientBuffer> clientBuffer (m_source->createBuffer(egl, context.gl())); in iterate()
432 const EGLImageKHR image = m_source->createImage(egl, dpy, eglContext, clientBuffer->get()); in iterate()
449 const UniquePtr<ImageSource> m_source; member in deqp::egl::Image::CreateImageGLES2
DteglImageUtil.cpp293 …useTexLevel0) : TextureImageSource(internalFormat, format, type, useTexLevel0), m_source(source) {} in TextureCubeMapImageSource()
294 EGLenum getSource (void) const { return m_source; } in getSource()
301 EGLenum m_source; member in deqp::egl::Image::TextureCubeMapImageSource
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1015 Move<VkImage> m_source; member in vkt::api::__anon4e583cfe0111::CopyImageToImage
1055 m_source = createImage(vk, vkDevice, &sourceImageParams); in CopyImageToImage()
1056 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement:… in CopyImageToImage()
1057 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_source, m_sourceImageAlloc->getMemory(), m_sourceImageAll… in CopyImageToImage()
1108 uploadImage(m_sourceTextureLevel->getAccess(), m_source.get(), m_params.src.image); in iterate()
1166 m_source.get(), // VkImage image; in iterate()
1214 …vk.cmdCopyImage(*m_cmdBuffer, m_source.get(), m_params.src.image.operationLayout, m_destination.ge… in iterate()
1223 m_source.get(), // VkImage srcImage; in iterate()
1473 Move<VkImage> m_source; member in vkt::api::__anon4e583cfe0111::CopyImageToImageMipmap
1514 m_source = createImage(vk, vkDevice, &sourceImageParams); in CopyImageToImageMipmap()
[all …]
/third_party/boost/libs/graph/test/
Dboykov_kolmogorov_max_flow_test.cpp268 if (v == tSuper::m_source || v == tSuper::m_sink) in invariant_four()
313 ? tSuper::m_source in invariant_six()
413 for (boost::tie(ei, e_end) = out_edges(this->m_source, this->m_g); in test()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp430 glu::Texture2D m_source; member in deqp::gles31::Functional::__anon1f2dce2b0111::SRGBTestTexture
456 , m_source (context.getRenderContext(), glu::getInternalFormat(internalFormat), width, height) in SRGBTestTexture()
533 return m_source.getGLTexture(); in getHandle()
559 m_source.upload(); in upload()
568 m_source.getRefTexture().allocLevel(0); in setColor()
574 m_source.getRefTexture().getLevel(0).setPixel(m_color, px, py); in setColor()

12