OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_constant
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/graphics/java/android/renderscript/
Program.java
38
static final int
MAX_CONSTANT
= 8;
219
mConstants = new Type[
MAX_CONSTANT
];
310
if(mConstantCount >=
MAX_CONSTANT
) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs_emit.c
180
int
max_constant
;
local
242
max_constant
= 32 * 2 - c->key.nr_userclip_plane_consts;
244
max_constant
= BRW_MAX_GRF - 20 - c->vp->program.Base.NumTemporaries;
253
i < c->vp->program.Base.NumInstructions && constant <
max_constant
;
258
for (arg = 0; arg < 3 && constant <
max_constant
; arg++) {
283
if (constant ==
max_constant
)
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_emit.c
180
int
max_constant
;
local
242
max_constant
= 32 * 2 - c->key.nr_userclip_plane_consts;
244
max_constant
= BRW_MAX_GRF - 20 - c->vp->program.Base.NumTemporaries;
253
i < c->vp->program.Base.NumInstructions && constant <
max_constant
;
258
for (arg = 0; arg < 3 && constant <
max_constant
; arg++) {
283
if (constant ==
max_constant
)
[
all
...]
Completed in 308 milliseconds