Home
last modified time | relevance | path

Searched defs:config (Results 751 - 775 of 842) sorted by relevance

1...<<31323334

/third_party/alsa-lib/include/
H A Dpcm.h1064 snd_pcm_pack_audio_tstamp_config(unsigned int *data, snd_pcm_audio_tstamp_config_t *config) snd_pcm_pack_audio_tstamp_config() argument
/third_party/mesa3d/src/amd/common/
H A Dac_surface.c580 static int surf_config_sanity(const struct ac_surf_config *config, unsigned flags) in surf_config_sanity() argument
630 gfx6_compute_level(ADDR_HANDLE addrlib, const struct ac_surf_config *config, struct radeon_surf *surf, bool is_stencil, unsigned level, bool compressed, ADDR_COMPUTE_SURFACE_INFO_INPUT *AddrSurfInfoIn, ADDR_COMPUTE_SURFACE_INFO_OUTPUT *AddrSurfInfoOut, ADDR_COMPUTE_DCCINFO_INPUT *AddrDccIn, ADDR_COMPUTE_DCCINFO_OUTPUT *AddrDccOut, ADDR_COMPUTE_HTILE_INFO_INPUT *AddrHtileIn, ADDR_COMPUTE_HTILE_INFO_OUTPUT *AddrHtileOut) gfx6_compute_level() argument
867 get_display_flag(const struct ac_surf_config *config, const struct radeon_surf *surf) get_display_flag() argument
904 gfx6_surface_settings(ADDR_HANDLE addrlib, const struct radeon_info *info, const struct ac_surf_config *config, ADDR_COMPUTE_SURFACE_INFO_OUTPUT *csio, struct radeon_surf *surf) gfx6_surface_settings() argument
953 ac_compute_cmask(const struct radeon_info *info, const struct ac_surf_config *config, struct radeon_surf *surf) ac_compute_cmask() argument
1020 gfx6_compute_surface(ADDR_HANDLE addrlib, const struct radeon_info *info, const struct ac_surf_config *config, enum radeon_surf_mode mode, struct radeon_surf *surf) gfx6_compute_surface() argument
1557 gfx10_DCN_requires_independent_64B_blocks(const struct radeon_info *info, const struct ac_surf_config *config) gfx10_DCN_requires_independent_64B_blocks() argument
1590 is_dcc_supported_by_DCN(const struct radeon_info *info, const struct ac_surf_config *config, const struct radeon_surf *surf, bool rb_aligned, bool pipe_aligned) is_dcc_supported_by_DCN() argument
1708 gfx9_compute_miptree(struct ac_addrlib *addrlib, const struct radeon_info *info, const struct ac_surf_config *config, struct radeon_surf *surf, bool compressed, ADDR2_COMPUTE_SURFACE_INFO_INPUT *in) gfx9_compute_miptree() argument
2134 gfx9_compute_surface(struct ac_addrlib *addrlib, const struct radeon_info *info, const struct ac_surf_config *config, enum radeon_surf_mode mode, struct radeon_surf *surf) gfx9_compute_surface() argument
2487 ac_compute_surface(struct ac_addrlib *addrlib, const struct radeon_info *info, const struct ac_surf_config *config, enum radeon_surf_mode mode, struct radeon_surf *surf) ac_compute_surface() argument
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c333 dri2_get_shifts_and_sizes(const __DRIcoreExtension *core, const __DRIconfig *config, int *shifts, unsigned int *sizes) dri2_get_shifts_and_sizes() argument
362 dri2_get_render_type_float(const __DRIcoreExtension *core, const __DRIconfig *config, bool *is_float) dri2_get_render_type_float() argument
373 dri2_image_format_for_pbuffer_config(struct dri2_egl_display *dri2_dpy, const __DRIconfig *config) dri2_image_format_for_pbuffer_config() argument
1749 dri2_create_drawable(struct dri2_egl_display *dri2_dpy, const __DRIconfig *config, struct dri2_egl_surface *dri2_surf, void *loaderPrivate) dri2_create_drawable() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c2007 struct ac_shader_config config = {0}; in radv_shader_create() local
2138 radv_aco_build_shader_binary(void **bin, gl_shader_stage stage, bool is_gs_copy_shader, const struct ac_shader_config *config, const char *llvm_ir_str, unsigned llvm_ir_size, const char *disasm_str, unsigned disasm_size, uint32_t *statistics, uint32_t stats_size, uint32_t exec_size, const uint32_t *code, uint32_t code_dw) radv_aco_build_shader_binary() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c1777 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, in glXGetFBConfigAttrib() argument
1836 GLXFBConfig *config = malloc(sizeof(XMesaVisual)); in glXChooseFBConfig() local
1875 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) glXCreateWindow() argument
1906 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) glXCreatePixmap() argument
2026 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) glXCreatePbuffer() argument
2145 glXCreateNewContext( Display *dpy, GLXFBConfig config, int renderType, GLXContext shareCtx, Bool direct ) glXCreateNewContext() argument
2330 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) glXGetFBConfigAttribSGIX() argument
2346 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) glXCreateGLXPixmapWithConfigSGIX() argument
2356 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int renderType, GLXContext shareCtx, Bool direct) glXCreateContextWithConfigSGIX() argument
2374 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) glXGetVisualFromFBConfigSGIX() argument
2397 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attribList) glXCreateGLXPbufferSGIX() argument
2656 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, GLXContext shareCtx, Bool direct, const int *attrib_list) glXCreateContextAttribsARB() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_vce.h379 void (*config)(struct rvce_encoder *enc); member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce.h381 void (*config)(struct rvce_encoder *enc); member
/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc1173 StaticKnowledge config = in RefTest() local
1180 StaticKnowledge config = in RefCast() local
1192 StaticKnowledge config = in BrOnCastAbs() local
/third_party/nghttp2/src/
H A Dnghttp.cc138 Config config; member
[all...]
/third_party/libinput/src/
H A Devdev-mt-touchpad.h351 struct libinput_device_config_gesture config; member
422 struct libinput_device_config_tap config; member
441 struct libinput_device_config_dwtp config; member
465 struct libinput_device_config_send_events config; member
470 struct libinput_device_config_dwt config; member
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h301 const RegisterConfiguration* config() const { return config_; } in config() function in v8::internal::compiler::RegisterAllocationFlag::final
1226 const RegisterConfiguration* config() const { return data()->config(); } in config() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc3427 const RegisterConfiguration* config = RegisterConfiguration::Default(); in Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc3641 const RegisterConfiguration* config = RegisterConfiguration::Default(); in Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc3400 const RegisterConfiguration* config = RegisterConfiguration::Default(); in Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc3498 const RegisterConfiguration* config = RegisterConfiguration::Default(); in Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc3641 const RegisterConfiguration* config = RegisterConfiguration::Default(); in Generate_DeoptimizationEntry() local
[all...]
/third_party/libabigail/src/
H A Dabg-suppression.cc359 read_suppressions(const ini::config& config, in read_suppressions() argument
[all...]
/third_party/python/Python/
H A Dsysmodule.c341 const PyConfig *config = _PyInterpreterState_GetConfig(ts->interp); in _PySys_ClearAuditHooks() local
867 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in sys_getfilesystemencoding_impl() local
882 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in sys_getfilesystemencodeerrors_impl() local
2208 _PySys_ReadPreinitXOptions(PyConfig *config) in _PySys_ReadPreinitXOptions() argument
2548 const PyConfig *config = _PyInterpreterState_GetConfig(interp); set_flags_from_config() local
3047 sys_create_xoptions_dict(const PyConfig *config) sys_create_xoptions_dict() argument
3075 const PyConfig *config = _PyInterpreterState_GetConfig(interp); _PySys_UpdateConfig() local
[all...]
/third_party/openssl/test/
H A Dssl_old_test.c928 const char *provider = NULL, *config = NULL; in main() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp1046 testSemaphoreWin32Create(Context& context, const SemaphoreTestConfig config) testSemaphoreWin32Create() argument
1118 testSemaphoreImportTwice(Context& context, const SemaphoreTestConfig config) testSemaphoreImportTwice() argument
1170 testSemaphoreImportReimport(Context& context, const SemaphoreTestConfig config) testSemaphoreImportReimport() argument
1222 testSemaphoreSignalExportImportWait(Context& context, const SemaphoreTestConfig config) testSemaphoreSignalExportImportWait() argument
1260 testSemaphoreExportSignalImportWait(Context& context, const SemaphoreTestConfig config) testSemaphoreExportSignalImportWait() argument
1297 testSemaphoreExportImportSignalWait(Context& context, const SemaphoreTestConfig config) testSemaphoreExportImportSignalWait() argument
1331 testSemaphoreSignalImport(Context& context, const SemaphoreTestConfig config) testSemaphoreSignalImport() argument
1384 testSemaphoreSignalWaitImport(Context& context, const SemaphoreTestConfig config) testSemaphoreSignalWaitImport() argument
1423 testSemaphoreImportSyncFdSignaled(Context& context, const SemaphoreTestConfig config) testSemaphoreImportSyncFdSignaled() argument
1449 testSemaphoreMultipleExports(Context& context, const SemaphoreTestConfig config) testSemaphoreMultipleExports() argument
1495 testSemaphoreMultipleImports(Context& context, const SemaphoreTestConfig config) testSemaphoreMultipleImports() argument
1551 testSemaphoreTransference(Context& context, const SemaphoreTestConfig config) testSemaphoreTransference() argument
1646 testSemaphoreFdDup(Context& context, const SemaphoreTestConfig config) testSemaphoreFdDup() argument
1714 testSemaphoreFdDup2(Context& context, const SemaphoreTestConfig config) testSemaphoreFdDup2() argument
1787 testSemaphoreFdDup3(Context& context, const SemaphoreTestConfig config) testSemaphoreFdDup3() argument
1860 testSemaphoreFdSendOverSocket(Context& context, const SemaphoreTestConfig config) testSemaphoreFdSendOverSocket() argument
2050 testFenceWin32Create(Context& context, const FenceTestConfig config) testFenceWin32Create() argument
2122 testFenceImportTwice(Context& context, const FenceTestConfig config) testFenceImportTwice() argument
2174 testFenceImportReimport(Context& context, const FenceTestConfig config) testFenceImportReimport() argument
2226 testFenceSignalExportImportWait(Context& context, const FenceTestConfig config) testFenceSignalExportImportWait() argument
2264 testFenceImportSyncFdSignaled(Context& context, const FenceTestConfig config) testFenceImportSyncFdSignaled() argument
2289 testFenceExportSignalImportWait(Context& context, const FenceTestConfig config) testFenceExportSignalImportWait() argument
2326 testFenceExportImportSignalWait(Context& context, const FenceTestConfig config) testFenceExportImportSignalWait() argument
2360 testFenceSignalImport(Context& context, const FenceTestConfig config) testFenceSignalImport() argument
2413 testFenceReset(Context& context, const FenceTestConfig config) testFenceReset() argument
2482 testFenceSignalWaitImport(Context& context, const FenceTestConfig config) testFenceSignalWaitImport() argument
2521 testFenceMultipleExports(Context& context, const FenceTestConfig config) testFenceMultipleExports() argument
2567 testFenceMultipleImports(Context& context, const FenceTestConfig config) testFenceMultipleImports() argument
2623 testFenceTransference(Context& context, const FenceTestConfig config) testFenceTransference() argument
2724 testFenceFdDup(Context& context, const FenceTestConfig config) testFenceFdDup() argument
2792 testFenceFdDup2(Context& context, const FenceTestConfig config) testFenceFdDup2() argument
2865 testFenceFdDup3(Context& context, const FenceTestConfig config) testFenceFdDup3() argument
2938 testFenceFdSendOverSocket(Context& context, const FenceTestConfig config) testFenceFdSendOverSocket() argument
3281 testMemoryWin32Create(Context& context, MemoryTestConfig config) testMemoryWin32Create() argument
3374 testMemoryImportTwice(Context& context, MemoryTestConfig config) testMemoryImportTwice() argument
3459 testMemoryMultipleImports(Context& context, MemoryTestConfig config) testMemoryMultipleImports() argument
3522 testMemoryMultipleExports(Context& context, MemoryTestConfig config) testMemoryMultipleExports() argument
3552 testMemoryFdProperties(Context& context, MemoryTestConfig config) testMemoryFdProperties() argument
3593 testMemoryFdDup(Context& context, MemoryTestConfig config) testMemoryFdDup() argument
3657 testMemoryFdDup2(Context& context, MemoryTestConfig config) testMemoryFdDup2() argument
3722 testMemoryFdDup3(Context& context, MemoryTestConfig config) testMemoryFdDup3() argument
3787 testMemoryFdSendOverSocket(Context& context, MemoryTestConfig config) testMemoryFdSendOverSocket() argument
3945 testBufferBindExportImportBind(Context& context, const BufferTestConfig config) testBufferBindExportImportBind() argument
4010 testBufferExportBindImportBind(Context& context, const BufferTestConfig config) testBufferExportBindImportBind() argument
4074 testBufferExportImportBindBind(Context& context, const BufferTestConfig config) testBufferExportImportBindBind() argument
4310 testImageBindExportImportBind(Context& context, const ImageTestConfig config) testImageBindExportImportBind() argument
4356 testImageExportBindImportBind(Context& context, const ImageTestConfig config) testImageExportBindImportBind() argument
4410 testImageExportImportBindBind(Context& context, const ImageTestConfig config) testImageExportImportBindBind() argument
4468 checkSupport(Context& context, const TestConfig config) checkSupport() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp1034 testSemaphoreWin32Create(Context& context, const SemaphoreTestConfig config) testSemaphoreWin32Create() argument
1106 testSemaphoreImportTwice(Context& context, const SemaphoreTestConfig config) testSemaphoreImportTwice() argument
1158 testSemaphoreImportReimport(Context& context, const SemaphoreTestConfig config) testSemaphoreImportReimport() argument
1210 testSemaphoreSignalExportImportWait(Context& context, const SemaphoreTestConfig config) testSemaphoreSignalExportImportWait() argument
1248 testSemaphoreExportSignalImportWait(Context& context, const SemaphoreTestConfig config) testSemaphoreExportSignalImportWait() argument
1285 testSemaphoreExportImportSignalWait(Context& context, const SemaphoreTestConfig config) testSemaphoreExportImportSignalWait() argument
1319 testSemaphoreSignalImport(Context& context, const SemaphoreTestConfig config) testSemaphoreSignalImport() argument
1372 testSemaphoreSignalWaitImport(Context& context, const SemaphoreTestConfig config) testSemaphoreSignalWaitImport() argument
1411 testSemaphoreImportSyncFdSignaled(Context& context, const SemaphoreTestConfig config) testSemaphoreImportSyncFdSignaled() argument
1437 testSemaphoreMultipleExports(Context& context, const SemaphoreTestConfig config) testSemaphoreMultipleExports() argument
1480 testSemaphoreMultipleImports(Context& context, const SemaphoreTestConfig config) testSemaphoreMultipleImports() argument
1536 testSemaphoreTransference(Context& context, const SemaphoreTestConfig config) testSemaphoreTransference() argument
1631 testSemaphoreFdDup(Context& context, const SemaphoreTestConfig config) testSemaphoreFdDup() argument
1699 testSemaphoreFdDup2(Context& context, const SemaphoreTestConfig config) testSemaphoreFdDup2() argument
1772 testSemaphoreFdDup3(Context& context, const SemaphoreTestConfig config) testSemaphoreFdDup3() argument
1845 testSemaphoreFdSendOverSocket(Context& context, const SemaphoreTestConfig config) testSemaphoreFdSendOverSocket() argument
2035 testFenceWin32Create(Context& context, const FenceTestConfig config) testFenceWin32Create() argument
2107 testFenceImportTwice(Context& context, const FenceTestConfig config) testFenceImportTwice() argument
2159 testFenceImportReimport(Context& context, const FenceTestConfig config) testFenceImportReimport() argument
2211 testFenceSignalExportImportWait(Context& context, const FenceTestConfig config) testFenceSignalExportImportWait() argument
2249 testFenceImportSyncFdSignaled(Context& context, const FenceTestConfig config) testFenceImportSyncFdSignaled() argument
2274 testFenceExportSignalImportWait(Context& context, const FenceTestConfig config) testFenceExportSignalImportWait() argument
2311 testFenceExportImportSignalWait(Context& context, const FenceTestConfig config) testFenceExportImportSignalWait() argument
2345 testFenceSignalImport(Context& context, const FenceTestConfig config) testFenceSignalImport() argument
2398 testFenceReset(Context& context, const FenceTestConfig config) testFenceReset() argument
2467 testFenceSignalWaitImport(Context& context, const FenceTestConfig config) testFenceSignalWaitImport() argument
2506 testFenceMultipleExports(Context& context, const FenceTestConfig config) testFenceMultipleExports() argument
2549 testFenceMultipleImports(Context& context, const FenceTestConfig config) testFenceMultipleImports() argument
2605 testFenceTransference(Context& context, const FenceTestConfig config) testFenceTransference() argument
2706 testFenceFdDup(Context& context, const FenceTestConfig config) testFenceFdDup() argument
2774 testFenceFdDup2(Context& context, const FenceTestConfig config) testFenceFdDup2() argument
2847 testFenceFdDup3(Context& context, const FenceTestConfig config) testFenceFdDup3() argument
2920 testFenceFdSendOverSocket(Context& context, const FenceTestConfig config) testFenceFdSendOverSocket() argument
3216 testMemoryWin32Create(Context& context, MemoryTestConfig config) testMemoryWin32Create() argument
3309 testMemoryImportTwice(Context& context, MemoryTestConfig config) testMemoryImportTwice() argument
3367 testMemoryMultipleImports(Context& context, MemoryTestConfig config) testMemoryMultipleImports() argument
3403 testMemoryMultipleExports(Context& context, MemoryTestConfig config) testMemoryMultipleExports() argument
3433 testMemoryFdProperties(Context& context, MemoryTestConfig config) testMemoryFdProperties() argument
3474 testMemoryFdDup(Context& context, MemoryTestConfig config) testMemoryFdDup() argument
3538 testMemoryFdDup2(Context& context, MemoryTestConfig config) testMemoryFdDup2() argument
3603 testMemoryFdDup3(Context& context, MemoryTestConfig config) testMemoryFdDup3() argument
3668 testMemoryFdSendOverSocket(Context& context, MemoryTestConfig config) testMemoryFdSendOverSocket() argument
3826 testBufferBindExportImportBind(Context& context, const BufferTestConfig config) testBufferBindExportImportBind() argument
3864 testBufferExportBindImportBind(Context& context, const BufferTestConfig config) testBufferExportBindImportBind() argument
3901 testBufferExportImportBindBind(Context& context, const BufferTestConfig config) testBufferExportImportBindBind() argument
4109 testImageBindExportImportBind(Context& context, const ImageTestConfig config) testImageBindExportImportBind() argument
4150 testImageExportBindImportBind(Context& context, const ImageTestConfig config) testImageExportBindImportBind() argument
4199 testImageExportImportBindBind(Context& context, const ImageTestConfig config) testImageExportImportBindBind() argument
4252 checkSupport(Context& context, const TestConfig config) checkSupport() argument
[all...]
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java387 isPendingTestInstance(TestDescription testId, BatchRunConfiguration config) isPendingTestInstance() argument
1174 public BatchRunConfiguration config; global() field in DeqpTestRunner.TestBatch
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp2078 bool ValidateConfig(const ValidationContext *val, const Display *display, const Config *config) in ValidateConfig() argument
2352 ValidateCreateWindowSurface(const ValidationContext *val, const Display *display, const Config *config, EGLNativeWindowType window, const AttributeMap &attributes) ValidateCreateWindowSurface() argument
2534 ValidateCreatePbufferSurface(const ValidationContext *val, const Display *display, const Config *config, const AttributeMap &attributes) ValidateCreatePbufferSurface() argument
2588 ValidateCreatePbufferFromClientBuffer(const ValidationContext *val, const Display *display, EGLenum buftype, EGLClientBuffer buffer, const Config *config, const AttributeMap &attributes) ValidateCreatePbufferFromClientBuffer() argument
2897 ValidateCreatePixmapSurface(const ValidationContext *val, const Display *display, const Config *config, EGLNativePixmapType pixmap, const AttributeMap &attributes) ValidateCreatePixmapSurface() argument
4885 ValidateGetConfigAttrib(const ValidationContext *val, const Display *display, const Config *config, EGLint attribute, const EGLint *value) ValidateGetConfigAttrib() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DImageTest.cpp1124 EGLConfig config = window->getConfig(); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp893 std::string config = GetConfigNameFromTestIdentifier(id); in BatchTests() local
1574 std::string config = GetConfigNameFromTestIdentifier(id); in finishProcess() local
1990 bool TestSuite::loadTestExpectationsFromFileWithConfig(const GPUTestConfig &config, in loadTestExpectationsFromFileWithConfig() argument
2042 int32_t TestSuite::getTestExpectationWithConfigAndUpdateTimeout(const GPUTestConfig &config, in getTestExpectationWithConfigAndUpdateTimeout() argument
[all...]

Completed in 79 milliseconds

1...<<31323334