OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_ts
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_blt.h
41
unsigned
use_ts
:1;
member in struct:blt_imginfo
etnaviv_blt.c
72
COND(img->
use_ts
, BLT_IMAGE_CONFIG_TS) |
118
if (op->dest.
use_ts
) {
149
if (op->src.
use_ts
) {
159
assert(!op->dest.
use_ts
); /* Dest TS path doesn't work for copies? */
160
if (op->dest.
use_ts
) {
222
clr.dest.
use_ts
= 1;
298
clr.dest.
use_ts
= 1;
457
op.src.
use_ts
= 1;
/external/deqp/external/openglcts/modules/gl/
gl3cCullDistanceTests.hpp
175
bool use_core_functionality, bool use_gs, bool
use_ts
, bool fetch_culldistance_from_fs);
gl3cCullDistanceTests.cpp
[
all
...]
Completed in 75 milliseconds