HomeSort by relevance Sort by last modified time
    Searched refs:argument_index (Results 1 - 11 of 11) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/val/
validate_function.cpp 151 for (size_t argument_index = 3, param_index = 2;
152 argument_index < inst->operands().size();
153 argument_index++, param_index++) {
154 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index);
158 << "Missing argument " << argument_index - 3 << " definition.";
164 << "Missing argument " << argument_index - 3
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_function.cpp 224 for (size_t argument_index = 3, param_index = 2;
225 argument_index < inst->operands().size();
226 argument_index++, param_index++) {
227 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index);
231 << "Missing argument " << argument_index - 3 << " definition.";
237 << "Missing argument " << argument_index - 3
  /external/bcc/src/cc/
bcc_usdt.h 69 int location_index, int argument_index,
  /external/bcc/src/cc/usdt/
usdt.cc 505 int location_index, int argument_index,
511 if (argument_index < 0 || (size_t)argument_index >= probe->num_arguments())
516 auto const &arg = location.arguments_[argument_index];
  /art/compiler/optimizing/
code_generator_x86.h 72 RegisterPair GetRegisterPairAt(size_t argument_index) {
73 DCHECK_LT(argument_index + 1, GetNumberOfRegisters());
74 return kParameterCorePairRegisters[argument_index];
instruction_builder.cc 1444 size_t argument_index = 0; local
1481 size_t argument_index = 0; local
    [all...]
instruction_builder.h 250 size_t* argument_index);
  /external/minijail/tools/
compiler.py 326 block = bpf.Atom(atom.argument_index, atom.op, atom.value,
parser.py 171 Atom = collections.namedtuple('Atom', ['argument_index', 'op', 'value'])
324 argument_index = int(argument.value[3:])
325 if not (0 <= argument_index < bpf.MAX_SYSCALL_ARGUMENTS):
327 return Atom(argument_index, operator.value, value)
  /art/runtime/interpreter/
interpreter_common.cc 1361 int argument_index; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp 14987 glw::GLuint argument_index[3] = { 0 }; local
    [all...]

Completed in 525 milliseconds