Home
last modified time | relevance | path

Searched refs:valid (Results 1 - 25 of 2028) sorted by relevance

12345678910>>...82

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h103 bool valid() const { return (mHandle != VK_NULL_HANDLE); } in valid() function in rx::DescriptorSetIndex::WrappedObject
116 ~WrappedObject() { ASSERT(!valid()); } in ~WrappedObject()
126 ASSERT(!valid()); in operator =()
639 if (valid()) in destroy()
648 ASSERT(valid()); in reset()
656 ASSERT(valid()); in freeCommandBuffers()
662 ASSERT(!valid()); in init()
680 ASSERT(!valid()); in init()
692 ASSERT(valid() && srcImage.valid() in blitImage()
[all...]
H A DRenderTargetVk.cpp139 ASSERT(mImage && mImage->valid()); in getImageForRenderPass()
145 ASSERT(mImage && mImage->valid()); in getImageForRenderPass()
151 ASSERT(mResolveImage && mResolveImage->valid()); in getResolveImageForRenderPass()
157 ASSERT(mResolveImage && mResolveImage->valid()); in getResolveImageForRenderPass()
167 ASSERT(image.valid() && imageViews); in getImageViewImpl()
225 // If the source of render target is a texture or renderbuffer, this will always be valid. This in getAndRetainCopyImageView()
242 ASSERT(mImage && mImage->valid()); in getImageActualFormatID()
248 ASSERT(mImage && mImage->valid()); in getImageIntendedFormatID()
254 ASSERT(mImage && mImage->valid()); in getImageActualFormat()
260 ASSERT(mImage && mImage->valid()); in getImageIntendedFormat()
[all...]
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvmod.c85 FT_ValidatorRec volatile valid; in otv_validate() local
151 ft_validator_init( &valid, base, base + len_base, FT_VALIDATE_DEFAULT ); in otv_validate()
152 if ( ft_setjmp( valid.jump_buffer ) == 0 ) in otv_validate()
153 otv_BASE_validate( base, &valid ); in otv_validate()
154 error = valid.error; in otv_validate()
161 ft_validator_init( &valid, gpos, gpos + len_gpos, FT_VALIDATE_DEFAULT ); in otv_validate()
162 if ( ft_setjmp( valid.jump_buffer ) == 0 ) in otv_validate()
163 otv_GPOS_validate( gpos, num_glyphs, &valid ); in otv_validate()
164 error = valid.error; in otv_validate()
171 ft_validator_init( &valid, gsu in otv_validate()
[all...]
H A Dotvalid.h36 FT_Validator valid );
45 FT_Validator valid );
50 FT_Validator valid );
55 FT_Validator valid );
64 FT_Validator valid );
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dv4l2_validator.c29 int valid = 0; in valid_v4l2_std_id() local
57 valid = 1; in valid_v4l2_std_id()
59 valid = 0; in valid_v4l2_std_id()
61 return valid; in valid_v4l2_std_id()
66 int valid = 0; in valid_tuner_capability() local
74 valid = 1; in valid_tuner_capability()
76 valid = 0; in valid_tuner_capability()
78 return valid; in valid_tuner_capability()
88 int valid = 1; in valid_string() local
97 valid in valid_string()
[all...]
H A Dtest_VIDIOC_PARM.c33 int valid = 0; in valid_v4l2_captureparm_capability() local
36 valid = 1; in valid_v4l2_captureparm_capability()
38 valid = 0; in valid_v4l2_captureparm_capability()
40 return valid; in valid_v4l2_captureparm_capability()
45 int valid = 0; in valid_v4l2_outputparm_capability() local
48 valid = 1; in valid_v4l2_outputparm_capability()
50 valid = 0; in valid_v4l2_outputparm_capability()
52 return valid; in valid_v4l2_outputparm_capability()
57 int valid = 0; in valid_v4l2_captureparm_capturemode() local
60 valid in valid_v4l2_captureparm_capturemode()
69 int valid = 0; valid_v4l2_outputparm_outputpmode() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.cpp557 bool valid = true; in parsePragma() local
573 valid = valid && (token->type == Token::IDENTIFIER); in parsePragma()
576 valid = valid && (token->type == '('); in parsePragma()
580 valid = valid && (token->type == Token::IDENTIFIER); in parsePragma()
583 valid = valid && (token->type == ')'); in parsePragma()
586 valid in parsePragma()
616 bool valid = true; parseExtension() local
720 bool valid = true; parseVersion() local
819 bool valid = true; parseLine() local
939 bool valid = true; parseExpressionIf() local
[all...]
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvalid.h45 FT_Validator valid );
51 FT_Validator valid );
57 FT_Validator valid );
62 FT_Validator valid );
67 FT_Validator valid );
72 FT_Validator valid );
77 FT_Validator valid );
83 FT_Validator valid );
88 FT_Validator valid );
93 FT_Validator valid );
[all...]
H A Dgxvmod.c95 ft_validator_init( &valid, _sfnt, _sfnt + len_ ## _sfnt, \
97 if ( ft_setjmp( valid.jump_buffer ) == 0 ) \
98 gxv_ ## _sfnt ## _validate( _sfnt, face, &valid ); \
99 error = valid.error; \
119 FT_ValidatorRec volatile valid; in gxv_validate() local
207 FT_ValidatorRec volatile valid; in classic_kern_validate() local
218 ft_validator_init( &valid, ckern, ckern + len_ckern, in classic_kern_validate()
220 if ( ft_setjmp( valid.jump_buffer ) == 0 ) in classic_kern_validate()
222 ckern_flags & FT_VALIDATE_CKERN, &valid ); in classic_kern_validate()
223 error = valid in classic_kern_validate()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.cpp197 // We have a valid defined operator.
628 bool valid = true; in parsePragma() local
644 valid = valid && (token->type == Token::IDENTIFIER); in parsePragma()
647 valid = valid && (token->type == '('); in parsePragma()
651 valid = valid && (token->type == Token::IDENTIFIER); in parsePragma()
654 valid = valid in parsePragma()
687 bool valid = true; parseExtension() local
778 bool valid = true; parseVersion() local
850 bool valid = true; parseLine() local
971 bool valid = true; parseExpressionIf() local
[all...]
/third_party/mesa3d/src/util/
H A Dvl_rbsp.h53 unsigned valid, bits_left = vl_vlc_bits_left(nal); in vl_rbsp_init() local
69 valid = vl_vlc_valid_bits(&rbsp->nal); in vl_rbsp_init()
71 for (i = 24; i <= valid; i += 8) { in vl_rbsp_init()
78 valid = vl_vlc_valid_bits(&rbsp->nal); in vl_rbsp_init()
80 rbsp->escaped = (valid >= 16) ? 16 : ((valid >= 8) ? 8 : 0); in vl_rbsp_init()
88 unsigned valid = vl_vlc_valid_bits(&rbsp->nal); in vl_rbsp_fillbits() local
92 if (valid >= 32) in vl_rbsp_fillbits()
102 assert(valid >= rbsp->escaped); in vl_rbsp_fillbits()
105 valid in vl_rbsp_fillbits()
[all...]
/third_party/rust/crates/cxx/src/
H A Dlossy.rs8 Ok(valid) => return f.write_str(valid), in display()
11 let valid = unsafe { str::from_utf8_unchecked(&bytes[..valid_up_to]) }; in display()
12 f.write_str(valid)?; in display()
29 let valid = match from_utf8_result { in debug()
30 Ok(valid) => valid, in debug()
38 for (i, ch) in valid.char_indices() { in debug()
41 f.write_str(&valid[written..i])?; in debug()
48 f.write_str(&valid[writte in debug()
[all...]
/third_party/mesa3d/src/egl/main/
H A Deglconfig.c54 * Note that id must be positive for the config to be valid.
265 * Return true if a config is valid. When for_matching is true,
266 * EGL_DONT_CARE is accepted as a valid attribute value, and checks
277 EGLBoolean valid = EGL_TRUE; in _eglValidateConfig() local
292 valid = EGL_FALSE; in _eglValidateConfig()
297 valid = EGL_FALSE; in _eglValidateConfig()
301 valid = EGL_FALSE; in _eglValidateConfig()
307 valid = EGL_FALSE; in _eglValidateConfig()
314 valid = EGL_FALSE; in _eglValidateConfig()
318 valid in _eglValidateConfig()
[all...]
/third_party/curl/src/
H A Dtool_writeout.c157 bool valid = false; in writeTime() local
166 valid = true; in writeTime()
172 if(valid) { in writeTime()
275 bool valid = false; in writeString() local
291 valid = true; in writeString()
300 valid = true; in writeString()
344 valid = true; in writeString()
354 valid = true; in writeString()
360 valid = true; in writeString()
366 valid in writeString()
425 bool valid = false; writeLong() local
482 bool valid = false; writeOffset() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcmap.c96 FT_Validator valid ) in FT_CALLBACK_DEF()
102 if ( table + 2 + 2 > valid->limit ) in FT_CALLBACK_DEF()
108 if ( table + length > valid->limit || length < 262 ) in FT_CALLBACK_DEF()
112 if ( valid->level >= FT_VALIDATE_TIGHT ) in FT_CALLBACK_DEF()
121 if ( idx >= TT_VALID_GLYPH_COUNT( valid ) ) in FT_CALLBACK_DEF()
217 /***** character code (but these values are also valid as the *****/
232 /***** Note that not all values of `charcode' are valid according *****/
265 * first 0 USHORT first valid low-byte
266 * count 2 USHORT number of valid low-bytes
270 * A sub-header defines, for each high byte, the range of valid
2246 FT_Bool valid; global() member
2599 FT_Bool valid; global() member
3829 volatile TT_ValidatorRec valid; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dwpng.c444 int i, valid, result; in main() local
452 valid = TRUE; in main()
470 valid = FALSE; in main()
474 valid = FALSE; in main()
479 } while (!valid); in main()
482 valid = TRUE; in main()
500 valid = FALSE; in main()
504 valid = FALSE; in main()
509 } while (!valid); in main()
512 valid in main()
[all...]
/third_party/skia/src/core/
H A DSkYUVAInfoLocation.h33 bool valid = true; in AreValidLocations() local
37 valid = false; // only the 'A' plane can be omitted in AreValidLocations()
40 valid = false; // A maximum of four input textures is allowed in AreValidLocations()
50 valid = false; in AreValidLocations()
55 *numPlanes = valid ? maxSlotUsed + 1 : 0; in AreValidLocations()
57 return valid; in AreValidLocations()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_validate.c102 bool valid = (fau_page == va_fau_page(src.value)); in valid_src()
103 valid &= fau_state_buffer(fau, src); in valid_src()
106 valid &= fau_state_uniform(fau, src); in valid_src()
108 valid &= fau_state_special(fau, src); in valid_src()
110 return valid; in valid_src()
116 bool valid = true; in va_validate_fau() local
121 valid &= valid_src(&fau, fau_page, I->src[s]); in va_validate_fau()
124 return valid; in va_validate_fau()
/third_party/icu/icu4c/source/common/
H A Dlocbased.h54 * object. Either the valid or the actual locale may be
64 * object. Either the valid or the actual locale may be
75 * @param valid the ID of the valid locale
78 void setLocaleIDs(const char* valid, const char* actual);
83 * @param valid the ID of the valid locale
86 void setLocaleIDs(const Locale& valid, const Locale& actual);
90 char* valid; member in LocaleBased
96 valid(validAlia in LocaleBased()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlocbased.h54 * object. Either the valid or the actual locale may be
64 * object. Either the valid or the actual locale may be
75 * @param valid the ID of the valid locale
78 void setLocaleIDs(const char* valid, const char* actual);
83 * @param valid the ID of the valid locale
86 void setLocaleIDs(const Locale& valid, const Locale& actual);
90 char* valid; member in LocaleBased
96 valid(validAlia in LocaleBased()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocbased.h54 * object. Either the valid or the actual locale may be
64 * object. Either the valid or the actual locale may be
75 * @param valid the ID of the valid locale
78 void setLocaleIDs(const char* valid, const char* actual);
83 * @param valid the ID of the valid locale
86 void setLocaleIDs(const Locale& valid, const Locale& actual);
90 char* valid; member in LocaleBased
96 valid(validAlia in LocaleBased()
[all...]
/third_party/ffmpeg/libavformat/
H A Damr.c157 int mode, i = 0, valid = 0, invalid = 0; in amrnb_probe() local
170 valid++; in amrnb_probe()
174 valid = 0; in amrnb_probe()
179 if (valid > 100 && valid >> 4 > invalid) in amrnb_probe()
214 int mode, i = 0, valid = 0, invalid = 0; in amrwb_probe() local
227 valid++; in amrwb_probe()
231 valid = 0; in amrwb_probe()
236 if (valid > 100 && valid >> in amrwb_probe()
[all...]
/third_party/rust/crates/clap/src/error/
H A Dformat.rs70 if let Some(valid) = error.get(ContextKind::SuggestedSubcommand) { in format_error()
76 did_you_mean(&mut styled, "subcommand", valid); in format_error()
78 if let Some(valid) = error.get(ContextKind::SuggestedArg) { in format_error()
84 did_you_mean(&mut styled, "argument", valid); in format_error()
86 if let Some(valid) = error.get(ContextKind::SuggestedValue) { in format_error()
92 did_you_mean(&mut styled, "value", valid); in format_error()
429 fn did_you_mean(styled: &mut StyledStr, context: &str, valid: &ContextValue) { in did_you_mean()
430 if let ContextValue::String(valid) = valid { in did_you_mean()
435 styled.good(valid); in did_you_mean()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_function_test.cpp174 bool valid = in TEST_P() local
179 if (valid) { in TEST_P()
205 bool valid = in TEST_P() local
210 if (valid) { in TEST_P()
229 bool valid = in TEST_P() local
234 if (valid) { in TEST_P()
250 bool valid = in TEST_P() local
255 if (valid) { in TEST_P()
280 bool valid = in TEST_P() local
285 if (valid) { in TEST_P()
304 bool valid = TEST_P() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_function_test.cpp174 bool valid = in TEST_P() local
179 if (valid) { in TEST_P()
205 bool valid = in TEST_P() local
210 if (valid) { in TEST_P()
229 bool valid = in TEST_P() local
234 if (valid) { in TEST_P()
250 bool valid = in TEST_P() local
255 if (valid) { in TEST_P()
280 bool valid = in TEST_P() local
285 if (valid) { in TEST_P()
304 bool valid = TEST_P() local
[all...]

Completed in 15 milliseconds

12345678910>>...82