OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:z_swizzle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c
359
unsigned
z_swizzle
;
local
367
z_swizzle
= format_desc->swizzle[0];
369
if (
z_swizzle
== UTIL_FORMAT_SWIZZLE_NONE)
372
*width = format_desc->channel[
z_swizzle
].size;
375
for (chan = 0; chan <
z_swizzle
; ++chan)
591
const unsigned
z_swizzle
= format_desc->swizzle[0];
local
594
assert(
z_swizzle
!= UTIL_FORMAT_SWIZZLE_NONE ||
608
assert(
z_swizzle
< 4);
611
assert(
z_swizzle
== 0);
612
assert(format_desc->channel[
z_swizzle
].type =
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c
359
unsigned
z_swizzle
;
local
367
z_swizzle
= format_desc->swizzle[0];
369
if (
z_swizzle
== UTIL_FORMAT_SWIZZLE_NONE)
372
*width = format_desc->channel[
z_swizzle
].size;
375
for (chan = 0; chan <
z_swizzle
; ++chan)
591
const unsigned
z_swizzle
= format_desc->swizzle[0];
local
594
assert(
z_swizzle
!= UTIL_FORMAT_SWIZZLE_NONE ||
608
assert(
z_swizzle
< 4);
611
assert(
z_swizzle
== 0);
612
assert(format_desc->channel[
z_swizzle
].type =
[
all
...]
Completed in 43 milliseconds