Home
last modified time | relevance | path

Searched defs:functions (Results 201 - 225 of 364) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c29 struct radeon_atpx_functions functions; member
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-rk805.c70 const struct rk805_pin_function *functions; member
/kernel/linux/linux-5.10/drivers/pinctrl/tegra/
H A Dpinctrl-tegra.h190 struct tegra_function *functions; member
/kernel/linux/linux-6.6/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier.h144 const struct uniphier_pinmux_function *functions; member
/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H A Dpinctrl-intel.h208 const struct intel_function *functions; member
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h804 const struct aspeed_pin_function *functions; global() member
[all...]
H A Dpinctrl-aspeed.c265 char *functions = get_defined_functions(pdesc); in aspeed_pinmux_set_mux() local
/kernel/linux/linux-6.6/drivers/pinctrl/actions/
H A Dpinctrl-owl.h293 const struct owl_pinmux_func *functions; member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c29 struct radeon_atpx_functions functions; member
[all...]
/third_party/gn/src/gn/
H A Dfunctions.cc211 namespace functions { namespace
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw.c395 st_init_draw_functions(struct pipe_screen *screen, struct dd_function_table *functions) st_init_draw_functions() argument
583 st_init_hw_select_draw_functions(struct pipe_screen *screen, struct dd_function_table *functions) st_init_hw_select_draw_functions() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc349 std::vector<SharedFunctionInfo> functions; in GetCallerArguments() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRendererGL.cpp45 void SetMaxShaderCompilerThreads(const rx::FunctionsGL *functions, GLuint count) in SetMaxShaderCompilerThreads() argument
139 RendererGL::RendererGL(std::unique_ptr<FunctionsGL> functions, in RendererGL() argument
H A Dformatutilsgl.cpp486 static GLenum GetNativeInternalFormat(const FunctionsGL *functions, in GetNativeInternalFormat() argument
612 GetNativeFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format, GLenum type) GetNativeFormat() argument
677 GetNativeCompressedFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format) GetNativeCompressedFormat() argument
706 GetNativeType(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format, GLenum type) GetNativeType() argument
749 GetNativeReadType(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum type) GetNativeReadType() argument
767 GetNativeReadFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum attachmentReadFormat, GLenum format, GLenum type) GetNativeReadFormat() argument
783 GetTexImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat, GLenum format, GLenum type) GetTexImageFormat() argument
797 GetTexSubImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format, GLenum type) GetTexSubImageFormat() argument
808 GetCompressedTexImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat) GetCompressedTexImageFormat() argument
817 GetCompressedSubTexImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format) GetCompressedSubTexImageFormat() argument
826 GetCopyTexImageImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat, GLenum framebufferType) GetCopyTexImageImageFormat() argument
837 GetTexStorageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat) GetTexStorageFormat() argument
857 GetRenderbufferFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat) GetRenderbufferFormat() argument
866 GetReadPixelsFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum attachmentReadFormat, GLenum format, GLenum type) GetReadPixelsFormat() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp199 const AHBFunctions &functions = static_cast<DisplayVkAndroid *>(displayVk)->getAHBFunctions(); in initImpl() local
370 const AHBFunctions &functions = GetImplAs<DisplayVkAndroid>(display)->getAHBFunctions(); in onDestroy() local
/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.h243 SkString& functions() { return fShaderStrings[kFunctions]; } in functions() function in GrGLSLShaderBuilder
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DDeviceGL.cpp38 Create(AdapterBase* adapter, const DawnDeviceDescriptor* descriptor, const OpenGLFunctions& functions) Create() argument
46 Device(AdapterBase* adapter, const DawnDeviceDescriptor* descriptor, const OpenGLFunctions& functions) Device() argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.h202 const std::vector<Function>& functions() const { return functions_; } in functions() function in tint::writer::spirv::Builder
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.cpp63 dng_noise_profile::dng_noise_profile (const dng_std_vector<dng_noise_function> &functions) in dng_noise_profile() argument
/third_party/python/Objects/
H A Dmoduleobject.c158 _add_methods_to_object(PyObject *module, PyObject *name, PyMethodDef *functions) in _add_methods_to_object() argument
449 PyModule_AddFunctions(PyObject *m, PyMethodDef *functions) in PyModule_AddFunctions() argument
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp169 : functions(&functions), callbacks(callbacks) {} variable
171 : functions(&functions), inst(inst), callbacks(callbacks) {} variable
270 : functions(&functions), dev(device), callbacks(callbacks){}; global() variable
804 create_surface_helper(VulkanFunctions* functions, VkInstance inst, VkSurfaceKHR& surface, const char* load_func_name) global() argument
810 create_surface(VulkanFunctions* functions, VkInstance inst, VkSurfaceKHR& surface, [[maybe_unused]] const char* api_selection) global() argument
[all...]
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_context.cpp656 napi_property_descriptor functions[] = { in DeclareDeviceCoordinationInterface() local
/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp472 int32_t UsbRightManager::HasSetFuncRight(int32_t functions) in HasSetFuncRight() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c39 struct amdgpu_atpx_functions functions; member
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c53 struct mvebu_pinctrl_function *functions; member
[all...]

Completed in 25 milliseconds

12345678910>>...15