Home
last modified time | relevance | path

Searched defs:expectation (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DComputeIndirectValidationTests.cpp39 void ValidateExpectation(wgpu::CommandEncoder encoder, utils::Expectation expectation) { in ValidateExpectation() argument
47 void TestIndirectOffset(utils::Expectation expectation, in TestIndirectOffset() argument
H A DDrawIndirectValidationTests.cpp47 void ValidateExpectation(wgpu::CommandEncoder encoder, utils::Expectation expectation) { in ValidateExpectation() argument
55 void TestIndirectOffsetDrawIndexed(utils::Expectation expectation, in TestIndirectOffsetDrawIndexed() argument
61 void TestIndirectOffsetDraw(utils::Expectation expectation, in TestIndirectOffsetDraw() argument
67 void TestIndirectOffset(utils::Expectation expectation, in TestIndirectOffset() argument
H A DCopyTextureForBrowserTests.cpp45 void TestCopyTextureForBrowser(utils::Expectation expectation, in TestCopyTextureForBrowser() argument
H A DCopyCommandsValidationTests.cpp81 void ValidateExpectation(wgpu::CommandEncoder encoder, utils::Expectation expectation) { in ValidateExpectation() argument
89 void TestB2TCopy(utils::Expectation expectation, in TestB2TCopy() argument
110 void TestT2BCopy(utils::Expectation expectation, in TestT2BCopy() argument
131 void TestT2TCopy(utils::Expectation expectation, in TestT2TCopy() argument
151 void TestBothTBCopies(utils::Expectation expectation, in TestBothTBCopies() argument
166 TestBothT2TCopies(utils::Expectation expectation, wgpu::Texture texture1, uint32_t level1, wgpu::Origin3D origin1, wgpu::Texture texture2, uint32_t level2, wgpu::Origin3D origin2, wgpu::Extent3D extent3D) TestBothT2TCopies() argument
735 utils::Expectation expectation = TEST_F() local
1345 utils::Expectation expectation = TEST_F() local
[all...]
H A DBindGroupValidationTests.cpp1469 TestRenderPassBindGroup(wgpu::BindGroup bindGroup, uint32_t* offsets, uint32_t count, bool expectation) TestRenderPassBindGroup() argument
1491 TestComputePassBindGroup(wgpu::BindGroup bindGroup, uint32_t* offsets, uint32_t count, bool expectation) TestComputePassBindGroup() argument
2246 TestRenderPassBindings(const wgpu::BindGroup* bg, uint32_t count, wgpu::RenderPipeline pipeline, bool expectation) TestRenderPassBindings() argument
2266 TestComputePassBindings(const wgpu::BindGroup* bg, uint32_t count, wgpu::ComputePipeline pipeline, bool expectation) TestComputePassBindings() argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_modes_test.cpp567 const spv_result_t expectation = std::get<0>(GetParam()); in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_modes_test.cpp567 const spv_result_t expectation = std::get<0>(GetParam()); in TEST_P() local
/third_party/spirv-tools/test/val/
H A Dval_modes_test.cpp566 const spv_result_t expectation = std::get<0>(GetParam()); in TEST_P() local
/third_party/skia/tests/
H A DPDFDocumentTest.cpp142 static bool contains(const uint8_t* result, size_t size, const char expectation[]) { in contains() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dtypes_test.cpp323 bool expectation = true; in TEST() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DEXT_shader_framebuffer_fetch_test.cpp199 void TestShaderCompile(bool expectation, const char *pragma) in TestShaderCompile() argument
H A DShCompile_test.cpp40 void testCompile(const char **shaderStrings, int stringCount, bool expectation) in testCompile() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DOcclusionQueriesTest.cpp734 GLuint expectation = context.shouldPass ? GL_TRUE : GL_FALSE; in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dtypes_test.cpp323 bool expectation = true; in TEST() local
/third_party/spirv-tools/test/opt/
H A Dtypes_test.cpp388 bool expectation = true; in TEST() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs184 let mut expectation = PathBuf::from(header); in compare_generated_header() variables
195 let mut expectation = expectation.clone(); in compare_generated_header() variables
[all...]
/third_party/skia/resources/sksl/es2_conformance/
H A Dimport_conformance_tests.py54 expectation = (pp.Keyword("expect").suppress() + (pp.Keyword("compile_fail") | variable
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp814 std::pair<RGBA8, RGBA8> expectation = {RGBA8::kZero, RGBA8::kZero}; in TEST_P() local
829 std::pair<RGBA8, RGBA8> expectation = {RGBA8::kBlue, RGBA8::kBlue}; in TEST_P() local
/third_party/node/test/cctest/
H A Dtest_inspector_socket.cc253 static void check_data_cb(read_expects* expectation, ssize_t nread, in check_data_cb() argument
290 read_expects expectation; prepare_expects() local
319 read_expects expectation = prepare_expects(data, len); expect_on_client() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_extensions.cpp157 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateDebugInfoOperand() local
202 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandLexicalScope() local
226 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandDebugType() local
134 DoesDebugInfoOperandMatchExpectation( const ValidationState_t& _, const std::function<bool(CommonDebugInfoInstructions)>& expectation, const Instruction* inst, uint32_t word_index) DoesDebugInfoOperandMatchExpectation() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_extensions.cpp157 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateDebugInfoOperand() local
202 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandLexicalScope() local
226 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandDebugType() local
134 DoesDebugInfoOperandMatchExpectation( const ValidationState_t& _, const std::function<bool(CommonDebugInfoInstructions)>& expectation, const Instruction* inst, uint32_t word_index) DoesDebugInfoOperandMatchExpectation() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestExpectationsParser.cpp143 GPUTestExpectationsParser::GPUTestExpectation expectation; member
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.h390 AddTextureExpectation(const char* file, int line, E* expectation, const wgpu::Texture& texture, wgpu::Origin3D origin, wgpu::Extent3D extent, uint32_t level = 0, wgpu::TextureAspect aspect = wgpu::TextureAspect::All, uint32_t bytesPerRow = 0) AddTextureExpectation() argument
562 std::unique_ptr<detail::Expectation> expectation; global() member
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsStateQueryUtil.cpp1646 std::ostringstream expectation; in verifyFloatVec4() local
1679 std::ostringstream expectation; in verifyFloatVec4() local
1764 std::ostringstream expectation; in verifyNormalizedI32Vec4() local
1790 std::ostringstream expectation; in verifyNormalizedI32Vec4() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_extensions.cpp185 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateDebugInfoOperand() local
230 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandLexicalScope() local
257 std::function<bool(NonSemanticShaderDebugInfo100Instructions)> expectation in ValidateOperandDebugType() local
144 DoesDebugInfoOperandMatchExpectation( const ValidationState_t& _, const std::function<bool(CommonDebugInfoInstructions)>& expectation, const Instruction* inst, uint32_t word_index) DoesDebugInfoOperandMatchExpectation() argument
161 DoesDebugInfoOperandMatchExpectation( const ValidationState_t& _, const std::function<bool(NonSemanticShaderDebugInfo100Instructions)>& expectation, const Instruction* inst, uint32_t word_index) DoesDebugInfoOperandMatchExpectation() argument
266 std::function<bool(CommonDebugInfoInstructions)> expectation = ValidateOperandDebugType() local
[all...]

Completed in 38 milliseconds

12