Home
last modified time | relevance | path

Searched refs:argument_index (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_function.cpp259 for (size_t argument_index = 3, param_index = 2; in ValidateFunctionCall() local
260 argument_index < inst->operands().size(); in ValidateFunctionCall()
261 argument_index++, param_index++) { in ValidateFunctionCall()
262 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index); in ValidateFunctionCall()
266 << "Missing argument " << argument_index - 3 << " definition."; in ValidateFunctionCall()
272 << "Missing argument " << argument_index - 3 in ValidateFunctionCall()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_function.cpp259 for (size_t argument_index = 3, param_index = 2; in ValidateFunctionCall() local
260 argument_index < inst->operands().size(); in ValidateFunctionCall()
261 argument_index++, param_index++) { in ValidateFunctionCall()
262 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index); in ValidateFunctionCall()
266 << "Missing argument " << argument_index - 3 << " definition."; in ValidateFunctionCall()
272 << "Missing argument " << argument_index - 3 in ValidateFunctionCall()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp259 for (size_t argument_index = 3, param_index = 2; in ValidateFunctionCall() local
260 argument_index < inst->operands().size(); in ValidateFunctionCall()
261 argument_index++, param_index++) { in ValidateFunctionCall()
262 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index); in ValidateFunctionCall()
266 << "Missing argument " << argument_index - 3 << " definition."; in ValidateFunctionCall()
272 << "Missing argument " << argument_index - 3 in ValidateFunctionCall()
/external/bcc/src/cc/includes/
Dbcc_usdt.h69 int location_index, int argument_index,
/external/bcc/src/cc/
Dbcc_usdt.h69 int location_index, int argument_index,
/external/bcc/src/cc/usdt/
Dusdt.cc505 int location_index, int argument_index, in bcc_usdt_get_argument() argument
511 if (argument_index < 0 || (size_t)argument_index >= probe->num_arguments()) in bcc_usdt_get_argument()
516 auto const &arg = location.arguments_[argument_index]; in bcc_usdt_get_argument()
/external/minijail/tools/
Dparser.py331 argument_index = int(argument.value[3:])
332 if not (0 <= argument_index < bpf.MAX_SYSCALL_ARGUMENTS):
334 return Atom(argument_index, operator.value, value)
Dcompiler.py330 block = bpf.Atom(atom.argument_index, atom.op, atom.value,
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc643 int argument_index; member
646 return std::tie(replica_id, argument_index) < in operator <()
647 std::tie(rhs.replica_id, rhs.argument_index); in operator <()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp14987 glw::GLuint argument_index[3] = { 0 }; in prepareComponents() local
15056 argument_index[i] = (vertex / argument_step[i]) % argument_reset[i]; in prepareComponents()
15065 double_argument_start[argument] += argument_index[argument]; in prepareComponents()
15091 uint_argument_start += argument_index[argument]; in prepareComponents()
15105 uint_argument_start += argument_index[argument]; in prepareComponents()