/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | MonomorphizeUnsupportedFunctions.cpp | 556 bool result = MonomorphizeUnsupportedFunctionsImpl(compiler, root, symbolTable, compileOptions); in MonomorphizeUnsupportedFunctions() local 559 return result && compiler->validateAST(root); in MonomorphizeUnsupportedFunctions()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ShaderVars.cpp | 589 bool result = (localSizeQualifiers[i] == right.localSizeQualifiers[i] || in isWorkGroupSizeMatching() local 592 if (!result) in isWorkGroupSizeMatching()
|
H A D | SymbolTable.cpp | 86 tInsertResult result = level.insert(tLevelPair(symbol->getMangledName(), symbol)); in insert() local 87 return result.second; in insert()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5FmaPrecision.cpp | 262 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise. 287 /* Retrieve the result data */ in iterate() 434 // |a*b| < 0.5*|c| or |c| < 0.5 * |a*b| so that the result is no smaller than half of the larger of a*b or c. in generateData() 536 static const char* result = "${VERSION}\n" in getFragmentShaderCode() local 546 return result; in getFragmentShaderCode()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcNearestEdgeTests.cpp | 428 const qpTestResult result = (pass ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL); in iterate() local 431 m_testCtx.setTestResult(result, desc); in iterate()
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsWin32TestProcess.cpp | 573 BOOL result = GetExitCodeProcess(m_procInfo.hProcess, (LPDWORD)&exitCode); in isRunning() local 575 if (result != TRUE) in isRunning()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate.cpp | 423 spv_result_t result = in spvValidateBinary() local 428 return result; in spvValidateBinary()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | local_ssa_elim_test.cpp | 1700 // result of the OpPhi instruction. 1739 // result of the OpPhi instruction. 1997 auto result = SinglePassRunToBinary<SSARewritePass>(text, true); in TEST_F() local 1998 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | expect.py | 14 """A number of common spirv result checks coded in mixin classes. 33 result = source.replace('\r\n', '\n').replace('\r', '\n') 34 return result
|
/third_party/skia/src/gpu/ops/ |
H A D | DrawAtlasOp.cpp | 300 auto result = fHelper.finalizeProcessors(caps, clip, clampType, in finalize() local 305 return result; in finalize()
|
/third_party/skia/src/core/ |
H A D | SkDistanceFieldGen.cpp | 447 float result = alpha + (1.0f-alpha)*edge; in generate_distance_field_from_image() local 448 unsigned char val = sk_float_round2int(255*result); in generate_distance_field_from_image()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.h | 275 void emitAssign(sw::Shader::Opcode op, TIntermTyped *result, TIntermTyped *lhs, TIntermTyped *src0, TIntermTyped *src1 = 0); 277 void emitDeterminant(TIntermTyped *result, TIntermTyped *arg, int size, int col = -1, int row = -1, int outCol = 0, int outRow = 0);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ComputeProgram.cpp | 293 SpirvShader::YieldResult result; in run() 294 if(coroutine->await(result)) in run() 296 // TODO: Consider result (when the enum is more than 1 entry). in run()
|
/third_party/openssl/test/ |
H A D | asn1_time_test.c | 25 int check_result; /* check result */ 27 int cmp_result; /* comparison to baseline result */ 28 int convert_result; /* conversion result */ 124 TEST_info("ASN1_TIME_check(%s) unexpected result", atime.data); in test_table() 245 TEST_info("ASN1_TIME_to_generalizedtime(%s->%s) bad result", atime.data, ptime->data); in test_table() 281 int result; member 320 return TEST_int_eq(ASN1_TIME_compare(&td->t1, &td->t2), td->result); in test_table_compare()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_context.h | 63 T result = sequence->at(index); in RemoveAtRandomIndex() local 65 return result; in RemoveAtRandomIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_context.h | 63 T result = sequence->at(index); in RemoveAtRandomIndex() local 65 return result; in RemoveAtRandomIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate.cpp | 423 spv_result_t result = in spvValidateBinary() local 428 return result; in spvValidateBinary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | local_ssa_elim_test.cpp | 1700 // result of the OpPhi instruction. 1739 // result of the OpPhi instruction. 1997 auto result = SinglePassRunToBinary<SSARewritePass>(text, true); in TEST_F() local 1998 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | expect.py | 14 """A number of common spirv result checks coded in mixin classes. 33 result = source.replace('\r\n', '\n').replace('\r', '\n') 34 return result
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/ |
H A D | main.cpp | 450 HRESULT result = g_pSwapChain->ResizeBuffers(0, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam), DXGI_FORMAT_UNKNOWN, DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT); in WndProc() local 451 assert(SUCCEEDED(result) && "Failed to resize swapchain."); in WndProc()
|
/third_party/skia/third_party/externals/libpng/projects/owatcom/ |
H A D | pngconfig.mak | 36 # CPPFLAGS should contain the options to control the result,
78 # the result will not be compatible with applications built using other
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numrange_fluent.cpp | 185 UnlocalizedNumberRangeFormatter result; in with() local 186 return result; in with()
|
H A D | units_data.cpp | 368 void U_I18N_API getAllConversionRates(MaybeStackVector<ConversionRateInfo> &result, UErrorCode &status) { in getAllConversionRates() argument 370 ConversionRateDataSink sink(&result); in getAllConversionRates()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | simpletz.h | 720 * @param result Receives the first transition after the base time. 724 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 730 * @param result Receives the most recent transition before the base time. 734 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ppucd.cpp | 119 char *result=fgets(line, sizeof(lines[0]), file); in readLine() local 120 if(result==NULL) { in readLine()
|