HomeSort by relevance Sort by last modified time
    Searched refs:MESA_ARRAY_FORMAT (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/prebuilt-intermediates/main/
format_info.h 58 MESA_ARRAY_FORMAT(1, 0, 0, 1, 4, 3, 2, 1, 0),
71 MESA_ARRAY_FORMAT(1, 0, 0, 1, 4, 3, 2, 1, 5),
84 MESA_ARRAY_FORMAT(1, 0, 0, 1, 4, 0, 1, 2, 3),
97 MESA_ARRAY_FORMAT(1, 0, 0, 1, 4, 0, 1, 2, 5),
110 MESA_ARRAY_FORMAT(1, 0, 0, 1, 4, 2, 1, 0, 3),
123 MESA_ARRAY_FORMAT(1, 0, 0, 1, 4, 2, 1, 0, 5),
136 MESA_ARRAY_FORMAT(1, 0, 0, 1, 4, 1, 2, 3, 0),
149 MESA_ARRAY_FORMAT(1, 0, 0, 1, 4, 1, 2, 3, 5),
162 MESA_ARRAY_FORMAT(2, 0, 0, 1, 2, 0, 0, 0, 1),
175 MESA_ARRAY_FORMAT(2, 0, 0, 1, 2, 1, 1, 1, 0)
    [all...]
  /external/mesa3d/src/mesa/main/
format_utils.c 30 const mesa_array_format RGBA32_FLOAT =
31 MESA_ARRAY_FORMAT(4, 1, 1, 1, 4, 0, 1, 2, 3);
33 const mesa_array_format RGBA8_UBYTE =
34 MESA_ARRAY_FORMAT(1, 0, 0, 1, 4, 0, 1, 2, 3);
36 const mesa_array_format RGBA32_UINT =
37 MESA_ARRAY_FORMAT(4, 0, 0, 0, 4, 0, 1, 2, 3);
39 const mesa_array_format RGBA32_INT =
40 MESA_ARRAY_FORMAT(4, 1, 0, 0, 4, 0, 1, 2, 3);
251 * or a mesa_array_format represented as an uint32_t.
255 * or a mesa_array_format represented as an uint32_t
    [all...]
formats.h 96 typedef uint32_t mesa_array_format; typedef
113 * An enum useful to encode/decode information stored in a mesa_array_format
130 #define MESA_ARRAY_FORMAT(SIZE, SIGNED, IS_FLOAT, NORM, NUM_CHANS, \
144 * Various helpers to access the data encoded in a mesa_array_format
147 _mesa_array_format_is_signed(mesa_array_format f)
153 _mesa_array_format_is_float(mesa_array_format f)
159 _mesa_array_format_is_normalized(mesa_array_format f)
165 _mesa_array_format_get_datatype(mesa_array_format f)
178 _mesa_array_format_get_type_size(mesa_array_format f)
184 _mesa_array_format_get_num_channels(mesa_array_format f
    [all...]
glformats.c     [all...]

Completed in 85 milliseconds