| /third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
| D | ReactorUnitTests.cpp | 54 FunctionT<int(int *, int)> function; in TEST() local 150 FunctionT<int()> function; in TEST() local 195 FunctionT<int(int)> function; in TEST() local 220 FunctionT<int(int)> function; in TEST() local 231 FunctionT<int(int)> function; in TEST() local 272 FunctionMembers function; in TEST() local 284 FunctionT<int(int)> function; in TEST() local 304 FunctionT<int(void)> function; in TEST() local 333 FunctionT<int(void)> function; in TEST() local 366 FunctionT<int(void)> function; in TEST() local [all …]
|
| /third_party/ffmpeg/libavfilter/ |
| D | f_metadata.c | 85 int function; member 94 int (*compare)(struct MetadataContext *s, member
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | Initialize.cpp | 326 void AddTabledBuiltin(TString& decls, const BuiltInFunction& function) in AddTabledBuiltin() 403 bool ValidVersion(const BuiltInFunction& function, int version, EProfile profile, const SpvVersion&… in ValidVersion() 439 const auto forEachFunction = [&](TString& decls, const BuiltInFunction* function) { in addTabledBuiltins() 6790 bool compare = false; in addSamplingFunctions() local
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLFunctionCall.cpp | 167 CompareFn compare) { in optimize_comparison() 815 CoercionCost FunctionCall::CallCost(const Context& context, const FunctionDeclaration& function, in CallCost() 937 const FunctionDeclaration& function, in Convert() 1005 const FunctionDeclaration& function, in Make()
|
| /third_party/f2fs-tools/fsck/ |
| D | dict.c | 61 #define compare dict_compare macro 1009 void dict_process(dict_t *dict, void *context, dnode_process_t function) in dict_process()
|
| /third_party/skia/m133/src/sksl/ir/ |
| D | SkSLFunctionCall.cpp | 178 CompareFn compare) { in optimize_comparison() 1055 const FunctionDeclaration& function, in call_cost() 1166 const FunctionDeclaration& function, in Convert() 1247 const FunctionDeclaration& function, in Make()
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslParseHelper.cpp | 1592 void HlslParseContext::handleFunctionDeclarator(const TSourceLoc& loc, TFunction& function, bool pr… in handleFunctionDeclarator() 1651 …rmAggregate* HlslParseContext::handleFunctionDefinition(const TSourceLoc& loc, TFunction& function, in handleFunctionDefinition() 2292 void HlslParseContext::handleFunctionBody(const TSourceLoc& loc, TFunction& function, TIntermNode* … in handleFunctionBody() 2310 void HlslParseContext::remapEntryPointIO(TFunction& function, TVariable*& returnValue, in remapEntryPointIO() 2435 void HlslParseContext::remapNonEntryPointIO(TFunction& function) in remapNonEntryPointIO() 2475 void HlslParseContext::handleFunctionArgument(TFunction* function, in handleFunctionArgument() 5196 TIntermTyped* compare = handleBinaryMath(loc, "<", EOpLessThan, min_ndot, zero); in decomposeIntrinsic() local 5486 TIntermTyped* HlslParseContext::handleFunctionCall(const TSourceLoc& loc, TFunction* function, TInt… in handleFunctionCall() 5762 void HlslParseContext::addInputArgumentConversions(const TFunction& function, TIntermTyped*& argume… in addInputArgumentConversions() 5835 void HlslParseContext::expandArguments(const TSourceLoc& loc, const TFunction& function, TIntermTyp… in expandArguments() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | SubzeroReactor.cpp | 67 auto *function = Ice::Cfg::create(context, sequenceNumber).release(); in createFunction() local 97 Ice::Variable *allocateStackVariable(Ice::Cfg *function, Ice::Type type, int arraySize = 0) in allocateStackVariable() 126 Ice::Variable *Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Type retTy, Ice::Operand *ca… in Call() 160 Ice::Variable *Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Type retTy, void const *fptr… in Call() 168 Ice::Variable *Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Return(fptr)(CArgs...), RArgs &&.… in Call() 177 Ice::Variable *createTruncate(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *from, Ice… in createTruncate() 185 Ice::Variable *createLoad(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *ptr, Ice::Typ… in createLoad() 219 Ice::Cfg *function = nullptr; variable 1619 Value *Nucleus::createAtomicCompareExchange(Value *ptr, Value *value, Value *compare, std::memory_o… in createAtomicCompareExchange()
|
| D | Reactor.cpp | 2666 RValue<UInt> CompareExchangeAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, RValue<UInt> compare, s… in CompareExchangeAtomic() 4586 void Printv(const char *function, const char *file, int line, const char *fmt, std::initializer_lis… in Printv()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cGPUShaderFP64Tests.cpp | 2826 for (int function = static_cast<int>(UNIFORM_FUNCTION_FIRST); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() local 2986 _uniform_function function = (_uniform_function)data[n_check * 3 + 0]; in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions() local 3069 for (int function = static_cast<int>(UNIFORM_FUNCTION_FIRST); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() local 3160 …for (int function = static_cast<int>(UNIFORM_FUNCTION_FIRST); function < static_cast<int>(UNIFORM_… in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() local 13488 …ctionTest::BuiltinFunctionTest(deqp::Context& context, std::string caseName, FunctionEnum function, in BuiltinFunctionTest() 13807 bool BuiltinFunctionTest::compare(Utils::_variable_type type, const glw::GLvoid* left, const glw::G… in compare() function in gl4cts::BuiltinFunctionTest 13895 …iltinFunctionTest::functionObject* BuiltinFunctionTest::getFunctionObject(FunctionEnum function, in getFunctionObject() 14657 bool BuiltinFunctionTest::isFunctionImplemented(FunctionEnum function, const typeDetails& type) con… in isFunctionImplemented() 15114 bool BuiltinFunctionTest::test(FunctionEnum function, const typeDetails& type) in test() 15452 FunctionEnum function; in init() member
|
| D | gl4cShaderSubroutineTests.cpp | 1391 bool Utils::compare(const glw::GLfloat& left, const glw::GLfloat& right) in compare() function in gl4cts::ShaderSubroutine::Utils 4589 void FunctionalTest7_8::calculate(glw::GLuint function, const Utils::vec4<glw::GLfloat>& left, in calculate() 4651 GLuint function = combination[i]; in calculate() local 4706 GLchar function = (0 == combination[i]) ? '+' : '*'; in logError() local 4788 for (GLuint function = 0; function < n_functions; ++function) in logError() local
|
| /third_party/spirv-tools/source/diff/ |
| D | diff.cpp | 750 int compare = ComparePreambleInstructions(src_inst, dst_inst, src_, dst_); in MatchPreambleInstructions() local 1554 opt::Function& function) { in GetFunctionBody() 1573 InstructionList Differ::GetFunctionHeader(const opt::Function& function) { in GetFunctionHeader()
|
| /third_party/skia/src/sksl/codegen/ |
| D | SkSLSPIRVCodeGenerator.cpp | 760 SpvId SPIRVCodeGenerator::getFunctionType(const FunctionDeclaration& function) { in getFunctionType() 880 const FunctionDeclaration& function = c.function(); in writeIntrinsicCall() local 1350 const FunctionDeclaration& function = c.function(); in writeFunctionCall() local 2450 SpvId compare = this->nextId(&operandType); in writeMatrixComparison() local
|
| /third_party/skia/m133/src/sksl/codegen/ |
| D | SkSLSPIRVCodeGenerator.cpp | 1921 SpvId SPIRVCodeGenerator::getFunctionType(const FunctionDeclaration& function) { in getFunctionType() 2057 const FunctionDeclaration& function = c.function(); in writeIntrinsicCall() local 2747 const FunctionDeclaration& function = c.function(); in writeFunctionCall() local 3874 SpvId compare = this->nextId(&operandType); in writeMatrixComparison() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_tgsi_soa.c | 2291 bool compare, in emit_sample() 4657 LLVMValueRef function = LLVMGetBasicBlockParent(block); in lp_build_tgsi_soa() local
|
| /third_party/skia/third_party/externals/libwebp/swig/ |
| D | libwebp_python_wrap.c | 568 int compare = strcmp(name, iname); in SWIG_MangledTypeQueryModule() local 3388 const char* function, int* width, int* height) { in ReturnedBufferSize() 3390 const char* function; in ReturnedBufferSize() member
|
| /third_party/skia/m133/third_party/externals/libwebp/swig/ |
| D | libwebp_python_wrap.c | 568 int compare = strcmp(name, iname); in SWIG_MangledTypeQueryModule() local 3388 const char* function, int* width, int* height) { in ReturnedBufferSize() 3390 const char* function; in ReturnedBufferSize() member
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 16302 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) in compare() function in __gnu_cxx::char_traits 16401 compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() function 16492 compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() function 16633 compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() function 16730 compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() function 22446 compare(const basic_string& __str) const in compare() function in std::__cxx11::basic_string 24261 compare(size_type __pos, size_type __n, const basic_string& __str) const in compare() function in std::basic_string 24276 compare(size_type __pos1, size_type __n1, const basic_string& __str, in compare() function in std::basic_string 24294 compare(const _CharT* __s) const in compare() function in std::basic_string 24309 compare(size_type __pos, size_type __n1, const _CharT* __s) const in compare() function in std::basic_string [all …]
|