OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decl_t
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.c
116
if (p->
decl_t
& (1 << nr))
119
p->
decl_t
|= (1 << nr);
482
p->
decl_t
= 0;
i915_context.h
179
GLuint
decl_t
; /* flags for which t regs need to be decl'd */
member in struct:i915_fragment_program
/external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c
85
if (p->
decl_t
& (1 << nr))
88
p->
decl_t
|= (1 << nr);
i915_fpc.h
70
uint
decl_t
; /**< flags for which t regs need to be decl'd */
member in struct:i915_fp_compile
i915_fpc_translate.c
[
all
...]
Completed in 164 milliseconds