| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_format_pack.py | 85 elif channel.type in (SIGNED, FIXED): 105 elif channel.type in (SIGNED, FIXED): 150 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 174 elif channel.type in (SIGNED, FIXED): 215 if type.type == FIXED: 251 if type.type == FIXED: 401 if src_norm or src_type == FIXED: 425 if dst_channel.norm or dst_channel.type == FIXED:
|
| H A D | u_format_parse.py | 35 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 62 self.sign = type in (SIGNED, FIXED, FLOAT) 87 if self.type == FIXED: 101 if self.type == FIXED: 281 'h': FIXED,
|
| H A D | u_format_table.py | 59 FIXED: "UTIL_FORMAT_TYPE_FIXED",
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_pack.py | 81 elif channel.type in (SIGNED, FIXED): 101 elif channel.type in (SIGNED, FIXED): 140 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 164 elif channel.type in (SIGNED, FIXED): 205 if type.type == FIXED: 241 if type.type == FIXED: 389 if src_norm or src_type == FIXED: 413 if dst_channel.norm or dst_channel.type == FIXED:
|
| H A D | u_format_parse.py | 34 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 61 self.sign = type in (SIGNED, FIXED, FLOAT) 89 if self.type == FIXED: 103 if self.type == FIXED: 338 'h': FIXED,
|
| H A D | u_format_table.py | 57 FIXED: "UTIL_FORMAT_TYPE_FIXED",
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | vk_format_parse.py | 32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 61 self.sign = type in (SIGNED, FIXED, FLOAT) 87 if self.type == FIXED: 101 if self.type == FIXED: 265 'h': FIXED,
|
| H A D | vk_format_table.py | 57 FIXED: "VK_FORMAT_TYPE_FIXED",
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | vk_format_parse.py | 32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 61 self.sign = type in (SIGNED, FIXED, FLOAT) 88 if self.type == FIXED: 102 if self.type == FIXED: 273 'h': FIXED,
|
| H A D | vk_format_table.py | 57 FIXED: "VK_FORMAT_TYPE_FIXED",
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_format.c | 140 V_(R32_FIXED, FIXED, NONE), 202 V_(R32G32_FIXED, FIXED, NONE), 212 V_(R32G32B32_FIXED, FIXED, NONE), 222 V_(R32G32B32A32_FIXED, FIXED, NONE),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_format.c | 152 V_(R32_FIXED, FIXED, NONE), 210 V_(R32G32_FIXED, FIXED, NONE), 220 V_(R32G32B32_FIXED, FIXED, NONE), 230 V_(R32G32B32A32_FIXED, FIXED, NONE),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | format.rst | 23 - ``FIXED``: Signed fixed point integer, (N/2 - 1) bits of mantissa
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_module.c | 929 #define FIXED(x) { DXIL_OP_FIXED, { (x) } } macro 935 #define TYPE_INDEX FIXED(32) 953 { LITERAL(TYPE_CODE_FUNCTION), FIXED(1), ARRAY, TYPE_INDEX }, 4 956 { LITERAL(TYPE_CODE_STRUCT_ANON), FIXED(1), ARRAY, TYPE_INDEX }, 4 962 { LITERAL(TYPE_CODE_STRUCT_NAMED), FIXED(1), ARRAY, TYPE_INDEX }, 4 1020 { LITERAL(CST_CODE_CE_CAST), FIXED(4), TYPE_INDEX, VBR(8) }, 4 1098 FIXED(1) }, 5 1101 { LITERAL(FUNC_CODE_INST_BINOP), VBR(6), VBR(6), FIXED(4) }, 4 1104 { LITERAL(FUNC_CODE_INST_BINOP), VBR(6), VBR(6), FIXED(4), 1105 FIXED( [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | format.rst | 23 - ``FIXED``: Signed fixed point integer, (N/2 - 1) bits of mantissa
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_wgl.c | 238 FIXED one, minus_one, zero;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | gl_API.dtd | 13 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude" 19 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude">
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | gfx10_format_table.py | 216 assert chan_type == FIXED
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/ |
| H A D | stw_wgl.c | 227 FIXED one, minus_one, zero;
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | gl_API.dtd | 13 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude" 19 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude">
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.0.rst | 1928 - freedreno/a2xx: add missing vertex formats (SSCALE/USCALE/FIXED)
|
| H A D | 19.1.0.rst | 495 - panfrost: Implement FIXED formats
|