Home
last modified time | relevance | path

Searched defs:module (Results 576 - 600 of 1652) sorted by relevance

1...<<21222324252627282930>>...67

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dfusion_legal.cpp162 Module* module = context->module(); in TEST_F() local
298 Module* module = context->module(); in TEST_F() local
431 Module* module in TEST_F() local
569 Module* module = context->module(); TEST_F() local
709 Module* module = context->module(); TEST_F() local
854 Module* module = context->module(); TEST_F() local
995 Module* module = context->module(); TEST_F() local
1135 Module* module = context->module(); TEST_F() local
1275 Module* module = context->module(); TEST_F() local
1438 Module* module = context->module(); TEST_F() local
1640 Module* module = context->module(); TEST_F() local
1836 Module* module = context->module(); TEST_F() local
2110 Module* module = context->module(); TEST_F() local
2354 Module* module = context->module(); TEST_F() local
2554 Module* module = context->module(); TEST_F() local
2761 Module* module = context->module(); TEST_F() local
2904 Module* module = context->module(); TEST_F() local
3048 Module* module = context->module(); TEST_F() local
3257 Module* module = context->module(); TEST_F() local
3405 Module* module = context->module(); TEST_F() local
3578 Module* module = context->module(); TEST_F() local
3780 Module* module = context->module(); TEST_F() local
3935 Module* module = context->module(); TEST_F() local
4093 Module* module = context->module(); TEST_F() local
4242 Module* module = context->module(); TEST_F() local
4387 Module* module = context->module(); TEST_F() local
4537 Module* module = context->module(); TEST_F() local
[all...]
H A Dnested_loops.cpp155 Module* module = context->module(); in TEST_F() local
341 Module* module = context->module(); in TEST_F() local
564 Module* module = context->module(); in TEST_F() local
705 Module* module = context->module(); TEST_F() local
[all...]
H A Dpeeling.cpp487 Module* module = context->module(); in TEST_F() local
541 Module* module in TEST_F() local
597 Module* module = context->module(); TEST_F() local
650 Module* module = context->module(); TEST_F() local
759 Module* module = context->module(); TEST_F() local
811 Module* module = context->module(); TEST_F() local
912 Module* module = context->module(); TEST_F() local
961 Module* module = context->module(); TEST_F() local
1084 Module* module = context->module(); TEST_F() local
1136 Module* module = context->module(); TEST_F() local
[all...]
/third_party/skia/src/sksl/analysis/
H A DSkSLProgramUsage.cpp99 std::unique_ptr<ProgramUsage> Analysis::GetUsage(const LoadedModule& module) { in GetUsage() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeStorageBufferBarrierTests.cpp34 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( in TEST_P() local
84 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( in TEST_P() local
150 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( in TEST_P() local
218 wgpu::ShaderModule module in TEST_P() local
286 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( TEST_P() local
[all...]
H A DComputeDispatchTests.cpp30 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DComputePipelineD3D12.cpp50 ShaderModule* module = ToBackend(computeStage.module.Get()); in Initialize() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DFencedDeleter.cpp90 void FencedDeleter::DeleteWhenUnused(VkShaderModule module) { in DeleteWhenUnused() argument
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafglobal.h137 AF_Module module; /* to access global properties */ member
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidobjs.c69 FT_Module module; in FT_LOCAL_DEF() local
100 FT_Module module; in cid_size_get_globals_funcs() local
[all...]
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmod.c262 gxvalid_get_service( FT_Module module, in gxvalid_get_service() argument
/third_party/python/Modules/_multiprocessing/
H A Dmultiprocessing.c76 _multiprocessing_closesocket_impl(PyObject *module, HANDLE handle) in _multiprocessing_closesocket_impl() argument
100 _multiprocessing_recv_impl(PyObject *module, HANDLE handle, int size) in _multiprocessing_recv_impl() argument
132 _multiprocessing_send_impl(PyObject *module, HANDLE handle, Py_buffer *buf) in _multiprocessing_send_impl() argument
159 _multiprocessing_sem_unlink_impl(PyObject *module, const char *name) in _multiprocessing_sem_unlink_impl() argument
187 multiprocessing_exec(PyObject *module) in multiprocessing_exec() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireCreatePipelineAsyncTests.cpp334 WGPUShaderModule module = wgpuDeviceCreateShaderModule(device, &vertexDescriptor); TEST_F() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DInternalStorageBufferBindingTests.cpp33 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( in CreateComputePipelineWithInternalStorage() local
/third_party/python/Modules/_sqlite/
H A Dstatement.c197 pysqlite_statement_setup_types(PyObject *module) in pysqlite_statement_setup_types() argument
/third_party/python/Modules/clinic/
H A D_bisectmodule.c.h26 _bisect_bisect_right(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _bisect_bisect_right() argument
109 _bisect_insort_right(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _bisect_insort_right() argument
189 _bisect_bisect_left(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _bisect_bisect_left() argument
272 _bisect_insort_left(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _bisect_insort_left() argument
[all...]
H A D_heapqmodule.c.h18 _heapq_heappush(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _heapq_heappush() argument
52 _heapq_heappop(PyObject *module, PyObject *arg) in _heapq_heappop() argument
89 _heapq_heapreplace(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _heapq_heapreplace() argument
126 _heapq_heappushpop(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _heapq_heappushpop() argument
160 _heapq_heapify(PyObject *module, PyObject *arg) _heapq_heapify() argument
189 _heapq__heappop_max(PyObject *module, PyObject *arg) _heapq__heappop_max() argument
219 _heapq__heapreplace_max(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _heapq__heapreplace_max() argument
253 _heapq__heapify_max(PyObject *module, PyObject *arg) _heapq__heapify_max() argument
[all...]
H A Dmd5module.c.h85 _md5_md5(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _md5_md5() argument
/third_party/python/Modules/
H A D_weakref.c26 _weakref_getweakrefcount_impl(PyObject *module, PyObject *object) in _weakref_getweakrefcount_impl() argument
61 _weakref__remove_dead_weakref_impl(PyObject *module, PyObject *dct, in _weakref__remove_dead_weakref_impl() argument
88 _weakref_getweakrefs(PyObject *module, PyObject *object) in _weakref_getweakrefs() argument
129 _weakref_proxy_impl(PyObject *module, PyObject *object, PyObject *callback) in _weakref_proxy_impl() argument
146 weakref_exec(PyObject *module) in weakref_exec() argument
[all...]
H A Dspwdmodule.c67 get_spwd_state(PyObject *module) in get_spwd_state() argument
88 static PyObject *mkspent(PyObject *module, struct spwd *p) in mkspent() argument
138 spwd_getspnam_impl(PyObject *module, PyObject *arg) in spwd_getspnam_impl() argument
176 spwd_getspall_impl(PyObject *module) spwd_getspall_impl() argument
211 spwdmodule_exec(PyObject *module) spwdmodule_exec() argument
[all...]
/third_party/python/Lib/importlib/
H A D__init__.py12 import _imp # Just the builtin component, NOT the full Python module namespace
[all...]
/third_party/pulseaudio/src/modules/x11/
H A Dmodule-x11-publish.c65 pa_module *module; member
H A Dmodule-x11-cork-request.c54 pa_module *module; member
/third_party/python/Lib/encodings/
H A Dbz2_codec.py11 import bz2 # this codec needs the optional bz2 module ! namespace
/third_party/python/Lib/unittest/
H A Dmain.py61 module=None variable in TestProgram
[all...]

Completed in 12 milliseconds

1...<<21222324252627282930>>...67