Searched refs:sint (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
H A Dtypes.h60 #define sint x86emusint macro
77 typedef int sint; typedef in typeref:typename:int
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
H A Dtypes.h59 #define sint x86emusint macro
77 typedef int sint; typedef in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_desc.c180 bool sint = util_format_is_pure_sint(so->format); local in function:etna_create_sampler_view_desc
200 COND(sint && desc->channel[0].size == 8, TE_SAMPLER_CONFIG2_SIGNED_INT8) |
201 COND(sint && desc->channel[0].size == 16, TE_SAMPLER_CONFIG2_SIGNED_INT16));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c55 bool srgb = false, sint = false, uint = false; local in function:emit_mrt
79 sint = util_format_is_pure_sint(pformat);
118 COND(sint, A5XX_SP_FS_MRT_REG_COLOR_SINT) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c55 bool srgb = false, sint = false, uint = false; local in function:emit_mrt
79 sint = util_format_is_pure_sint(pformat);
121 COND(sint, A5XX_SP_FS_MRT_REG_COLOR_SINT) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c62 bool sint = false, uint = false; local in function:emit_mrt
84 sint = util_format_is_pure_sint(pformat);
118 COND(sint, A6XX_SP_FS_MRT_REG_COLOR_SINT) |
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.4.rst186 - radv: fix color conversions for normalized uint/sint formats
H A D19.1.0.rst1684 - gallium/util: support translating between uint and sint formats
4387 - radv: fix color conversions for normalized uint/sint formats
H A D19.0.0.rst819 - nir: Allow nir_format_unpack_int/sint to unpack larger values.
H A D21.2.0.rst4606 - freedreno/a6xx: Handle u/snorm vs u/sint validation
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c85 bool sint = false, uint = false; local in function:emit_mrt
105 sint = util_format_is_pure_sint(pformat);
132 .color_sint = sint, .color_uint = uint));
/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c8620 GLint sint; local in function:extractSint
8623 sint= __GLU_SWAP_4_BYTES(sitem);
8626 sint= *(const GLint *)sitem;
8629 assert(sint <= 0x7fffffff);
8631 return (GLdouble)sint;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_clear_blit.c286 .sint = vk_format_is_sint(vk_format),
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json21487 "description": "broadcom/compiler: avoid unneeded sint/unorm clamping when lowering stores",
29596 "description": "freedreno/a4xx: indicate whether outputs are uint/sint",
[all...]

Completed in 144 milliseconds