OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_desc
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_format.c
416
const struct util_format_description *
dst_desc
)
420
if (src_desc->format ==
dst_desc
->format) {
425
dst_desc
->layout != UTIL_FORMAT_LAYOUT_PLAIN) {
429
if (src_desc->block.bits !=
dst_desc
->block.bits ||
430
src_desc->nr_channels !=
dst_desc
->nr_channels ||
431
src_desc->colorspace !=
dst_desc
->colorspace) {
437
dst_desc
->channel[chan].size) {
443
enum util_format_swizzle swizzle =
dst_desc
->swizzle[chan];
450
dst_desc
->channel[swizzle].type) ||
452
dst_desc
->channel[swizzle].normalized))
[
all
...]
u_format.h
607
const struct util_format_description *
dst_desc
);
u_blit.c
408
const struct util_format_description *
dst_desc
=
local
410
return util_is_format_compatible(src_desc,
dst_desc
);
/external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c
699
const struct util_format_description *
dst_desc
=
local
701
if (!util_is_format_compatible(src_desc,
dst_desc
))
704
dst_desc
->short_name);
[
all
...]
Completed in 76 milliseconds