Home
last modified time | relevance | path

Searched refs:is_normalized (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c193 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()
Dir-a2xx.h81 bool is_normalized : 1; member
Dir-a2xx.c309 vtx->num_format_all = !instr->fetch.is_normalized; in instr_emit_fetch()
/external/python/cpython2/Modules/
Dunicodedata.c743 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/python/cpython3/Modules/
Dunicodedata.c775 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/mesa3d/src/mesa/main/
Dformat_parser.py423 def is_normalized(self): member in Format