Searched refs:FIXED (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_pack.py85 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 Du_format_parse.py35 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 Du_format_table.py59 FIXED: "UTIL_FORMAT_TYPE_FIXED",
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_pack.py81 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 Du_format_parse.py34 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 Du_format_table.py57 FIXED: "UTIL_FORMAT_TYPE_FIXED",
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format_parse.py32 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 Dvk_format_table.py57 FIXED: "VK_FORMAT_TYPE_FIXED",
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format_parse.py32 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 Dvk_format_table.py57 FIXED: "VK_FORMAT_TYPE_FIXED",
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_format.c140 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 Detnaviv_format.c152 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 Dformat.rst23 - ``FIXED``: Signed fixed point integer, (N/2 - 1) bits of mantissa
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c929 #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 Dformat.rst23 - ``FIXED``: Signed fixed point integer, (N/2 - 1) bits of mantissa
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_wgl.c238 FIXED one, minus_one, zero;
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd13 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 Dgfx10_format_table.py216 assert chan_type == FIXED
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c227 FIXED one, minus_one, zero;
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd13 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 D19.3.0.rst1928 - freedreno/a2xx: add missing vertex formats (SSCALE/USCALE/FIXED)
H A D19.1.0.rst495 - panfrost: Implement FIXED formats

Completed in 25 milliseconds