Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 2850) sorted by relevance

12345678910>>...114

/third_party/spirv-tools/source/val/
Dvalidate_mode_setting.cpp79 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
97 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
117 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
136 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
157 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
174 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
190 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
208 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
228 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
247 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuTexVerifierUtil.hpp69 inline bool isNearestMipmapFilter(const Sampler::FilterMode mode) in isNearestMipmapFilter()
74 inline bool isLinearMipmapFilter(const Sampler::FilterMode mode) in isLinearMipmapFilter()
79 inline bool isMipmapFilter(const Sampler::FilterMode mode) in isMipmapFilter()
84 inline bool isNearestFilter(const Sampler::FilterMode mode) in isNearestFilter()
89 inline bool isLinearFilter(const Sampler::FilterMode mode) in isLinearFilter()
94 inline bool isCubicFilter(const Sampler::FilterMode mode) in isCubicFilter()
99 inline Sampler::FilterMode getLevelFilter(const Sampler::FilterMode mode) in getLevelFilter()
108 inline bool isWrapModeSupported (const Sampler::WrapMode mode) in isWrapModeSupported()
/third_party/zlib/contrib/iostream3/
Dzfstream.cc52 std::ios_base::openmode mode) in open()
80 std::ios_base::openmode mode) in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode()
380 std::ios_base::openmode mode) in gzifstream()
389 std::ios_base::openmode mode) in gzifstream()
399 std::ios_base::openmode mode) in open()
410 std::ios_base::openmode mode) in attach()
435 std::ios_base::openmode mode) in gzofstream()
444 std::ios_base::openmode mode) in gzofstream()
454 std::ios_base::openmode mode) in open()
[all …]
/third_party/mesa3d/src/mesa/main/
Dpolygon.c57 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) in cull_face()
76 _mesa_CullFace_no_error(GLenum mode) in _mesa_CullFace_no_error()
84 _mesa_CullFace(GLenum mode) in _mesa_CullFace()
107 front_face(struct gl_context *ctx, GLenum mode, bool no_error) in front_face()
125 _mesa_FrontFace_no_error(GLenum mode) in _mesa_FrontFace_no_error()
133 _mesa_FrontFace(GLenum mode) in _mesa_FrontFace()
157 polygon_mode(struct gl_context *ctx, GLenum face, GLenum mode, bool no_error) in polygon_mode()
231 _mesa_PolygonMode_no_error(GLenum face, GLenum mode) in _mesa_PolygonMode_no_error()
239 _mesa_PolygonMode(GLenum face, GLenum mode) in _mesa_PolygonMode()
Ddraw.c155 valid_prim_mode_custom(struct gl_context *ctx, GLenum mode, in valid_prim_mode_custom()
181 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode) in _mesa_valid_prim_mode()
187 valid_prim_mode_indexed(struct gl_context *ctx, GLenum mode) in valid_prim_mode_indexed()
231 validate_DrawElements_common(struct gl_context *ctx, GLenum mode, in validate_DrawElements_common()
251 GLenum mode, GLsizei count, GLenum type) in _mesa_validate_DrawElements()
268 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements()
329 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements()
396 count_tessellated_primitives(GLenum mode, GLuint count, GLuint num_instances) in count_tessellated_primitives()
449 GLenum mode, GLsizei count, GLsizei numInstances) in validate_draw_arrays()
477 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count) in _mesa_validate_DrawArrays()
[all …]
/third_party/python/Modules/
D_stat.c92 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument
96 # define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument
100 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument
104 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
108 # define S_ISDOOR(mode) 0 argument
112 # define S_ISPORT(mode) 0 argument
116 # define S_ISWHT(mode) 0 argument
255 mode_t mode; in _PyLong_AsMode_t() local
328 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IMODE() local
341 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IFMT() local
[all …]
/third_party/python/Lib/
Dstat.py21 def S_IMODE(mode): argument
27 def S_IFMT(mode): argument
50 def S_ISDIR(mode): argument
54 def S_ISCHR(mode): argument
58 def S_ISBLK(mode): argument
62 def S_ISREG(mode): argument
66 def S_ISFIFO(mode): argument
70 def S_ISLNK(mode): argument
74 def S_ISSOCK(mode): argument
78 def S_ISDOOR(mode): argument
[all …]
/third_party/vk-gl-cts/external/amber/src/src/
Dtype.h38 static bool IsSignedInt(FormatMode mode) { in IsSignedInt()
43 static bool IsUnsignedInt(FormatMode mode) { in IsUnsignedInt()
48 static bool IsInt(FormatMode mode) { in IsInt()
52 static bool IsFloat(FormatMode mode) { in IsFloat()
56 static bool IsInt8(FormatMode mode, uint32_t num_bits) { in IsInt8()
59 static bool IsInt16(FormatMode mode, uint32_t num_bits) { in IsInt16()
62 static bool IsInt32(FormatMode mode, uint32_t num_bits) { in IsInt32()
65 static bool IsInt64(FormatMode mode, uint32_t num_bits) { in IsInt64()
69 static bool IsUint8(FormatMode mode, uint32_t num_bits) { in IsUint8()
72 static bool IsUint16(FormatMode mode, uint32_t num_bits) { in IsUint16()
[all …]
/third_party/flutter/skia/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp20 static inline bool does_cpu_blend_impl_match_gpu(SkBlendMode mode) { in does_cpu_blend_impl_match_gpu()
34 SkBlendMode mode) { in Make()
62 SkBlendMode mode) in ComposeTwoFragmentProcessor()
72 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags()
189 SkBlendMode mode; in TestCreate() local
230 SkBlendMode mode = cs.getMode(); in emitCode() local
247 SkBlendMode mode) { in MakeFromTwoProcessors()
271 SkBlendMode mode, Child child) { in Make()
298 SkBlendMode mode() const { return fMode; } in mode() function in ComposeOneFragmentProcessor
303 OptimizationFlags OptFlags(const GrFragmentProcessor* fp, SkBlendMode mode, Child child) { in OptFlags()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp80 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
98 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
120 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
137 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
153 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
171 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
191 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
229 const auto mode = i.GetOperandAs<SpvExecutionMode>(1); in ValidateEntryPoint() local
267 const auto mode = inst->GetOperandAs<SpvExecutionMode>(1); in ValidateExecutionMode() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_mode_setting.cpp80 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
98 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
120 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
137 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
153 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
171 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
191 [](const SpvExecutionMode& mode) { in ValidateEntryPoint()
229 const auto mode = i.GetOperandAs<SpvExecutionMode>(1); in ValidateEntryPoint() local
267 const auto mode = inst->GetOperandAs<SpvExecutionMode>(1); in ValidateExecutionMode() local
/third_party/gstreamer/gstreamer/gst/
Dgsttagsetter.c83 GstTagMergeMode mode; member
176 GstTagMergeMode mode) in gst_tag_setter_merge_tags()
207 gst_tag_setter_add_tags (GstTagSetter * setter, GstTagMergeMode mode, in gst_tag_setter_add_tags()
231 gst_tag_setter_add_tag_values (GstTagSetter * setter, GstTagMergeMode mode, in gst_tag_setter_add_tag_values()
255 gst_tag_setter_add_tag_valist (GstTagSetter * setter, GstTagMergeMode mode, in gst_tag_setter_add_tag_valist()
286 GstTagMergeMode mode, const gchar * tag, va_list var_args) in gst_tag_setter_add_tag_valist_values()
316 GstTagMergeMode mode, const gchar * tag, const GValue * value) in gst_tag_setter_add_tag_value()
365 gst_tag_setter_set_tag_merge_mode (GstTagSetter * setter, GstTagMergeMode mode) in gst_tag_setter_set_tag_merge_mode()
391 GstTagMergeMode mode; in gst_tag_setter_get_tag_merge_mode() local
/third_party/flutter/skia/gm/
Dgradients_degenerate.cpp87 static sk_sp<SkShader> make_linear(SkTileMode mode) { in make_linear()
93 static sk_sp<SkShader> make_radial(SkTileMode mode) { in make_radial()
98 static sk_sp<SkShader> make_sweep(SkTileMode mode) { in make_sweep()
105 static sk_sp<SkShader> make_sweep_zero_ang(SkTileMode mode) { in make_sweep_zero_ang()
111 static sk_sp<SkShader> make_2pt_conic(SkTileMode mode) { in make_2pt_conic()
117 static sk_sp<SkShader> make_2pt_conic_zero_rad(SkTileMode mode) { in make_2pt_conic_zero_rad()
/third_party/skia/src/gpu/effects/
DGrBlendFragmentProcessor.cpp17 static inline bool does_cpu_blend_impl_match_gpu(SkBlendMode mode) { in does_cpu_blend_impl_match_gpu()
31 SkBlendMode mode) { in Make()
43 SkBlendMode mode) in BlendFragmentProcessor()
62 const GrFragmentProcessor* dst, SkBlendMode mode) { in OptFlags()
183 SkBlendMode mode; in TestCreate() local
202 SkBlendMode mode = bfp.fMode; in onMakeProgramImpl() local
226 SkBlendMode mode) { in Make()
/third_party/skia/gm/
Dgradients_degenerate.cpp91 static sk_sp<SkShader> make_linear(SkTileMode mode) { in make_linear()
97 static sk_sp<SkShader> make_radial(SkTileMode mode) { in make_radial()
102 static sk_sp<SkShader> make_sweep(SkTileMode mode) { in make_sweep()
109 static sk_sp<SkShader> make_sweep_zero_ang(SkTileMode mode) { in make_sweep_zero_ang()
115 static sk_sp<SkShader> make_2pt_conic(SkTileMode mode) { in make_2pt_conic()
121 static sk_sp<SkShader> make_2pt_conic_zero_rad(SkTileMode mode) { in make_2pt_conic_zero_rad()
/third_party/skia/src/core/
DSkBlendMode.cpp11 bool SkBlendMode_ShouldPreScaleCoverage(SkBlendMode mode, bool rgb_coverage) { in SkBlendMode_ShouldPreScaleCoverage()
43 bool SkBlendMode_SupportsCoverageAsAlpha(SkBlendMode mode) { in SkBlendMode_SupportsCoverageAsAlpha()
47 bool SkBlendMode_AsCoeff(SkBlendMode mode, SkBlendModeCoeff* src, SkBlendModeCoeff* dst) { in SkBlendMode_AsCoeff()
87 void SkBlendMode_AppendStages(SkBlendMode mode, SkRasterPipeline* p) { in SkBlendMode_AppendStages()
125 SkPMColor4f SkBlendMode_Apply(SkBlendMode mode, const SkPMColor4f& src, const SkPMColor4f& dst) { in SkBlendMode_Apply()
DSkXfermode.cpp29 SkProcCoeffXfermode(SkBlendMode mode) : fMode(mode) {} in SkProcCoeffXfermode()
66 const char* SkBlendMode_Name(SkBlendMode mode) { in SkBlendMode_Name()
79 sk_sp<SkXfermode> SkXfermode::Make(SkBlendMode mode) { in Make()
108 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque()
141 const GrXPFactory* SkBlendMode_AsXPFactory(SkBlendMode mode) { in SkBlendMode_AsXPFactory()
/third_party/flutter/skia/src/core/
DSkXfermode.cpp30 SkProcCoeffXfermode(SkBlendMode mode) : fMode(mode) {} in SkProcCoeffXfermode()
67 const char* SkBlendMode_Name(SkBlendMode mode) { in SkBlendMode_Name()
80 sk_sp<SkXfermode> SkXfermode::Make(SkBlendMode mode) { in Make()
109 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque()
142 const GrXPFactory* SkBlendMode_AsXPFactory(SkBlendMode mode) { in SkBlendMode_AsXPFactory()
DSkBlendMode.cpp12 bool SkBlendMode_ShouldPreScaleCoverage(SkBlendMode mode, bool rgb_coverage) { in SkBlendMode_ShouldPreScaleCoverage()
44 bool SkBlendMode_SupportsCoverageAsAlpha(SkBlendMode mode) { in SkBlendMode_SupportsCoverageAsAlpha()
72 bool SkBlendMode_AsCoeff(SkBlendMode mode, SkBlendModeCoeff* src, SkBlendModeCoeff* dst) { in SkBlendMode_AsCoeff()
85 void SkBlendMode_AppendStages(SkBlendMode mode, SkRasterPipeline* p) { in SkBlendMode_AppendStages()
123 SkPMColor4f SkBlendMode_Apply(SkBlendMode mode, const SkPMColor4f& src, const SkPMColor4f& dst) { in SkBlendMode_Apply()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dop_classes.c19 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, u8 chan, in allow_channel()
43 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_80mhz()
65 static enum chan_allowed verify_80mhz(struct hostapd_hw_modes *mode, u8 channel) in verify_80mhz()
100 static int get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_160mhz()
122 static enum chan_allowed verify_160mhz(struct hostapd_hw_modes *mode, in verify_160mhz()
162 enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 channel, in verify_channel()
216 struct hostapd_hw_modes *mode; in wpas_op_class_supported() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.cpp132 gl::PrimitiveMode mode, in drawArrays()
140 gl::PrimitiveMode mode, in drawArraysInstanced()
149 gl::PrimitiveMode mode, in drawArraysInstancedBaseInstance()
159 gl::PrimitiveMode mode, in drawElements()
168 gl::PrimitiveMode mode, in drawElementsBaseVertex()
178 gl::PrimitiveMode mode, in drawElementsInstanced()
188 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertex()
199 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertexBaseInstance()
211 gl::PrimitiveMode mode, in drawRangeElements()
222 gl::PrimitiveMode mode, in drawRangeElementsBaseVertex()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp164 gl::PrimitiveMode mode, in drawArrays()
172 gl::PrimitiveMode mode, in drawArraysInstanced()
181 gl::PrimitiveMode mode, in drawArraysInstancedBaseInstance()
192 gl::PrimitiveMode mode, in drawElements()
201 gl::PrimitiveMode mode, in drawElementsBaseVertex()
212 gl::PrimitiveMode mode, in drawElementsInstanced()
222 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertex()
234 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertexBaseInstance()
247 gl::PrimitiveMode mode, in drawRangeElements()
258 gl::PrimitiveMode mode, in drawRangeElementsBaseVertex()
[all …]
/third_party/flutter/skia/src/gpu/effects/generated/
DGrConstColorProcessor.h23 static OptimizationFlags OptFlags(const SkPMColor4f& color, InputMode mode) { in OptFlags()
45 static std::unique_ptr<GrFragmentProcessor> Make(SkPMColor4f color, InputMode mode) { in Make()
52 InputMode mode; variable
55 GrConstColorProcessor(SkPMColor4f color, InputMode mode) in GrConstColorProcessor()
DGrBlurredEdgeFragmentProcessor.h20 static std::unique_ptr<GrFragmentProcessor> Make(Mode mode) { in Make()
26 Mode mode; variable
29 GrBlurredEdgeFragmentProcessor(Mode mode) in GrBlurredEdgeFragmentProcessor()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dacs.c264 static void acs_cleanup_mode(struct hostapd_hw_modes *mode) in acs_cleanup_mode()
470 static int acs_surveys_are_sufficient_mode(struct hostapd_hw_modes *mode) in acs_surveys_are_sufficient_mode()
489 struct hostapd_hw_modes *mode; in acs_surveys_are_sufficient() local
532 struct hostapd_iface *iface, struct hostapd_hw_modes *mode) in acs_survey_mode_interference_factor()
567 struct hostapd_hw_modes *mode; in acs_survey_all_chans_interference_factor() local
578 acs_find_chan_mode(struct hostapd_hw_modes *mode, int freq) in acs_find_chan_mode()
601 struct hostapd_hw_modes *mode; in acs_find_chan() local
617 static int is_24ghz_mode(enum hostapd_hw_mode mode) in is_24ghz_mode()
649 struct hostapd_hw_modes *mode, in acs_find_ideal_chan_mode()
846 struct hostapd_hw_modes *mode; in acs_find_ideal_chan() local
[all …]

12345678910>>...114