Searched refs:is_normalized (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.c | 193 instr->fetch.is_normalized = desc->channel[j].normalized; in patch_vtx_fetches() 361 instr->fetch.is_normalized = true; in create_blit_vp() 366 instr->fetch.is_normalized = true; in create_blit_vp()
|
D | ir-a2xx.h | 81 bool is_normalized : 1; member
|
D | ir-a2xx.c | 309 vtx->num_format_all = !instr->fetch.is_normalized; in instr_emit_fetch()
|
/external/python/cpython3/Modules/ |
D | unicodedata.c | 775 is_normalized(PyObject *self, PyObject *input, int nfc, int k) in is_normalized() function 836 if (is_normalized(self, input, 1, 0)) { in unicodedata_UCD_normalize_impl() 843 if (is_normalized(self, input, 1, 1)) { in unicodedata_UCD_normalize_impl() 850 if (is_normalized(self, input, 0, 0)) { in unicodedata_UCD_normalize_impl() 857 if (is_normalized(self, input, 0, 1)) { in unicodedata_UCD_normalize_impl()
|
/external/python/cpython2/Modules/ |
D | unicodedata.c | 743 is_normalized(PyObject *self, PyObject *input, int nfc, int k) in is_normalized() function 797 if (is_normalized(self, input, 1, 0)) { in unicodedata_normalize() 804 if (is_normalized(self, input, 1, 1)) { in unicodedata_normalize() 811 if (is_normalized(self, input, 0, 0)) { in unicodedata_normalize() 818 if (is_normalized(self, input, 0, 1)) { in unicodedata_normalize()
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 423 def is_normalized(self): member in Format
|