OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stencil_mt
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_misc_state.c
42
*
stencil_mt
= NULL,
local
89
stencil_mt
= srb->mt;
90
if (
stencil_mt
->
stencil_mt
)
91
stencil_mt
=
stencil_mt
->
stencil_mt
;
93
assert(
stencil_mt
->format == MESA_FORMAT_S8);
101
assert(
stencil_mt
== NULL || depth_mt !=
stencil_mt
);
[
all
...]
brw_misc_state.c
213
!srb->mt->
stencil_mt
&&
264
struct intel_mipmap_tree *
stencil_mt
= NULL;
local
320
stencil_mt
= stencil_irb->mt;
321
if (
stencil_mt
->
stencil_mt
)
322
stencil_mt
=
stencil_mt
->
stencil_mt
;
324
if (
stencil_mt
->format == MESA_FORMAT_S8) {
332
intel_region_get_tile_masks(
stencil_mt
->region
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
gen7_misc_state.c
42
*
stencil_mt
= NULL,
local
89
stencil_mt
= srb->mt;
90
if (
stencil_mt
->
stencil_mt
)
91
stencil_mt
=
stencil_mt
->
stencil_mt
;
93
assert(
stencil_mt
->format == MESA_FORMAT_S8);
101
assert(
stencil_mt
== NULL || depth_mt !=
stencil_mt
);
[
all
...]
brw_misc_state.c
213
!srb->mt->
stencil_mt
&&
264
struct intel_mipmap_tree *
stencil_mt
= NULL;
local
320
stencil_mt
= stencil_irb->mt;
321
if (
stencil_mt
->
stencil_mt
)
322
stencil_mt
=
stencil_mt
->
stencil_mt
;
324
if (
stencil_mt
->format == MESA_FORMAT_S8) {
332
intel_region_get_tile_masks(
stencil_mt
->region
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h
342
struct intel_mipmap_tree *
stencil_mt
;
member in struct:intel_mipmap_tree
461
* Copy the stencil data from \c mt->
stencil_mt
->region to \c mt->region for
464
* \see intel_mipmap_tree::
stencil_mt
473
* Copy the stencil data in \c mt->
stencil_mt
->region to \c mt->region for the
476
* \see intel_mipmap_tree::
stencil_mt
intel_fbo.c
67
if (attIndex == BUFFER_STENCIL && irb->mt->
stencil_mt
)
68
return irb->mt->
stencil_mt
->region;
699
struct intel_mipmap_tree *depth_mt = NULL, *
stencil_mt
= NULL;
local
709
stencil_mt
= stencilRb->mt;
710
if (
stencil_mt
->
stencil_mt
)
711
stencil_mt
=
stencil_mt
->
stencil_mt
;
714
if (depth_mt &&
stencil_mt
) {
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h
342
struct intel_mipmap_tree *
stencil_mt
;
member in struct:intel_mipmap_tree
461
* Copy the stencil data from \c mt->
stencil_mt
->region to \c mt->region for
464
* \see intel_mipmap_tree::
stencil_mt
473
* Copy the stencil data in \c mt->
stencil_mt
->region to \c mt->region for the
476
* \see intel_mipmap_tree::
stencil_mt
intel_fbo.c
67
if (attIndex == BUFFER_STENCIL && irb->mt->
stencil_mt
)
68
return irb->mt->
stencil_mt
->region;
699
struct intel_mipmap_tree *depth_mt = NULL, *
stencil_mt
= NULL;
local
709
stencil_mt
= stencilRb->mt;
710
if (
stencil_mt
->
stencil_mt
)
711
stencil_mt
=
stencil_mt
->
stencil_mt
;
714
if (depth_mt &&
stencil_mt
) {
[
all
...]
Completed in 212 milliseconds