| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | types.h | 60 #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 D | types.h | 59 #define sint x86emusint macro 77 typedef int sint; typedef in typeref:typename:int
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_texture_desc.c | 180 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 D | fd5_gmem.c | 55 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 D | fd5_gmem.c | 55 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 D | fd6_gmem.c | 62 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 D | 19.0.4.rst | 186 - radv: fix color conversions for normalized uint/sint formats
|
| H A D | 19.1.0.rst | 1684 - gallium/util: support translating between uint and sint formats 4387 - radv: fix color conversions for normalized uint/sint formats
|
| H A D | 19.0.0.rst | 819 - nir: Allow nir_format_unpack_int/sint to unpack larger values.
|
| H A D | 21.2.0.rst | 4606 - freedreno/a6xx: Handle u/snorm vs u/sint validation
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_gmem.c | 85 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 D | mipmap.c | 8620 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 D | tu_clear_blit.c | 286 .sint = vk_format_is_sint(vk_format),
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 21487 "description": "broadcom/compiler: avoid unneeded sint/unorm clamping when lowering stores", 29596 "description": "freedreno/a4xx: indicate whether outputs are uint/sint", [all...] |