Searched refs:base_op (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir.c | 55 nir_ssa_def *base_op = nir_imul_imm(b, base_stride, mapped_driver_location); in ac_nir_calc_io_offset() local 66 return nir_iadd_imm_nuw(b, nir_iadd_nuw(b, base_op, offset_op), const_op); in ac_nir_calc_io_offset()
|
/third_party/python/Python/ |
H A D | specialize.c | 609 int base_op, int values_op, int hint_op) in specialize_dict_access() 615 SPECIALIZATION_FAIL(base_op, SPEC_FAIL_ATTR_NOT_MANAGED_DICT); in specialize_dict_access() 628 SPECIALIZATION_FAIL(base_op, SPEC_FAIL_OUT_OF_RANGE); in specialize_dict_access() 637 SPECIALIZATION_FAIL(base_op, SPEC_FAIL_NO_DICT); in specialize_dict_access() 645 SPECIALIZATION_FAIL(base_op, SPEC_FAIL_OUT_OF_RANGE); in specialize_dict_access() 606 specialize_dict_access( PyObject *owner, _Py_CODEUNIT *instr, PyTypeObject *type, DescriptorClassification kind, PyObject *name, int base_op, int values_op, int hint_op) specialize_dict_access() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.c | 6120 unsigned base_op; in save_Attr32bit() local 6129 base_op = OPCODE_ATTR_1F_ARB; in save_Attr32bit() 6132 base_op = OPCODE_ATTR_1F_NV; in save_Attr32bit() 6135 base_op = OPCODE_ATTR_1I; in save_Attr32bit() 6139 n = alloc_instruction(ctx, base_op + size - 1, 1 + size); in save_Attr32bit() 6153 if (base_op == OPCODE_ATTR_1F_NV) { in save_Attr32bit() 6191 unsigned base_op; in save_Attr64bit() local 6195 base_op = OPCODE_ATTR_1D; in save_Attr64bit() 6197 base_op = OPCODE_ATTR_1UI64; in save_Attr64bit() 6202 n = alloc_instruction(ctx, base_op in save_Attr64bit() [all...] |
Completed in 16 milliseconds