Home
last modified time | relevance | path

Searched refs:op_names (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/broadcom/qpu/
Dqpu_instr.c88 static const char *op_names[] = { in v3d_qpu_add_op_name() local
174 if (op >= ARRAY_SIZE(op_names)) in v3d_qpu_add_op_name()
177 return op_names[op]; in v3d_qpu_add_op_name()
183 static const char *op_names[] = { in v3d_qpu_mul_op_name() local
196 if (op >= ARRAY_SIZE(op_names)) in v3d_qpu_mul_op_name()
199 return op_names[op]; in v3d_qpu_mul_op_name()
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgen-implicit-conversions.py809 op_names = [
816 for name, desc, op in op_names:
827 op_names = [
836 for name, desc, op in op_names:
/third_party/ffmpeg/tests/checkasm/
Dvp9dsp.c572 static const char *const op_names[2] = { "put", "avg" }; in check_mc() local
586 "%s_%s_%d%s", op_names[op], in check_mc()
591 "%s%d", op_names[op], size); in check_mc()