OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needs_t
(Results
1 - 8
of
8
) sorted by null
/system/core/libpixelflinger/tests/codegen/
codegen.cpp
24
AssemblyKey<
needs_t
> mKey;
26
ScanlineAssembly(
needs_t
needs, size_t size)
28
const AssemblyKey<
needs_t
>& key() const { return mKey; }
36
needs_t
needs;
/system/core/include/private/pixelflinger/
ggl_context.h
218
struct
needs_t
{
struct in namespace:android
220
inline bool operator == (const
needs_t
& rhs) const {
226
inline bool operator != (const
needs_t
& rhs) const {
234
inline int compare_type(const
needs_t
& lhs, const
needs_t
& rhs) {
235
return memcmp(&lhs, &rhs, sizeof(
needs_t
));
239
needs_t
value;
240
needs_t
mask;
243
int
needs_t
::match(const needs_filter_t& filter) {
501
needs_t
needs
[
all
...]
/system/core/libpixelflinger/codeflinger/
GGLAssembler.h
182
int scanline(const
needs_t
& needs, context_t const* c);
183
int scanline_core(const
needs_t
& needs, context_t const* c);
337
needs_t
needs;
399
const
needs_t
& needs);
423
void decodeLogicOpNeeds(const
needs_t
& needs);
425
void decodeTMUNeeds(const
needs_t
& needs, context_t const* c);
GGLAssembler.cpp
61
int GGLAssembler::scanline(const
needs_t
& needs, context_t const* c)
93
int GGLAssembler::scanline_core(const
needs_t
& needs, context_t const* c)
349
fragment_parts_t& parts, const
needs_t
& needs)
724
const
needs_t
& needs = mBuilderContext.needs;
787
const
needs_t
& needs = mBuilderContext.needs;
798
const
needs_t
& needs = mBuilderContext.needs;
814
const
needs_t
& needs = mBuilderContext.needs;
949
const
needs_t
& needs = mBuilderContext.needs
[
all
...]
texturing.cpp
46
const
needs_t
& needs = mBuilderContext.needs;
232
void GGLAssembler::decodeLogicOpNeeds(const
needs_t
& needs)
266
void GGLAssembler::decodeTMUNeeds(const
needs_t
& needs, context_t const* c)
330
const
needs_t
& needs = mBuilderContext.needs;
408
const
needs_t
& needs = mBuilderContext.needs;
[
all
...]
load_store.cpp
246
const
needs_t
& needs = mBuilderContext.needs;
/system/core/libpixelflinger/
picker.cpp
40
needs_t
new_needs(c->state.needs);
scanline.cpp
268
AssemblyKey<
needs_t
> mKey;
270
ScanlineAssembly(
needs_t
needs, size_t size)
272
const AssemblyKey<
needs_t
>& key() const { return mKey; }
367
const AssemblyKey<
needs_t
> key(c->state.needs);
[
all
...]
Completed in 25 milliseconds