Home
last modified time | relevance | path

Searched defs:prop (Results 326 - 350 of 389) sorted by relevance

1...<<111213141516

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c51 struct tgsi_property prop; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c2311 VkMultisamplePropertiesEXT prop; in zink_internal_create_screen() local
H A Dzink_resource.c317 find_modifier_feats(const struct zink_modifier_prop *prop, uint64_t modifier, uint64_t *mod) in find_modifier_feats() argument
360 const struct zink_modifier_prop *prop = &screen->modifier_props[templ->format]; in get_image_usage() local
/third_party/pcre2/pcre2/src/
H A Dpcre2_match.c2438 const ucd_record *prop = GET_UCD(fc); in match() local
2745 const ucd_record *prop; match() local
2883 const ucd_record *prop; match() local
3540 const ucd_record *prop; match() local
3700 const ucd_record *prop; match() local
4124 const ucd_record *prop; match() local
4270 const ucd_record *prop; match() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp694 GLint GetCommonVariableProperty(const sh::ShaderVariable &var, GLenum prop) in GetCommonVariableProperty() argument
716 GLint GetInputResourceProperty(const Program *program, GLuint index, GLenum prop) in GetInputResourceProperty() argument
758 GLint GetOutputResourceProperty(const Program *program, GLuint index, const GLenum prop) in GetOutputResourceProperty() argument
808 GetTransformFeedbackVaryingResourceProperty(const Program *program, GLuint index, const GLenum prop) GetTransformFeedbackVaryingResourceProperty() argument
935 GetUniformPropertyEnum(GLenum prop) GetUniformPropertyEnum() argument
961 GetUniformBlockPropertyEnum(GLenum prop) GetUniformBlockPropertyEnum() argument
1639 GLenum prop = GetUniformBlockPropertyEnum(pname); QueryActiveUniformBlockiv() local
1871 GetUniformResourceProperty(const Program *program, GLuint index, const GLenum prop) GetUniformResourceProperty() argument
1927 GetBufferVariableResourceProperty(const Program *program, GLuint index, const GLenum prop) GetBufferVariableResourceProperty() argument
[all...]
H A DvalidationES31.cpp125 bool ValidateProgramResourcePropertyByInterface(GLenum prop, GLenum programInterface) in ValidateProgramResourcePropertyByInterface() argument
68 ValidateProgramResourceProperty(const Context *context, angle::EntryPoint entryPoint, GLenum prop) ValidateProgramResourceProperty() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp1735 GLenum prop = GL_ACTIVE_VARIABLES; in Run() local
1976 GLenum prop = GL_ATOMIC_COUNTER_BUFFER_INDEX; in Run() local
2187 GLenum prop = GL_COMPATIBLE_SUBROUTINES; VerifyVS() local
2796 GLenum prop = GL_NAME_LENGTH; Run() local
3142 GLenum prop = GL_ACTIVE_VARIABLES; Run() local
3426 GLenum prop = GL_ARRAY_SIZE; Run() local
3602 GLenum prop = GL_TOP_LEVEL_ARRAY_STRIDE; Run() local
4246 GLenum prop = GL_MATRIX_STRIDE; Run() local
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.cpp322 VkPhysicalDeviceMemoryProperties prop; in ImGui_ImplVulkan_MemoryType() local
/third_party/python/Objects/
H A Ddescrobject.c1569 propertyobject *prop = (propertyobject *)self; in property_set_name() local
1823 property_get___isabstractmethod__(propertyobject *prop, void *closure) in property_get___isabstractmethod__() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp1740 const glw::GLenum prop = GL_BUFFER_BINDING; in iterate() local
2010 const glw::GLenum prop = GL_BUFFER_BINDING; in iterate() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new.c2198 char *prop; in wpas_dbus_signal_prop_changed() local
2284 char *prop; wpas_dbus_bss_signal_prop_changed() local
2349 char *prop; wpas_dbus_sta_signal_prop_changed() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new.c2297 char *prop; in wpas_dbus_signal_prop_changed() local
2383 char *prop; wpas_dbus_bss_signal_prop_changed() local
2448 char *prop; wpas_dbus_sta_signal_prop_changed() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h119 JSTaggedValue RuntimeStubs::RuntimeIsIn(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeIsIn() argument
345 auto prop = JSTaggedValue::GetProperty(thread, array, i).GetValue(); in RuntimeNewObjApply() local
322 RuntimeDelObjProp(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &prop) RuntimeDelObjProp() argument
610 RuntimeLdObjByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &prop, bool callGetter, JSTaggedValue receiver) RuntimeLdObjByValue() argument
634 RuntimeStObjByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &prop, const JSHandle<JSTaggedValue> &value) RuntimeStObjByValue() argument
729 RuntimeLdObjByName(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, bool callGetter, JSTaggedValue receiver) RuntimeLdObjByName() argument
744 RuntimeStObjByName(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &prop, const JSHandle<JSTaggedValue> &value) RuntimeStObjByName() argument
777 RuntimeStGlobalRecord(JSThread *thread, const JSHandle<JSTaggedValue> &prop, const JSHandle<JSTaggedValue> &value, bool isConst) RuntimeStGlobalRecord() argument
1242 RuntimeStOwnByName(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &prop, const JSHandle<JSTaggedValue> &value) RuntimeStOwnByName() argument
1679 RuntimeTryLdGlobalByName(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &prop) RuntimeTryLdGlobalByName() argument
1690 RuntimeTryUpdateGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value) RuntimeTryUpdateGlobalRecord() argument
1709 RuntimeThrowReferenceError(JSThread *thread, const JSHandle<JSTaggedValue> &prop, const char *desc) RuntimeThrowReferenceError() argument
1722 RuntimeLdGlobalVarFromProto(JSThread *thread, const JSHandle<JSTaggedValue> &globalObj, const JSHandle<JSTaggedValue> &prop) RuntimeLdGlobalVarFromProto() argument
1733 RuntimeStGlobalVar(JSThread *thread, const JSHandle<JSTaggedValue> &prop, const JSHandle<JSTaggedValue> &value) RuntimeStGlobalVar() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp501 void PandaGen::LoadObjProperty(const ir::AstNode *node, const Operand &prop) in LoadObjProperty() argument
517 void PandaGen::StoreObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in StoreObjProperty() argument
533 StoreOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop) StoreOwnProperty() argument
559 LoadObjByName(const ir::AstNode *node, const util::StringView &prop) LoadObjByName() argument
564 StoreObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop) StoreObjByName() argument
579 StoreObjByValue(const ir::AstNode *node, VReg obj, VReg prop) StoreObjByValue() argument
589 StOwnByName(const ir::AstNode *node, VReg obj, const util::StringView &prop) StOwnByName() argument
594 StOwnByValue(const ir::AstNode *node, VReg obj, VReg prop) StOwnByValue() argument
604 DeleteObjProperty(const ir::AstNode *node, VReg obj, VReg prop) DeleteObjProperty() argument
1549 ClassFieldAdd(const ir::AstNode *node, VReg obj, VReg prop) ClassFieldAdd() argument
1554 ClassPrivateFieldAdd(const ir::AstNode *node, VReg ctor, VReg obj, const util::StringView &prop) ClassPrivateFieldAdd() argument
1564 ClassPrivateFieldGet(const ir::AstNode *node, VReg ctor, VReg obj, const util::StringView &prop) ClassPrivateFieldGet() argument
1569 ClassPrivateFieldSet(const ir::AstNode *node, VReg ctor, VReg obj, const util::StringView &prop) ClassPrivateFieldSet() argument
1574 ClassPrivateFieldIn(const ir::AstNode *node, VReg ctor, const util::StringView &prop) ClassPrivateFieldIn() argument
1604 StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop) StSuperByValue() argument
1614 StoreSuperProperty(const ir::AstNode *node, VReg obj, const Operand &prop) StoreSuperProperty() argument
1625 LoadSuperProperty(const ir::AstNode *node, const Operand &prop) LoadSuperProperty() argument
1691 ToNamedPropertyKey(const ir::Expression *prop, bool isComputed) ToNamedPropertyKey() argument
1730 ToPropertyKey(const ir::Expression *prop, bool isComputed, bool isSuperExpression) ToPropertyKey() argument
1748 ToOwnPropertyKey(const ir::Expression *prop, bool isComputed) ToOwnPropertyKey() argument
1767 LoadPropertyKeyAcc(const ir::Expression *prop, bool isComputed) LoadPropertyKeyAcc() argument
1779 LoadPropertyKey(const ir::Expression *prop, bool isComputed) LoadPropertyKey() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp644 GateRef prop = GetCallArg0(numArgs_); in HasOwnProperty() local
648 HasOwnProperty(Variable *result, Label *exit, Label *slowPath, GateRef thisValue, GateRef prop, GateRef hir) HasOwnProperty() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp978 auto *prop = md->GetOpndDes(0); in SelectIread() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp434 void PandaGen::LoadObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in LoadObjProperty() argument
451 void PandaGen::StoreObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in StoreObjProperty() argument
467 DefineOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop) DefineOwnProperty() argument
488 StoreOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop, bool nameSetting) StoreOwnProperty() argument
567 LoadObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop) LoadObjByName() argument
574 StoreObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop) StoreObjByName() argument
580 DefineFieldByName(const ir::AstNode *node, VReg obj, const util::StringView &prop) DefineFieldByName() argument
609 StoreObjByValue(const ir::AstNode *node, VReg obj, VReg prop) StoreObjByValue() argument
624 DefineFieldByValue(const ir::AstNode *node, VReg obj, VReg prop) DefineFieldByValue() argument
634 StOwnByName(const ir::AstNode *node, VReg obj, const util::StringView &prop, bool nameSetting) StOwnByName() argument
641 StOwnByValue(const ir::AstNode *node, VReg obj, VReg prop, bool nameSetting) StOwnByValue() argument
657 DeleteObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop) DeleteObjProperty() argument
1844 StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop) StSuperByValue() argument
1854 StoreSuperProperty(const ir::AstNode *node, VReg obj, const Operand &prop) StoreSuperProperty() argument
1878 LoadSuperProperty(const ir::AstNode *node, VReg obj, const Operand &prop) LoadSuperProperty() argument
2071 ToNamedPropertyKey(const ir::Expression *prop, bool isComputed) ToNamedPropertyKey() argument
2111 ToPropertyKey(const ir::Expression *prop, bool isComputed) ToPropertyKey() argument
2139 LoadPropertyKey(const ir::Expression *prop, bool isComputed) LoadPropertyKey() argument
[all...]
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp787 auto* prop = it->AsClassProperty(); in VisitAutoAccessorProperty() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp2211 JSTaggedValue prop = GET_VREG_VALUE(v0); in RunInternal() local
2529 JSTaggedValue prop = GET_VREG_VALUE(v1); in RunInternal() local
2688 auto prop = GET_STR_FROM_CACHE(stringId); in RunInternal() local
2729 auto prop = GET_STR_FROM_CACHE(stringId); RunInternal() local
3101 JSTaggedValue prop = GET_STR_FROM_CACHE(stringId); RunInternal() local
5217 JSTaggedValue prop = GET_ACC(); RunInternal() local
5232 JSTaggedValue prop = GET_VREG_VALUE(v1); RunInternal() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp2356 JSHandle<JSTaggedValue> prop = op.FastGetValue(); in ToPropertyDescriptor() local
2007 EnumerableOwnPropertyNamesHelper(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<TaggedArray> &arr, JSHandle<TaggedArray> &prop, uint32_t &index, bool &fastMode, PropertyKind kind) EnumerableOwnPropertyNamesHelper() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_intf.c3376 static hi_void hdmi_property_vo_attr_adapt(hdmi_vo_attr *vo_attr, const hdmi_property *prop) argument
3408 static hi_void drv_hdmi_property_app_attr_init(hdmi_app_attr *app_attr, const hdmi_property *prop) argument
3426 drv_hdmi_property_set(hdmi_device_id hdmi_id, const hdmi_property *prop) global() argument
3476 drv_hdmi_property_get(hdmi_device_id hdmi_id, hdmi_property *prop) global() argument
3663 drv_hdmi_property *prop = HI_NULL; global() local
3688 drv_hdmi_property *prop = HI_NULL; global() local
[all...]
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c1845 const struct property *prop; in rockchip_get_freq_map_talbe() local
1891 const struct property *prop; in rockchip_get_rl_map_talbe() local
1932 const struct property *prop; in rockchip_get_system_status_rate() local
2035 const struct property *prop; rockchip_get_system_status_level() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c2001 const struct property *prop; in rockchip_get_freq_map_talbe() local
2045 const struct property *prop; in rockchip_get_rl_map_talbe() local
2084 const struct property *prop; in rockchip_get_system_status_rate() local
2187 const struct property *prop; rockchip_get_system_status_level() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp2193 DirProp prop, prop1; in resolveImplicitLevels() local
/third_party/node/deps/icu-small/source/common/
H A Dubidi.cpp2193 DirProp prop, prop1; in resolveImplicitLevels() local

Completed in 98 milliseconds

1...<<111213141516