Home
last modified time | relevance | path

Searched defs:function (Results 2226 - 2250 of 2325) sorted by relevance

1...<<81828384858687888990>>...93

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c1995 LLVMValueRef function, inst; in update_cached_block() local
1916 generate_update_cache_one_block(struct gallivm_state *gallivm, LLVMValueRef function, const struct util_format_description *format_desc) generate_update_cache_one_block() argument
[all...]
H A Dlp_bld_tgsi_soa.c4625 LLVMValueRef function = LLVMGetBasicBlockParent(block); in lp_build_tgsi_soa() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp1295 const Function *function = findFunction(name); in visitAggregate() local
1332 const Function *function = findFunction(name); in visitAggregate() local
[all...]
H A DParseHelper.cpp497 bool TParseContext::constructorErrorCheck(const TSourceLoc &line, TIntermNode* node, TFunction& function, TOperator op, TType* type) in constructorErrorCheck() argument
1828 addFunctionPrototypeDeclaration(const TFunction &function, const TSourceLoc &location) addFunctionPrototypeDeclaration() argument
1880 addFunctionDefinition(const TFunction &function, TIntermAggregate *functionPrototype, TIntermAggregate *functionBody, const TSourceLoc &location) addFunctionDefinition() argument
1907 parseFunctionPrototype(const TSourceLoc &location, TFunction *function, TIntermAggregate **aggregateOut) parseFunctionPrototype() argument
2004 parseFunctionDeclarator(const TSourceLoc &location, TFunction *function) parseFunctionDeclarator() argument
[all...]
H A Dglslang_tab.cpp302 TFunction* function; member
2618 TFunction *function = new TFunction((yyvsp[0].lex).string, type); global() local
2630 TFunction *function = new TFunction((yyvsp[0].lex).string, type); global() local
3217 TFunction *function; global() local
[all...]
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h313 RegisterBranchInterception(R (function)P...), InterceptionCallback callback = nullptr) RegisterBranchInterception() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp72 inline bool functionHasAutoLod (glu::ShaderType shaderType, Function function) in functionHasAutoLod() argument
80 inline bool functionHasProj (Function function) in functionHasProj() argument
90 functionHasGrad(Function function) functionHasGrad() argument
95 functionHasLod(Function function) functionHasLod() argument
105 Function function; global() member
745 Function function = m_lookupSpec.function; initShaderSources() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp1086 int function = -1; in setShaderBlendFunctionType() local
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp1840 Instruction* Builder::addEntryPoint(ExecutionModel model, Function* function, const char* name) in addEntryPoint() argument
2102 Function* function = new Function(funcId, returnType, typeId, firstParamId, linkType, name, module); in makeFunctionEntry() local
2133 setupDebugFunctionEntry(Function* function, const char* name, int line, const std::vector<Id>& paramTypes, const std::vector<char const*>& paramNames) setupDebugFunctionEntry() argument
2188 makeDebugFunction([[maybe_unused]] Function* function, Id nameId, Id funcTypeId) makeDebugFunction() argument
2272 enterFunction(Function const* function) enterFunction() argument
2306 Function& function = buildPoint->getParent(); leaveFunction() local
2755 createFunctionCall(spv::Function* function, const std::vector<spv::Id>& args) createFunctionCall() argument
3525 Function& function = buildPoint->getParent(); makeSwitch() local
3590 Function& function = buildPoint->getParent(); makeNewBlock() local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-globals.h871 } function; member
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir.h1226 inline const class ir_function *function() const function() function in ir_function_signature
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1121 print_sample(const char *function, const float *rgba) in print_sample() argument
1130 print_sample_4(const char *function, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in print_sample_4() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc1444 i::Handle<i::WasmCapiFunction> function = i::WasmCapiFunction::New( variable
1478 i::Handle<i::WasmExportedFunction> function = variable
1490 i::Handle<i::WasmExportedFunction> function variable
1427 GetSig( i::Handle<i::JSFunction> function) GetSig() argument
1503 i::Handle<i::WasmExportedFunction> function = global() variable
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc1696 auto function = obj.ToLocalChecked()->Get(context, getFileName.ToLocalChecked()).ToLocalChecked(); in PrepareStackTraceCallback() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dteximage.c4975 check_clear_tex_image(struct gl_context *ctx, const char *function, struct gl_texture_image *texImage, GLenum format, GLenum type, const void *data, GLubyte *clearValue) check_clear_tex_image() argument
5049 get_tex_obj_for_clear(struct gl_context *ctx, const char *function, GLuint texture) get_tex_obj_for_clear() argument
5077 get_tex_images_for_clear(struct gl_context *ctx, const char *function, struct gl_texture_object *texObj, GLint level, struct gl_texture_image **texImages) get_tex_images_for_clear() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c3084 LLVMValueRef function; in generate_fragment() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc1102 PipelineCompilationJob( Isolate* isolate, Handle<SharedFunctionInfo> shared_info, Handle<JSFunction> function, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame, CodeKind code_kind) PipelineCompilationJob() argument
3341 NewCompilationJob( Isolate* isolate, Handle<JSFunction> function, CodeKind code_kind, bool has_script, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) NewCompilationJob() argument
[all...]
H A Dtyper.cc1531 JSFunctionRef function = fun.AsHeapConstant()->Ref().AsJSFunction(); in JSCallTyper() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc767 Node* function = state.function(); in AddInputsToFrameStateDescriptor() local
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc4977 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in CallRecordWriteStub() argument
5018 InvokeFunctionWithNewTarget( Register function, Register new_target, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
5040 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
5192 const Runtime::Function* function = Runtime::FunctionForId(fid); CallRecordWriteStub() local
5945 CallCFunction(ExternalReference function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument
5954 CallCFunction(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument
5960 CallCFunction(ExternalReference function, int num_arguments) CallRecordWriteStub() argument
5965 CallCFunction(Register function, int num_arguments) CallRecordWriteStub() argument
5969 CallCFunctionHelper(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc1692 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in CallRecordWriteStub() argument
1770 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
1953 const Runtime::Function* function = Runtime::FunctionForId(fid); CallRecordWriteStub() local
2496 CallCFunction(ExternalReference function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument
2505 CallCFunction(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument
2510 CallCFunction(ExternalReference function, int num_arguments) CallRecordWriteStub() argument
2515 CallCFunction(Register function, int num_arguments) CallRecordWriteStub() argument
2519 CallCFunctionHelper(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc1706 const Runtime::Function* function = Runtime::FunctionForId(fid); in TailCallRuntime() local
1734 void TurboAssembler::CallCFunction(ExternalReference function, in CallCFunction() argument
1739 void TurboAssembler::CallCFunction(ExternalReference function, in CallCFunction() argument
1752 CallCFunction(Register function, int num_of_reg_args, int num_of_double_args) CallCFunction() argument
2431 InvokeFunctionCode(Register function, Register new_target, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) InvokeFunctionCode() argument
2492 InvokeFunctionWithNewTarget( Register function, Register new_target, Register actual_parameter_count, InvokeType type) InvokeFunctionWithNewTarget() argument
2521 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) InvokeFunction() argument
[all...]
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc870 Register function = x2; Generate_JSEntryTrampolineHelper() local
2199 Register function = x1; Generate_FunctionPrototypeCall() local
[all...]

Completed in 138 milliseconds

1...<<81828384858687888990>>...93