HomeSort by relevance Sort by last modified time
    Searched defs:function (Results 351 - 375 of 956) sorted by null

<<11121314151617181920>>

  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemWsiSwapchainTests.cpp 516 typedef FunctionInstance1<TestParameters>::Function Function;
519 Function function; member in struct:vkt::ProtectedMem::__anon17813::GroupParameters
521 GroupParameters (vk::wsi::Type wsiType_, Function function_)
523 , function (function_)
528 , function ((Function)DE_NULL)
538 addFunctionCase(testGroup, getTestDimensionName(testDimension), "", params.function, TestParameters(params.wsiType, testDimension));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 74 deUint32 function; member in struct:deqp::gles2::Functional::DepthStencilCaseUtil::StencilParams
85 : function (0)
121 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.function) << "\n"
354 cmd.params.stencil[rr::FACETYPE_FRONT].function = GL_EQUAL;
370 dst.func = sglr::rr_util::mapGLTestFunc(src.function);
445 glStencilFuncSeparate(glFace, sParams.function, sParams.reference, sParams.compareMask);
763 params.stencil[ndx].function = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs));
873 params.stencil[visible].function = hasStencilFunc ? compareFuncs[stencilFunc].func : 0;
881 params.stencil[notVisible].function = GL_ALWAYS;
944 params.stencil[visible].function = opCombinationCases[ndx].func
    [all...]
es2fShaderTextureFunctionTests.cpp 21 * \brief Texture access function tests.
49 enum Function
61 inline bool functionHasProj (Function function)
63 return function == FUNCTION_TEXTUREPROJ ||
64 function == FUNCTION_TEXTUREPROJ3 ||
65 function == FUNCTION_TEXTUREPROJLOD ||
66 function == FUNCTION_TEXTUREPROJLOD3;
69 inline bool functionHasLod (Function function)
78 Function function; member in struct:deqp::gles2::Functional::__anon18341::TextureLookupSpec
417 Function function = m_lookupSpec.function; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 74 deUint32 function; member in struct:deqp::gles3::Functional::DepthStencilCaseUtil::StencilParams
85 : function (0)
121 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.function) << "\n"
354 cmd.params.stencil[rr::FACETYPE_FRONT].function = GL_EQUAL;
370 dst.func = sglr::rr_util::mapGLTestFunc(src.function);
445 glStencilFuncSeparate(glFace, sParams.function, sParams.reference, sParams.compareMask);
763 params.stencil[ndx].function = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs));
873 params.stencil[visible].function = hasStencilFunc ? compareFuncs[stencilFunc].func : 0;
881 params.stencil[notVisible].function = GL_ALWAYS;
944 params.stencil[visible].function = opCombinationCases[ndx].func
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 641 string function() const { function in class:google_breakpad::MinidumpAssertion
    [all...]
  /external/icu/icu4c/source/i18n/
transreg.cpp 465 Transliterator::Factory function; member in struct:TransliteratorEntry::__anon21472::__anon21473
520 u.factory.function = factory;
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 36 * PerfTest.Function testTheName()
67 * determines what test function is measures, and the number of iterations that
118 public PerfTest.Function getTestCmd(String name);
178 public Function getTestCmd(String aname) {
187 return (Function) m.invoke(refer, new Object[] {});
197 * Subclasses of PerfTest will need to create subclasses of Function that
202 public abstract static class Function {
272 public FunctionRunner(Function f, long loops, int id) {
284 private Function f;
390 Function testFunction = testProvider.getTestCmd(meth)
    [all...]
  /external/kernel-headers/original/uapi/linux/
media.h 56 * NOTE: those ranges and entity function number are phased just to
58 * the ranges to identify a group of function types, as newer
163 * Those symbols map the entity function into types and should be
352 __u32 function; /* Main function of the entity */ member in struct:media_v2_entity
ncp.h 29 __u8 function; member in struct:ncp_request_header
  /external/kotlinc/lib/
allopen-compiler-plugin.jar 
sam-with-receiver-compiler-plugin.jar 
  /external/libxml2/include/libxml/
xpath.h 131 * A conversion function is associated to a type and used to cast
139 * Extra type: a name and a conversion function.
146 xmlXPathConvertFunc func; /* the conversion function */
163 * @nargs: the number of arguments passed to the function
165 * An XPath evaluation function, the parameters are on the XPath context stack.
172 * Extra function: a name and a evaluation function.
178 const xmlChar *name; /* the function name */
179 xmlXPathEvalFunc func; /* the evaluation function */
187 * An axis traversal function. To traverse an axis, the engine call
331 const xmlChar *function; member in struct:_xmlXPathContext
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 61 const uint32_t function = GXcopy; local
67 xcb_create_gc(dri2_dpy->conn, dri2_surf->gc, dri2_surf->drawable, mask, &function);
71 valgc[0] = function;
398 * Function utilizes swrastGetDrawableInfo to get surface
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 36 * dispatch table to handle the function.
56 * is generated and the driver function is not called. An
66 * checked before calling the driver function. Other than the
75 * eglFooBar - public EGL function
79 * _eglFooBar - private EGL function
352 * This is typically the first EGL function that an application calls.
564 * This is typically the second EGL function that an application calls.
2313 _EGLProc function; member in struct:__anon29362
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.h 382 LLVMValueRef function; member in struct:draw_llvm_variant
408 LLVMValueRef function; member in struct:draw_gs_llvm_variant
  /external/python/cpython3/Modules/
readline.c 146 /* Exported function to send one line to readline's init file parser */
175 /* Exported function to parse a readline init file */
201 /* Exported function to load a readline history file */
228 /* Exported function to save a readline history file */
263 /* Exported function to save part of a readline history file */
332 /* Generic hook function setter */
337 PyObject *function = Py_None; local
340 if (!PyArg_ParseTuple(args, buf, &function))
342 if (function == Py_None) {
345 else if (PyCallable_Check(function)) {
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 215 TFunction* function; member in union:YYSTYPE::__anon35626::__anon35628
  /external/syslinux/gpxe/src/include/gpxe/
srp.h 365 /** Task management function
369 uint8_t function; member in struct:srp_tsk_mgmt
387 /** The task manager shall perform an ABORT TASK function */
390 /** The task manager shall perform an ABORT TASK SET function */
393 /** The task manager shall perform a CLEAR TASK SET function */
396 /** The task manager shall perform a LOGICAL UNIT RESET function */
399 /** The task manager shall perform a CLEAR ACA function */
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
dot_op_emitter.cc 792 // Function entry basic block.
794 llvm::Function* func = reduction_loop->GetPreheaderBasicBlock()->getParent();
949 llvm::Function* function = ir_builder_->GetInsertBlock()->getParent(); local
    [all...]
ir_emitter.cc 106 StatusOr<llvm::Function*> IrEmitter::EmitComputation(
111 VLOG(2) << "Emitting IR for CPU function [" << function_name_prefix
131 llvm::Function* ir_function = compute_function_->function();
143 llvm::Function::LinkageTypes linkage =
394 // The signature of the acquire infeed buffer function is:
403 llvm::Function* acquire_func;
405 acquire_func = llvm::cast<llvm::Function>(module_->getOrInsertFunction(
408 acquire_func = llvm::cast<llvm::Function>(module_->getOrInsertFunction(
413 // The signature of the release infeed buffer function is
497 HloComputation* function = map->to_apply(); local
517 HloComputation* function = reduce_window->to_apply(); local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.cc 160 llvm::Function*& emitted_function =
631 HloComputation* function = reduce->to_apply(); local
671 // Apply the reduction function to the loaded value.
676 *function, {accumulator_addr, input_address}, accumulator_addr));
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.h 59 string function() const { function in class:tensorflow::tfprof::CallStack::Trace
61 if (!trace_->function().empty()) return trace_->function();
  /external/v8/src/
accessors.cc 651 // Find the name of the function calling eval.
676 Handle<JSFunction> function) {
677 if (!function->has_prototype()) {
678 Handle<Object> proto = isolate->factory()->NewFunctionPrototype(function);
679 JSFunction::SetPrototype(function, proto);
681 return Handle<Object>(function->prototype(), isolate);
686 Isolate* isolate, Handle<JSFunction> function, Handle<Object> value) {
687 JSFunction::SetPrototype(function, value);
688 DCHECK(function->prototype() == *value);
689 return function;
708 Handle<JSFunction> function = local
750 Handle<JSFunction> function = local
779 Handle<JSFunction> function = local
923 Handle<JSFunction> function = local
1049 Handle<JSFunction> function = local
1082 Handle<JSBoundFunction> function = local
1118 Handle<JSBoundFunction> function = local
    [all...]
  /external/v8/src/ast/
ast-types.h 43 // Function < Object
51 // Function(R, S, T0, T1, ...) < Function
54 // Both structural Array and Function types are invariant in all parameters;
56 // There is no subtyping relation between Array, Function, or Context types
203 V(Function, 1u << 18 | AST_REPRESENTATION(kTaggedPointer)) \
605 // Function types.
727 static AstType* Function(AstType* result, AstType* receiver, int arity,
731 static AstType* Function(AstType* result, Zone* zone) {
732 return Function(result, Any(), 0, zone)
735 AstType* function = Function(result, Any(), 1, zone); local
741 AstType* function = Function(result, Any(), 2, zone); local
748 AstType* function = Function(result, Any(), 3, zone); local
756 AstType* function = Function(result, Any(), arity, zone); local
    [all...]
  /external/v8/src/builtins/
builtins-date.cc 886 Handle<Object> function; local
940 Node* function = assembler->ExternalConstant( local
    [all...]

Completed in 410 milliseconds

<<11121314151617181920>>