Home
last modified time | relevance | path

Searched refs:perform (Results 1 – 25 of 1459) sorted by relevance

12345678910>>...59

/third_party/mesa3d/include/android_stub/system/
Dwindow.h528 int (*perform)(struct ANativeWindow* window, member
644 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage); in native_window_set_usage()
683 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop); in native_window_set_crop()
704 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop); in native_window_set_post_transform_crop()
733 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount); in native_window_set_buffer_count()
753 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_GEOMETRY, in native_window_set_buffers_geometry()
774 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_DIMENSIONS, in native_window_set_buffers_dimensions()
799 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_USER_DIMENSIONS, in native_window_set_buffers_user_dimensions()
813 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_FORMAT, format); in native_window_set_buffers_format()
832 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_DATASPACE, in native_window_set_buffers_data_space()
[all …]
/third_party/ltp/utils/benchmark/kernbench-0.42/
DREADME38 n : number of times to perform benchmark (default 5)
40 s : perform single threaded runs (default don't)
41 H : don't perform half load runs (default do)
42 O : don't perform optimal load runs (default do)
43 M : don't perform maximal load runs (default do)
65 v0.20 Change to average of runs, add options to choose which runs to perform
/third_party/vk-gl-cts/doc/testspecs/VK/
Dsparse_resources.txt29 First queue is used to perform binding of device memory to sparse buffer. The binding operation sig…
32 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj…
48 First queue is used to perform binding of device memory to sparse image. The binding operation sign…
51 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj…
68 First queue is used to perform binding of device memory to sparse buffer. The binding operation sig…
71 The second queue is used to perform compute and transfer operations. A compute shader is invoked to…
87 First queue is used to perform binding of device memory to sparse image. The binding operation sign…
90 The second queue is used to perform compute and transfer operations. A compute shader is invoked to…
116 First queue is used to perform binding of device memory to sparse buffers. One block of device memo…
119 The second queue is used to perform compute and transfer operations. A compute shader is invoked to…
[all …]
/third_party/node/deps/openssl/openssl/apps/
Ds_time.c127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local
151 perform = 2; in s_time_main()
154 perform = 1; in s_time_main()
267 if (!(perform & 1)) in s_time_main()
328 if (!(perform & 2)) in s_time_main()
/third_party/openssl/apps/
Ds_time.c127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local
151 perform = 2; in s_time_main()
154 perform = 1; in s_time_main()
267 if (!(perform & 1)) in s_time_main()
328 if (!(perform & 2)) in s_time_main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp148 void perform() { in perform() function in __anon62bc9ada0211::MemOPSizeOpt
154 if (perform(MI)) { in perform()
185 bool perform(MemIntrinsic *MI);
232 bool MemOPSizeOpt::perform(MemIntrinsic *MI) { in perform() function in __anon62bc9ada0211::MemOPSizeOpt
424 MemOPSizeOpt.perform(); in PGOMemOPSizeOptImpl()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_multisampled_render_to_single_sampled.adoc26 efficiently perform multisampled rendering without incurring any additional
41 Some implementations are able to perform said operation efficiently in
44 Together with the ability to perform a resolve operation at the end of a
45 subpass, these implementations are able to perform multisampled rendering on
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_colorspace.txt116 enable GL_FRAMEBUFFER_SRGB to perform sRGB rendering, even when an
188 On Windows, OpenGL ES implementation can not perform linear to sRGB
254 … IF EnableSRGB && (sRGBCapable || sRGBColorspace) THEN perform framebuffer sRGB conversions.
256 IF sRGBColorspace THEN perform framebuffer sRGB conversions.
261 IF EnableSRGB && FormatSRGB THEN perform framebuffer sRGB conversions.
263 IF FormatSRGB THEN perform framebuffer sRGB conversions.
/third_party/openGLES/extensions/EXT/
DWGL_EXT_colorspace.txt116 enable GL_FRAMEBUFFER_SRGB to perform sRGB rendering, even when an
188 On Windows, OpenGL ES implementation can not perform linear to sRGB
254 … IF EnableSRGB && (sRGBCapable || sRGBColorspace) THEN perform framebuffer sRGB conversions.
256 IF sRGBColorspace THEN perform framebuffer sRGB conversions.
261 IF EnableSRGB && FormatSRGB THEN perform framebuffer sRGB conversions.
263 IF FormatSRGB THEN perform framebuffer sRGB conversions.
/third_party/openssl/doc/man3/
DPKCS8_encrypt.pod32 PKCS8_encrypt() and PKCS8_encrypt_ex() perform encryption of an object I<p8> using
38 PKCS8_decrypt() and PKCS8_decrypt_ex() perform decryption of an B<X509_SIG> in
42 PKCS8_set0_pbe() and PKCS8_set0_pbe_ex() perform encryption of the I<p8inf>
DCMS_final.pod15 CMS_final() finalises the structure B<cms>. Its purpose is to perform any
26 I/O functions perform finalisation operations internally.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp79 bool perform() { in perform() function in __anon18615bf40211::LibCallsShrinkWrap
84 if (perform(CI)) { in perform()
93 bool perform(CallInst *CI);
505 bool LibCallsShrinkWrap::perform(CallInst *CI) { in perform() function in LibCallsShrinkWrap
529 bool Changed = CCDCE.perform(); in runImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h123 void perform(LoopInfo *LI);
180 void perform(LoopInfo *LI) { in perform() function
181 DFS.perform(LI); in perform()
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_host_image_copy.adoc14 …mages in Vulkan requires staging the data in a buffer first, and using the GPU to perform the copy.
28 …ge data to be copied from/to host memory directly, obviating the need to perform the copy through …
29 …is extension can still lead to better performance by allowing the CPU to perform some copies in pa…
150 The following functions perform the actual copy:
229 When copying between images and buffers, the GPU can perform the swizzling and address translations…
230 When copying between images and host memory however, the CPU needs to perform this swizzling.
242 Additionally, to perform the copy, the implementation must be able to map the image's memory which …
245 …ded on a platform, it is _not_ generally recommended for applications to perform all image copies …
/third_party/skia/third_party/externals/angle2/doc/
DDynamicShaderCompilation.md21 perform very slowly due to dynamic shader re-compilation. A future design
22 direction for ANGLE, when targeting a more modern API, is to perform the vertex
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
DREADME.md3 This demonstrates how to perform captive portal detection integrated
9 captive portal detection state to `LWS_CPD_INTERNET_OK` and perform
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_array_range2.txt50 vertex array range that does NOT perform an implicit vertex array
95 and disable the vertex array range does not perform an implicit
118 DisableClientState or EnableClientState does NOT perform an implicit
/third_party/openGLES/extensions/NV/
DNV_vertex_array_range2.txt50 vertex array range that does NOT perform an implicit vertex array
95 and disable the vertex array range does not perform an implicit
118 DisableClientState or EnableClientState does NOT perform an implicit
/third_party/libabigail/tests/
Dtest-read-ctf.cc405 perform();
437 test_task_ctf::perform() in perform() function in test_task_ctf
Dtest-read-dwarf.cc584 perform();
617 test_task_dwarf::perform() in perform() function in test_task_dwarf
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
DREADME.md3 Demonstrates how to create indexes and perform full-text searches.
29 - perform search[es]: `searchterm [searchterm...]`
/third_party/libdrm/man/
Ddrm.7.rst47 allowed to perform mode-setting or modify core state and only one user
51 can perform buffer allocations and rendering.
59 implement a kernel interface to perform mode-setting called *Kernel Mode
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_vulkan_image.txt71 perform appropriate transitions internally as necessary based on the
79 returned, so an external API can perform appropriate transitions as
/third_party/openssl/doc/internal/man7/
DEVP_PKEY.pod111 provider that is going to perform the operation (this also implies
116 perform such an export, so it maintains a cache of such exports in the
160 made to (which is the provider that's going to perform an operation
179 the provider that's to perform the operation, using its
190 perform.
/third_party/curl/docs/
DPARALLEL-TRANSFERS.md8 When this command line option is used, curl will perform the transfers given
24 o number of transfers to perform

12345678910>>...59