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

<<11121314151617181920>>

  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 21 * \brief Texture access function tests.
56 enum Function
72 inline bool functionHasAutoLod (glu::ShaderType shaderType, Function function)
75 (function == FUNCTION_TEXTURE ||
76 function == FUNCTION_TEXTUREPROJ ||
77 function == FUNCTION_TEXTUREPROJ3);
80 inline bool functionHasProj (Function function)
82 return function == FUNCTION_TEXTUREPROJ |
105 Function function; member in struct:deqp::gles3::Functional::__anon18510::TextureLookupSpec
745 Function function = m_lookupSpec.function; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 297 // add function permutations
312 // subtract function permutations
327 // reverse subtract function permutations
1086 int function = -1; local
1088 function = 0;
1090 function = 1;
1092 function = 2;
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir.h 175 AS_CHILD(function)
268 * The base implementation of this function always returns \c false. The
269 * \c ir_constant class over-rides this function to return \c true \b only
280 * The base implementation of this function always returns \c false. The
281 * \c ir_constant class over-rides this function to return \c true \b only
292 * The base implementation of this function always returns \c false. The
293 * \c ir_constant class over-rides this function to return \c true \b only
325 ir_var_auto = 0, /**< Function local variables and globals. */
411 * This function is used to generate error messages of the form "shader
415 * This function should only be used on a shader input or output variable
1169 inline const class ir_function *function() const function in class:ir_function_signature
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 221 * Helper to compute the mirror function for the PIPE_WRAP_MIRROR modes.
426 /* compute mirror function */
616 /* compute mirror function */
3221 LLVMValueRef function, inst; local
    [all...]
lp_bld_tgsi_soa.c 70 * we need one more for our main function */
106 * Return the context for the current function.
107 * (always 'main', if shader doesn't do any function calls)
120 * no loop inside the current function, but we were inside
121 * a loop inside another function, from which this one was called.
138 * no switch in the current function, but we were inside
139 * a switch inside another function, from which this one was called.
156 * no conditional in the current function, but we were inside
157 * a conditional inside another function, from which this one was called.
173 * Initialize a function context at the specified index
4062 LLVMValueRef function = LLVMGetBasicBlockParent(block); local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 43 * muster the LLVM JIT execution engine to create a function that follows an
624 * This function will reorder pixels from the fragment shader SoA to memory layout AoS
2414 LLVMValueRef function; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 60 * It's important that this function is inlined when compiled with
609 * For linear interpolation between mipmap levels N and N+1, this function
660 * will be minified, magnified, or split between the two. This function
686 * We can't really use this because the inaccuracy in the LOG2 function
3556 GLenum function; local
    [all...]
  /external/python/cpython2/Modules/
_sre.c 643 * top function of the recursion, returning false will be a matching
645 * If it's *not* the top function, it will be a recursive SRE_MATCH()
2070 PyObject* function; local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.cpp 513 functionArray.push_back(Function(0, "main(", nullptr, nullptr));
537 emitShader(FUNCTION);
1288 const Function *function = findFunction(name); local
1325 const Function *function = findFunction(name); local
    [all...]
glslang_tab.cpp 85 #pragma GCC diagnostic ignored "-Wunused-function"
302 TFunction* function; member in union:YYSTYPE::__anon35620::__anon35622
2618 TFunction *function = new TFunction((yyvsp[0].lex).string, type); local
2630 TFunction *function = new TFunction((yyvsp[0].lex).string, type); local
3217 TFunction *function; local
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 840 // this function returns. The anaylsis should be properly confirmed.
880 // first argument to the target function and arg[0] is the last.
1880 Register function = x1; local
2561 ExternalReference function = local
    [all...]
  /external/v8/src/
assembler.cc 773 return "wasm function table size reference";
934 ExternalReference::ExternalReference(const Runtime::Function* f,
1378 Address function; local
    [all...]
  /external/v8/src/compiler/
instruction-selector.cc 580 Node* function = state->InputAt(kFrameStateFunctionInput); local
594 values_descriptor, inputs, g, deduplicator, function,
    [all...]
js-typed-lowering.cc 1462 Handle<JSFunction> function = local
1978 Handle<JSFunction> function = local
2090 Handle<JSFunction> function = local
    [all...]
typer.cc 371 // Helper functions that lift a function f on types to a function on bounds,
570 return Type::Function();
1338 Handle<JSFunction> function = local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 229 function()->PrintTo(stream);
267 function()->PrintTo(stream);
923 LOperand* function = UseRegisterAtStart(instr->function()); local
924 LWrapReceiver* result = new(zone()) LWrapReceiver(receiver, function);
930 LOperand* function = UseFixed(instr->function(), r1); local
934 LApplyArguments* result = new(zone()) LApplyArguments(function,
954 LOperand* function = UseRegister(store_code_entry->function()); local
1033 LOperand* function = UseFixed(instr->function(), r1); local
    [all...]
lithium-arm.h 509 LWrapReceiver(LOperand* receiver, LOperand* function) {
511 inputs_[1] = function;
518 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
524 LApplyArguments(LOperand* function,
528 inputs_[0] = function;
537 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1459 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1569 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1673 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1718 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 639 LApplyArguments(LOperand* function,
643 inputs_[0] = function;
652 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
851 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final
1398 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1496 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
2437 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
2672 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 248 function()->PrintTo(stream);
288 function()->PrintTo(stream);
958 LOperand* function = UseRegister(instr->function()); local
961 new(zone()) LWrapReceiver(receiver, function, temp);
967 LOperand* function = UseFixed(instr->function(), edi); local
971 LApplyArguments* result = new(zone()) LApplyArguments(function,
991 LOperand* function = UseRegister(store_code_entry->function()); local
1070 LOperand* function = UseFixed(instr->function(), edi); local
    [all...]
lithium-ia32.h 507 LOperand* function,
510 inputs_[1] = function;
515 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
525 LApplyArguments(LOperand* function,
529 inputs_[0] = function;
535 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1469 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1596 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1696 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1741 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 236 function()->PrintTo(stream);
274 function()->PrintTo(stream);
677 // We call a C function for double modulo. It can't trigger a GC. We need
928 LOperand* function = UseRegisterAtStart(instr->function()); local
929 LWrapReceiver* result = new(zone()) LWrapReceiver(receiver, function);
935 LOperand* function = UseFixed(instr->function(), a1); local
939 LApplyArguments* result = new(zone()) LApplyArguments(function,
959 LOperand* function = UseRegister(store_code_entry->function()) local
1038 LOperand* function = UseFixed(instr->function(), a1); local
    [all...]
lithium-mips.h 507 LWrapReceiver(LOperand* receiver, LOperand* function) {
509 inputs_[1] = function;
516 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
522 LApplyArguments(LOperand* function,
526 inputs_[0] = function;
535 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1422 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1532 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1636 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1681 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 236 function()->PrintTo(stream);
274 function()->PrintTo(stream);
677 // We call a C function for double modulo. It can't trigger a GC. We need
928 LOperand* function = UseRegisterAtStart(instr->function()); local
929 LWrapReceiver* result = new(zone()) LWrapReceiver(receiver, function);
935 LOperand* function = UseFixed(instr->function(), a1); local
939 LApplyArguments* result = new(zone()) LApplyArguments(function,
959 LOperand* function = UseRegister(store_code_entry->function()) local
1038 LOperand* function = UseFixed(instr->function(), a1); local
    [all...]
lithium-mips64.h 510 LWrapReceiver(LOperand* receiver, LOperand* function) {
512 inputs_[1] = function;
519 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
525 LApplyArguments(LOperand* function,
529 inputs_[0] = function;
538 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1484 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1594 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final
1698 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final
1743 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 242 function()->PrintTo(stream);
280 function()->PrintTo(stream);
682 // We call a C function for double modulo. It can't trigger a GC. We need
938 LOperand* function = UseRegisterAtStart(instr->function()); local
939 LWrapReceiver* result = new (zone()) LWrapReceiver(receiver, function);
945 LOperand* function = UseFixed(instr->function(), r4); local
950 new (zone()) LApplyArguments(function, receiver, length, elements);
967 LOperand* function = UseRegister(store_code_entry->function()) local
1044 LOperand* function = UseFixed(instr->function(), r4); local
    [all...]

Completed in 990 milliseconds

<<11121314151617181920>>