HomeSort by relevance Sort by last modified time
    Searched refs:consts (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/mesa3d/src/mesa/main/
version.h 35 struct gl_constants *consts, gl_api api);
41 _mesa_override_gl_version_contextless(struct gl_constants *consts,
48 _mesa_override_glsl_version(struct gl_constants *consts);
context.c 444 init_program_limits(struct gl_constants *consts, gl_shader_stage stage,
528 consts->MaxUniformBlockSize / 4 *
544 _mesa_init_constants(struct gl_constants *consts, gl_api api)
547 assert(consts);
550 consts->MaxTextureMbytes = MAX_TEXTURE_MBYTES;
551 consts->MaxTextureLevels = MAX_TEXTURE_LEVELS;
552 consts->Max3DTextureLevels = MAX_3D_TEXTURE_LEVELS;
553 consts->MaxCubeTextureLevels = MAX_CUBE_TEXTURE_LEVELS;
554 consts->MaxTextureRectSize = MAX_TEXTURE_RECT_SIZE;
555 consts->MaxArrayTextureLayers = MAX_ARRAY_TEXTURE_LAYERS
    [all...]
version.c 149 _mesa_override_gl_version_contextless(struct gl_constants *consts,
167 consts->ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT;
212 _mesa_override_glsl_version(struct gl_constants *consts)
223 n = sscanf(version, "%u", &consts->GLSLVersion);
235 const struct gl_constants *consts, gl_api api)
272 consts->GLSLVersion >= 130 &&
273 (consts->MaxSamples >= 4 || consts->FakeSWMSAA) &&
292 consts->GLSLVersion >= 140 &&
299 consts->Program[MESA_SHADER_VERTEX].MaxTextureImageUnits >= 16)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.h 41 struct gl_constants *consts,
st_extensions.c 565 struct gl_constants *consts,
    [all...]
  /external/libcups/cups/
ppd-conflicts.c 184 _ppd_cups_uiconsts_t *consts; /* Current constraints */ local
238 for (consts = (_ppd_cups_uiconsts_t *)cupsArrayFirst(active), changed = 0;
239 consts;
240 consts = (_ppd_cups_uiconsts_t *)cupsArrayNext(active))
242 if (consts->resolver[0])
248 if (cupsArrayFind(pass, consts->resolver))
251 if (cupsArrayFind(resolvers, consts->resolver))
258 consts->resolver));
263 consts->resolver)) == NULL)
266 consts->resolver))
709 _ppd_cups_uiconsts_t *consts; \/* Current cupsUIConstraints data *\/ local
958 _ppd_cups_uiconsts_t *consts; \/* Current constraints *\/ local
    [all...]
  /external/python/cpython2/Lib/test/
test_code.py 18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
121 def find_const(self, consts, value):
122 for v in consts
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c 30 The consts table must still be in list form so that the
37 tuple_of_constants(unsigned char *codestr, Py_ssize_t n, PyObject *consts)
43 assert(PyList_CheckExact(consts));
53 len_consts = PyList_GET_SIZE(consts);
57 constant = PyList_GET_ITEM(consts, arg);
62 /* Append folded constant onto consts */
63 if (PyList_Append(consts, newconst)) {
79 The consts table must still be in list form so that the
88 fold_binops_on_constants(unsigned char *codestr, PyObject *consts)
95 assert(PyList_CheckExact(consts));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 30 The consts table must still be in list form so that the
37 tuple_of_constants(unsigned char *codestr, Py_ssize_t n, PyObject *consts)
43 assert(PyList_CheckExact(consts));
53 len_consts = PyList_GET_SIZE(consts);
57 constant = PyList_GET_ITEM(consts, arg);
62 /* Append folded constant onto consts */
63 if (PyList_Append(consts, newconst)) {
79 The consts table must still be in list form so that the
88 fold_binops_on_constants(unsigned char *codestr, PyObject *consts)
95 assert(PyList_CheckExact(consts));
    [all...]
  /external/python/cpython2/Python/
peephole.c 30 The consts table must still be in list form so that the
37 tuple_of_constants(unsigned char *codestr, Py_ssize_t n, PyObject *consts)
43 assert(PyList_CheckExact(consts));
53 len_consts = PyList_GET_SIZE(consts);
57 constant = PyList_GET_ITEM(consts, arg);
62 /* Append folded constant onto consts */
63 if (PyList_Append(consts, newconst)) {
79 The consts table must still be in list form so that the
88 fold_binops_on_constants(unsigned char *codestr, PyObject *consts)
95 assert(PyList_CheckExact(consts));
    [all...]
  /external/v8/tools/
gen-postmortem-metadata.py 491 consts = [];
577 def emit_set(out, consts):
581 for const in consts:
599 consts = [];
604 consts.append({
609 emit_set(out, consts);
612 consts = [];
623 consts.append({
628 emit_set(out, consts);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_code.py 18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_code.py 18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_code.py 18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_code.py 18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_code.py 18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
  /cts/suite/audio_quality/test_description/processing/
example.py 17 from consts import *
28 # consts from consts.py
30 # element 0 : execution result value as defined as RESULT_XXX in consts.py
playback_sample.py 17 from consts import *
playback_thd.py 17 from consts import *
recording_thd.py 17 from consts import *
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_fragprog.c 90 unsigned off = fp->consts[i].offset;
91 unsigned idx = fp->consts[i].index * 4;
103 /* FP_ACTIVE_PROGRAM needs to be done again even if only the consts
160 FREE(fp->consts);
nv30_state.h 94 struct nv30_vertprog_data *consts; member in struct:nv30_vertprog
120 struct nv30_fragprog_data *consts; member in struct:nv30_fragprog
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
codeobject.c 45 PyObject *code, PyObject *consts, PyObject *names,
55 consts == NULL || !PyTuple_Check(consts) ||
72 for (i = PyTuple_Size(consts); --i >= 0; ) {
73 PyObject *v = PyTuple_GetItem(consts, i);
78 PyString_InternInPlace(&PyTuple_GET_ITEM(consts, i));
88 Py_INCREF(consts);
89 co->co_consts = consts;
141 nulltuple, /* consts */
237 PyObject *consts; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
codeobject.c 45 PyObject *code, PyObject *consts, PyObject *names,
55 consts == NULL || !PyTuple_Check(consts) ||
72 for (i = PyTuple_Size(consts); --i >= 0; ) {
73 PyObject *v = PyTuple_GetItem(consts, i);
78 PyString_InternInPlace(&PyTuple_GET_ITEM(consts, i));
88 Py_INCREF(consts);
89 co->co_consts = consts;
141 nulltuple, /* consts */
237 PyObject *consts; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
code.h 101 PyAPI_FUNC(PyObject*) PyCode_Optimize(PyObject *code, PyObject* consts,

Completed in 1313 milliseconds

1 2 3 4 5 6