OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_map
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/state_trackers/va/
va_subpicture.c
66
const va_subpicture_formats_supported_t * const
format_map
= &va_subpicture_formats_supported[n];
local
67
flags[n] =
format_map
->va_flags;
68
format_list[n] =
format_map
->va_format;
/external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c
37
*
format_map
[xa_surface_type][first..last in list].
165
memset(xa->
format_map
, 0, sizeof(xa->
format_map
));
179
if (xa->
format_map
[stype][0] == 0)
180
xa->
format_map
[stype][0] = num_formats;
181
xa->
format_map
[stype][1] = num_formats;
242
for (i = xa->
format_map
[stype][0]; i <= xa->
format_map
[stype][1]; ++i) {
xa_priv.h
73
unsigned int
format_map
[XA_LAST_SURFACE_TYPE][2];
member in struct:xa_tracker
/external/vixl/src/vixl/a64/
instructions-a64.h
579
VectorFormat GetVectorFormat(const NEONFormatMap*
format_map
) {
586
VIXL_ASSERT(GetNEONFormat(
format_map
) < (sizeof(vform) / sizeof(vform[0])));
587
return vform[GetNEONFormat(
format_map
)];
709
NEONFormat GetNEONFormat(const NEONFormatMap*
format_map
) {
710
return
format_map
->map[PickBits(
format_map
->bits)];
/toolchain/binutils/binutils-2.25/binutils/
windres.c
72
struct
format_map
struct
80
static const struct
format_map
format_names[] =
90
static const struct
format_map
format_fileexts[] =
553
const struct
format_map
*m;
588
const struct
format_map
*m;
/external/mesa3d/src/mesa/state_tracker/
st_format.c
757
static const struct format_mapping
format_map
[] = {
variable in typeref:struct:format_mapping
[
all
...]
Completed in 114 milliseconds