OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_depth_stencil
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c
266
bool
is_depth_stencil
= buf == BUFFER_DEPTH || buf == BUFFER_STENCIL;
local
306
if (
is_depth_stencil
) {
324
if (
is_depth_stencil
) {
/external/libdrm/radeon/
radeon_surface.c
787
int r,
is_depth_stencil
= (surf->flags & zs_flags) == zs_flags;
local
797
if (
is_depth_stencil
) {
809
int r,
is_depth_stencil
= (surf->flags & zs_flags) == zs_flags;
local
820
if (
is_depth_stencil
) {
[
all
...]
Completed in 907 milliseconds