Searched refs:tbool (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opcodes.py | 96 tbool = "bool" variable 209 for src_t in [tint, tuint, tfloat, tbool]: 210 if src_t == tbool: 213 dst_types = [tfloat, tint, tbool] 217 dst_types = [tint, tuint, tfloat, tbool] 228 conv_expr = "src0 != 0" if dst_t == tbool else "src0"
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opcodes.py | 98 tbool = "bool" variable 229 for src_t in [tint, tuint, tfloat, tbool]: 230 if src_t == tbool: 231 dst_types = [tfloat, tint, tbool] 233 dst_types = [tfloat, tint, tbool] 237 dst_types = [tint, tuint, tfloat, tbool] 281 conv_expr = "src0 != 0" if dst_t == tbool else "src0"
|
| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| H A D | state.py | 109 self.add_type('BOOL', '', ('uint8_t',), tbool)
|
| H A D | xtypes.py | 228 tbool = SimpleType(('uint8_t',), 1, 'BOOL') variable
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 1250 - nir/opcodes: Rename tbool to tbool32
|
Completed in 12 milliseconds