Home
last modified time | relevance | path

Searched refs:Validate (Results 1 - 25 of 147) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationCL.h27 if (Validate##EP(__VA_ARGS__) != CL_SUCCESS) \
36 cl_int errorCode = Validate##EP(__VA_ARGS__); \
46 cl_int errorCode = Validate##EP(__VA_ARGS__); \
60 cl_int errorCode = Validate##EP(__VA_ARGS__); \
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dangle_spirv_utils.cpp30 bool Validate(const Blob &blob) in Validate() function
35 bool result = spirvTools.Validate(blob); in Validate()
47 bool Validate(const Blob &blob)
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dlibspirv.cpp109 bool SpirvTools::Validate(const std::vector<uint32_t>& binary) const { in Validate() function in spvtools::SpirvTools
110 return Validate(binary.data(), binary.size()); in Validate()
113 bool SpirvTools::Validate(const uint32_t* binary, in Validate() function in spvtools::SpirvTools
119 bool SpirvTools::Validate(const uint32_t* binary, const size_t binary_size, in Validate() function in spvtools::SpirvTools
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dlibspirv.cpp109 bool SpirvTools::Validate(const std::vector<uint32_t>& binary) const { in Validate() function in spvtools::SpirvTools
110 return Validate(binary.data(), binary.size()); in Validate()
113 bool SpirvTools::Validate(const uint32_t* binary, in Validate() function in spvtools::SpirvTools
119 bool SpirvTools::Validate(const uint32_t* binary, const size_t binary_size, in Validate() function in spvtools::SpirvTools
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A DValidationUtils.cpp20 MaybeError Validate{{type.name.CamelCase()}}(wgpu::{{as_cppType(type.name)}} value) {
34 MaybeError Validate{{type.name.CamelCase()}}(wgpu::{{as_cppType(type.name)}} value) {
/third_party/typescript/tests/baselines/reference/
H A DcontextualOverloadListFromUnionWithPrimitiveNoImplicitAny.js3 type Validate = (text: string, pos: number, self: Rule) => number | boolean;
5 validate: string | RegExp | Validate;
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dcpp_interface_test.cpp64 EXPECT_FALSE(t.Validate(binary)); in TEST()
156 EXPECT_TRUE(t.Validate(binary)); in TEST()
165 { EXPECT_TRUE(t.Validate(binary)); } in TEST()
166 { EXPECT_TRUE(t.Validate(binary.data(), binary.size())); } in TEST()
183 EXPECT_FALSE(t.Validate({})); in TEST()
204 EXPECT_TRUE(t.Validate(binary.data(), binary.size(), opts)); in TEST()
218 EXPECT_FALSE(t.Validate(binary.data(), binary.size(), opts)); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dcpp_interface_test.cpp64 EXPECT_FALSE(t.Validate(binary)); in TEST()
156 EXPECT_TRUE(t.Validate(binary)); in TEST()
165 { EXPECT_TRUE(t.Validate(binary)); } in TEST()
166 { EXPECT_TRUE(t.Validate(binary.data(), binary.size())); } in TEST()
183 EXPECT_FALSE(t.Validate({})); in TEST()
204 EXPECT_TRUE(t.Validate(binary.data(), binary.size(), opts)); in TEST()
218 EXPECT_FALSE(t.Validate(binary.data(), binary.size(), opts)); in TEST()
/third_party/spirv-tools/test/
H A Dcpp_interface_test.cpp64 EXPECT_FALSE(t.Validate(binary)); in TEST()
156 EXPECT_TRUE(t.Validate(binary)); in TEST()
165 { EXPECT_TRUE(t.Validate(binary)); } in TEST()
166 { EXPECT_TRUE(t.Validate(binary.data(), binary.size())); } in TEST()
183 EXPECT_FALSE(t.Validate({})); in TEST()
204 EXPECT_TRUE(t.Validate(binary.data(), binary.size(), opts)); in TEST()
218 EXPECT_FALSE(t.Validate(binary.data(), binary.size(), opts)); in TEST()
/third_party/spirv-tools/source/
H A Dlibspirv.cpp145 bool SpirvTools::Validate(const std::vector<uint32_t>& binary) const { in Validate() function in spvtools::SpirvTools
146 return Validate(binary.data(), binary.size()); in Validate()
149 bool SpirvTools::Validate(const uint32_t* binary, in Validate() function in spvtools::SpirvTools
155 bool SpirvTools::Validate(const uint32_t* binary, const size_t binary_size, in Validate() function in spvtools::SpirvTools
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h1246 bool Validate(const byte* pc, TagIndexImmediate<validate>& imm) { in Validate() function in v8::internal::wasm::WasmDecoder
1255 bool Validate(const byte* pc, GlobalIndexImmediate<validate>& imm) { in Validate() function in v8::internal::wasm::WasmDecoder
1282 bool Validate(const byte* pc, StructIndexImmediate<validate>& imm) { in Validate() function in v8::internal::wasm::WasmDecoder
1291 bool Validate(const byte* pc, FieldImmediate<validate>& imm) { in Validate() function in v8::internal::wasm::WasmDecoder
1292 if (!Validate(pc, imm.struct_imm)) return false; in Validate()
1302 bool Validate(const byte* pc, ArrayIndexImmediate<validate>& imm) { in Validate() function in v8::internal::wasm::WasmDecoder
1320 bool Validate(const byte* pc, CallFunctionImmediate<validate>& imm) { in Validate() function in v8::internal::wasm::WasmDecoder
1329 bool Validate(const byte* pc, CallIndirectImmediate<validate>& imm) { in Validate() function in v8::internal::wasm::WasmDecoder
1357 bool Validate(const byte* pc, BranchDepthImmediate<validate>& imm, in Validate() function in v8::internal::wasm::WasmDecoder
1366 bool Validate(cons function in v8::internal::wasm::WasmDecoder
1376 bool Validate(const byte* pc, WasmOpcode opcode, Validate() function in v8::internal::wasm::WasmDecoder
1422 bool Validate(const byte* pc, Simd128Immediate<validate>& imm) { Validate() function in v8::internal::wasm::WasmDecoder
1435 bool Validate(const byte* pc, BlockTypeImmediate<validate>& imm) { Validate() function in v8::internal::wasm::WasmDecoder
1446 bool Validate(const byte* pc, MemoryIndexImmediate<validate>& imm) { Validate() function in v8::internal::wasm::WasmDecoder
1458 bool Validate(const byte* pc, MemoryAccessImmediate<validate>& imm) { Validate() function in v8::internal::wasm::WasmDecoder
1466 bool Validate(const byte* pc, MemoryInitImmediate<validate>& imm) { Validate() function in v8::internal::wasm::WasmDecoder
1471 bool Validate(const byte* pc, MemoryCopyImmediate<validate>& imm) { Validate() function in v8::internal::wasm::WasmDecoder
1476 bool Validate(const byte* pc, TableInitImmediate<validate>& imm) { Validate() function in v8::internal::wasm::WasmDecoder
1492 bool Validate(const byte* pc, TableCopyImmediate<validate>& imm) { Validate() function in v8::internal::wasm::WasmDecoder
[all...]
/third_party/skia/src/core/
H A DSkRegion.cpp272 SkDEBUGCODE(SkRegionPriv::Validate(*this)); in setRuns()
340 SkDEBUGCODE(SkRegionPriv::Validate(*this)); in setRuns()
357 SkDEBUGCODE(SkRegionPriv::Validate(*this)); in contains()
415 SkDEBUGCODE(SkRegionPriv::Validate(*this)); in contains()
439 SkDEBUGCODE(SkRegionPriv::Validate(*this)); in contains()
440 SkDEBUGCODE(SkRegionPriv::Validate(rgn)); in contains()
495 SkDEBUGCODE(SkRegionPriv::Validate(*this)); in intersects()
552 SkDEBUGCODE(SkRegionPriv::Validate(*this)); in operator ==()
553 SkDEBUGCODE(SkRegionPriv::Validate(b)); in operator ==()
589 SkDEBUGCODE(SkRegionPriv::Validate(*thi in translate()
1355 void SkRegionPriv::Validate(const SkRegion& rgn) { SkASSERT(rgn.isValid()); } Validate() function in SkRegionPriv
[all...]
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
H A Dlibspirv.hpp342 bool Validate(const std::vector<uint32_t>& binary) const;
350 bool Validate(const uint32_t* binary, size_t binary_size) const;
357 bool Validate(const uint32_t* binary, size_t binary_size,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
H A Dlibspirv.hpp342 bool Validate(const std::vector<uint32_t>& binary) const;
350 bool Validate(const uint32_t* binary, size_t binary_size) const;
357 bool Validate(const uint32_t* binary, size_t binary_size,
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_entry_point_test.cc105 Validate(b); in TEST_F()
181 Validate(b); in TEST_F()
299 Validate(b); in TEST_F()
H A Dtest_helper.h86 /// Validate passes the generated SPIR-V of the builder `b` to the SPIR-V
89 void Validate(spirv::Builder& b) { in Validate() function in tint::writer::spirv::TestHelperBase
121 ASSERT_TRUE(tools.Validate(binary)) << spv_errors; in Validate()
/third_party/spirv-tools/include/spirv-tools/
H A Dlibspirv.hpp369 bool Validate(const std::vector<uint32_t>& binary) const;
377 bool Validate(const uint32_t* binary, size_t binary_size) const;
384 bool Validate(const uint32_t* binary, size_t binary_size,
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array.cc53 JSTypedArray::Validate(isolate, args.receiver(), method_name)); in BUILTIN()
146 JSTypedArray::Validate(isolate, args.receiver(), method_name)); in BUILTIN()
215 JSTypedArray::Validate(isolate, args.receiver(), method_name)); in BUILTIN()
245 JSTypedArray::Validate(isolate, args.receiver(), method_name)); in BUILTIN()
279 JSTypedArray::Validate(isolate, args.receiver(), method_name)); in BUILTIN()
316 JSTypedArray::Validate(isolate, args.receiver(), method_name)); in BUILTIN()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.cc193 CordRepRing* CordRepRing::Validate(CordRepRing* rep, const char* file, in Validate() function in absl::cord_internal::CordRepRing
338 return Validate(rep); in CreateFromLeaf()
355 return Validate(rep, nullptr, __LINE__); in CreateSlow()
431 return Validate(rep); in AddRing()
455 return Validate(rep, nullptr, __LINE__); in AppendLeaf()
477 return Validate(rep); in PrependSlow()
491 return Validate(rep); in PrependLeaf()
514 if (data.empty()) return Validate(rep); in Append()
536 return Validate(rep); in Append()
576 return Validate(re in Prepend()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dreplayer_test.cpp88 ASSERT_TRUE(t.Validate(binary_in)); in TEST()
332 ASSERT_TRUE(t.Validate(binary_in)); in TEST()
452 ASSERT_TRUE(t.Validate(binary_in)); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dreplayer_test.cpp88 ASSERT_TRUE(t.Validate(binary_in)); in TEST()
332 ASSERT_TRUE(t.Validate(binary_in)); in TEST()
452 ASSERT_TRUE(t.Validate(binary_in)); in TEST()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DLimits.cpp100 static MaybeError Validate(T supported, T required) { in Validate() function
116 static MaybeError Validate(T supported, T required) { in Validate() function
168 DAWN_TRY_CONTEXT(CheckLimit<LimitBetterDirection::Better>::Validate( \ in ValidateLimits()
/third_party/spirv-tools/test/fuzz/
H A Dreplayer_test.cpp88 ASSERT_TRUE(t.Validate(binary_in)); in TEST()
332 ASSERT_TRUE(t.Validate(binary_in)); in TEST()
452 ASSERT_TRUE(t.Validate(binary_in)); in TEST()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dreplayer.cpp74 if (!tools.Validate(&binary_in_[0], binary_in_.size(), validator_options_)) { in Run()
149 if (!tools.Validate(&binary_to_validate[0], binary_to_validate.size(), in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dreplayer.cpp74 if (!tools.Validate(&binary_in_[0], binary_in_.size(), validator_options_)) { in Run()
149 if (!tools.Validate(&binary_to_validate[0], binary_to_validate.size(), in Run()

Completed in 17 milliseconds

123456