OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hwcs
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
compute.c
49
void *
hwcs
;
member in struct:context
159
ctx->
hwcs
= pipe->create_compute_state(pipe, &cs);
160
assert(ctx->
hwcs
);
162
pipe->bind_compute_state(pipe, ctx->
hwcs
);
169
pipe->delete_compute_state(pipe, ctx->
hwcs
);
170
ctx->
hwcs
= NULL;
[
all
...]
/external/mesa3d/src/gallium/tests/trivial/
compute.c
49
void *
hwcs
;
member in struct:context
159
ctx->
hwcs
= pipe->create_compute_state(pipe, &cs);
160
assert(ctx->
hwcs
);
162
pipe->bind_compute_state(pipe, ctx->
hwcs
);
169
pipe->delete_compute_state(pipe, ctx->
hwcs
);
170
ctx->
hwcs
= NULL;
[
all
...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp
286
// There have been reports of
HWCs
that signal several vsync events
[
all
...]
Completed in 362 milliseconds