/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | ComputeIndirectValidationTests.cpp | 39 void ValidateExpectation(wgpu::CommandEncoder encoder, utils::Expectation expectation) { in ValidateExpectation() argument 47 void TestIndirectOffset(utils::Expectation expectation, in TestIndirectOffset() argument
|
H A D | DrawIndirectValidationTests.cpp | 47 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 D | CopyTextureForBrowserTests.cpp | 45 void TestCopyTextureForBrowser(utils::Expectation expectation, in TestCopyTextureForBrowser() argument
|
H A D | CopyCommandsValidationTests.cpp | 81 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 D | BindGroupValidationTests.cpp | 1469 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 D | val_modes_test.cpp | 567 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 D | val_modes_test.cpp | 567 const spv_result_t expectation = std::get<0>(GetParam()); in TEST_P() local
|
/third_party/spirv-tools/test/val/ |
H A D | val_modes_test.cpp | 566 const spv_result_t expectation = std::get<0>(GetParam()); in TEST_P() local
|
/third_party/skia/tests/ |
H A D | PDFDocumentTest.cpp | 142 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 D | types_test.cpp | 323 bool expectation = true; in TEST() local
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | EXT_shader_framebuffer_fetch_test.cpp | 199 void TestShaderCompile(bool expectation, const char *pragma) in TestShaderCompile() argument
|
H A D | ShCompile_test.cpp | 40 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 D | OcclusionQueriesTest.cpp | 734 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 D | types_test.cpp | 323 bool expectation = true; in TEST() local
|
/third_party/spirv-tools/test/opt/ |
H A D | types_test.cpp | 388 bool expectation = true; in TEST() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | tests.rs | 184 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 D | import_conformance_tests.py | 54 expectation = (pp.Keyword("expect").suppress() + (pp.Keyword("compile_fail") | variable
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DepthStencilStateTests.cpp | 814 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 D | test_inspector_socket.cc | 253 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 D | validate_extensions.cpp | 157 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 D | validate_extensions.cpp | 157 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 D | GPUTestExpectationsParser.cpp | 143 GPUTestExpectationsParser::GPUTestExpectation expectation; member [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnTest.h | 390 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 D | glsStateQueryUtil.cpp | 1646 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 D | validate_extensions.cpp | 185 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...] |