Home
last modified time | relevance | path

Searched refs:result (Results 16176 - 16200 of 17105) sorted by relevance

1...<<641642643644645646647648649650>>...685

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp277 bool compareAndLog (const void* reference, const void* result, size_t size);
508 bool GraphicsAttachmentsTestInstance::compareAndLog (const void* reference, const void* result, size_t size) in compareAndLog() argument
513 const deUint64* res64 = reinterpret_cast<const deUint64*>(result); in compareAndLog()
527 << " result value: 0x" << std::hex << std::setw(2ull * sizeof(deUint64)) << std::setfill('0') << res64[ndx]; in compareAndLog()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py1478 result = cmd_packed_gl_enums.get(strip_suffix(api, cmd_name), {})
1482 result[just_the_name(param)] = packed_param_types[param_type]
1483 return result
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLimits.cpp860 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
874 /* Verification result */ in iterate()
875 bool result = false; in iterate() local
909 result = verifyResult(transform_feedback_data); in iterate()
919 if (true != result) in iterate()
1122 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
1273 /** Clears data after draw call and result verification
1389 * @param result Pointer to data mapped from transform feedback buffer.
1406 m_testCtx.getLog() << tcu::TestLog::Message << "Wrong result! Expected: " << expected_data in verifyResult()
1430 /** Clears data after draw call and result verificatio
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.cpp225 /* Store the result progrtam IDs */ in buildProgram()
473 static const glw::GLuint bo_size = sizeof(int) * 4 /* components */ * 4 /* result points */; in iterate()
685 "layout(r32i) uniform writeonly iimage2D result;\n" in iterate()
689 " imageStore(result, ivec2(0),ivec4(TOKEN) );\n" in iterate()
928 * par the CS one, since we use a different tool to capture the result data in the in iterate()
951 /* Verify the result values */ in iterate()
1767 * Expected rendering result is specified in cell bottom. in configureVAO()
2876 glw::GLint result = -1; in readRedPixelValue() local
2881 result = m_to_pixel_data_cache[(m_to_width * y + x) * m_to_pixel_data_cache_color_components]; in readRedPixelValue()
2883 return result; in readRedPixelValue()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp565 std::vector<Instruction*> result; in getSampledImageConsumers() local
568 result = iter->second; in getSampledImageConsumers()
570 return result; in getSampledImageConsumers()
/third_party/skia/src/gpu/
H A DGrResourceCache.cpp870 std::set<GrGpuResourceTag> result; in getAllGrGpuResourceTags() local
873 result.insert(tag); in getAllGrGpuResourceTags()
875 return result; in getAllGrGpuResourceTags()
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp156 GrD3DDirectCommandList::SubmitResult result = fCurrentDirectCommandList->submit(fQueue.get()); in submitDirectCommandList() local
157 if (result == GrD3DDirectCommandList::SubmitResult::kFailure) { in submitDirectCommandList()
160 } else if (result == GrD3DDirectCommandList::SubmitResult::kNoWork) { in submitDirectCommandList()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp565 std::vector<Instruction*> result; in getSampledImageConsumers() local
568 result = iter->second; in getSampledImageConsumers()
570 return result; in getSampledImageConsumers()
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp341 unsigned long result = CreateFontPackage( in subset_typeface()
360 if (result != NO_ERROR) { in subset_typeface()
361 SkDEBUGF("CreateFontPackage Error %lu", result); in subset_typeface()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBindGroupTests.cpp161 // These must result in different register offsets in the native APIs.
631 // The result should be red. in TEST_P()
692 // The result should be RGBAunorm(1, 0, 0, 0.5) + RGBAunorm(0, 1, 0, 0.5) in TEST_P()
769 // The result should be RGBAunorm(1, 0, 0, 0.5) + RGBAunorm(0, 1, 0, 0.5) in TEST_P()
809 // The pipeline uses additive color and alpha blending so the result of two draws should be in TEST_P()
908 // The pipeline uses additive color and alpha so the result of two draws should be in TEST_P()
1328 // that holds the last reference to its bind group layout does not result in a use-after-free. In
1515 // Save one storage buffer for writing the result in TEST_P()
1533 wgpu::Buffer result = utils::CreateBufferFromData<uint32_t>( in TEST_P() local
1535 bgEntries.push_back({nullptr, binding, result, in TEST_P()
[all...]
/third_party/python/Lib/test/
H A Dtest_nntplib.py105 result = self.server.group(self.GROUP_NAME)
106 self.assertEqual(5, len(result))
107 resp, count, first, last, group = result
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp245 double result; member
249 /* a list of {result, input} */
756 DVal.push_back(ftbl[i].result); in TDOFold()
788 Value *nval = ConstantFP::get(CF->getType(), ftbl[i].result); in TDOFold()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp271 std::string result; in getBranchCondString()
272 raw_string_ostream OS(result); in getBranchCondString()
289 return result; in getBranchCondString()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_handle_test.cc1010 UsageImageAccessCase{"%result = OpImageGather "
1015 UsageImageAccessCase{"%result = OpImageDrefGather "
1023 UsageImageAccessCase{"%result = OpImageSampleImplicitLod "
1028 UsageImageAccessCase{"%result = OpImageSampleExplicitLod "
1033 UsageImageAccessCase{"%result = OpImageSampleDrefImplicitLod "
1039 "%result = OpImageSampleDrefExplicitLod "
1048 UsageImageAccessCase{"%result = OpImageSampleProjImplicitLod "
1054 "%result = OpImageSampleProjExplicitLod "
1058 UsageImageAccessCase{"%result = OpImageSampleProjDrefImplicitLod "
1064 "%result
3024 ast::ExpressionList result = TEST_P() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph_test.cc36 auto result = DependencyGraph::Build(this->AST(), this->Symbols(), in Build() local
40 EXPECT_TRUE(result) << this->Diagnostics().str(); in Build()
42 EXPECT_FALSE(result); in Build()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h379 * @return The result of bitwise character comparison: 0 if this
396 * @return The result of bitwise character comparison: 0 if this
417 * @return The result of bitwise character comparison: 0 if this
435 * @return The result of bitwise character comparison: 0 if this
452 * @return The result of bitwise character comparison: 0 if this
473 * @return The result of bitwise character comparison: 0 if this
496 * @return The result of bitwise character comparison: 0 if this
511 * The result may be different from the results of compare(), operator<, etc.
518 * If either of the UTF-16 strings is malformed (i.e., it contains unpaired surrogates), then the result is not defined.
530 * The result ma
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_exif.cpp199 dng_exif *result = new dng_exif (*this); in Clone() local
201 if (!result) in Clone()
206 return result; in Clone()
4252 // wide FS, and tele-extenders always result in PostParse()
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h200 // result is usable as a compile-time constant, which makes it usable
799 size_t result = io::CodedOutputStream::VarintSize32( in TagSize() local
803 return result * 2; in TagSize()
805 return result; in TagSize()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view_test.cc196 #define COMPARE(result, op, x, y) \
197 EXPECT_EQ(result, absl::string_view((x)) op absl::string_view((y))); \
198 EXPECT_EQ(result, absl::string_view((x)).compare(absl::string_view((y))) op 0)
/third_party/selinux/libsepol/cil/src/
H A Dcil_write_ast.c1102 fprintf(out, "%s", datum_or_str(DATUM(roletrans->result), roletrans->result_str)); in cil_write_ast_node()
1160 fprintf(out, "%s", datum_or_str(DATUM(rule->result), rule->result_str)); in cil_write_ast_node()
1171 fprintf(out, "%s", datum_or_str(DATUM(rule->result), rule->result_str)); in cil_write_ast_node()
H A Dcil_policy.c1233 res = rule->result; in cil_type_rule_to_policy()
1267 res = trans->result; in cil_nametypetransition_to_policy()
1576 fprintf(out, "role_transition %s %s : %s %s;\n", DATUM(trans->src)->fqn, DATUM(trans->tgt)->fqn, DATUM(i2->data)->fqn, DATUM(trans->result)->fqn); in cil_roletransitions_to_policy()
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs1489 Errno::result(ret).map(|r| r as usize) in sendmsg()
1561 let sent = Errno::result(unsafe { in sendmmsg()
1702 let received = Errno::result(unsafe { in recvmmsg()
2064 let r = Errno::result(ret)?; in recvmsg()
2099 Errno::result(res) in socket()
2127 Errno::result(res)?; in socketpair()
2138 Errno::result(res).map(drop) in listen()
2147 Errno::result(res).map(drop) in bind()
2156 Errno::result(res) in accept()
2185 Errno::result(re in accept4()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboRenderTest.cpp410 bool compare (const tcu::Surface& reference, const tcu::Surface& result);
497 // Store test result in iterate()
505 bool FboRenderCase::compare (const tcu::Surface& reference, const tcu::Surface& result) in compare() argument
509 return tcu::bilinearCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT); in compare()
H A Des3fMultisampleTests.cpp85 int result; in getGLInteger() local
86 GLU_CHECK_CALL(glGetIntegerv(name, &result)); in getGLInteger()
87 return result; in getGLInteger()
1191 log << TestLog::Message << "Drawing a viewport-sized quad with glStencilFunc(GL_EQUAL, 1, 1) and glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP) - should result in same image as the first" << TestLog::EndMessage; in iterate()
H A Des3fShaderApiTests.cpp639 const std::string result = readSource(shader); in verifyShaderSourceReplaced() local
641 if (result == firstSource) in verifyShaderSourceReplaced()
646 else if (result != secondSource) in verifyShaderSourceReplaced()
867 log << TestLog::Message << "Fail, link status may only change as a result of linking or loading a program binary." << TestLog::EndMessage; in verify()
1443 log << TestLog::Message << "Fail, program binary may only change as a result of linking or loading." << TestLog::EndMessage; in verify()

Completed in 70 milliseconds

1...<<641642643644645646647648649650>>...685