HomeSort by: relevance | last modified time | path
    Searched refs:generate (Results 1 - 25 of 46) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib.old/dist/scons/
x11.py 31 def generate(env): function
dxsdk.py 43 def generate(env): function
crossmingw.py 120 def generate(env): function
llvm.py 43 def generate(env): function
  /xsrc/external/mit/MesaLib/dist/src/mapi/
stub.h 42 stub_find_dynamic(const char *name, int generate);
stub.c 116 * generate is true, a new stub is generated.
119 stub_find_dynamic(const char *name, int generate)
127 if (generate)
138 /* generate a dynamic stub */
139 if (generate && !stub)
mapi_glapi.c 152 /* generate missing stubs */
182 _glapi_get_stub(const char *name, int generate)
200 stub = stub_find_dynamic(name, generate);
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/
stub.h 42 stub_find_dynamic(const char *name, int generate);
stub.c 116 * generate is true, a new stub is generated.
119 stub_find_dynamic(const char *name, int generate)
127 if (generate)
138 /* generate a dynamic stub */
139 if (generate && !stub)
mapi_glapi.c 152 /* generate missing stubs */
173 _glapi_get_stub(const char *name, int generate)
188 stub = stub_find_dynamic(name, generate);
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
rootfs-setup.sh 15 "$CI_COMMON"/generate-env.sh > $rootfs_dst/set-job-env-vars.sh
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_draw_arrays.c 46 u_generate_func generate, struct pipe_resource **out_buf)
63 generate(0, nr, dst_map);
97 u_generate_func generate,
107 hwtnl->index_cache[prim][i].generate == generate) {
157 ret = generate_indices(hwtnl, gen_nr, gen_size, generate, out_buf);
161 hwtnl->index_cache[prim][i].generate = generate;
svga_draw_private.h 128 u_generate_func generate; member in struct:index_cache
131 /* If non-null, this buffer is filled by calling generate(nr, map(buffer))
183 /* Cache the results of running a particular generate func on each
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_draw_arrays.c 46 u_generate_func generate, struct pipe_resource **out_buf)
63 generate(0, nr, dst_map);
97 u_generate_func generate,
107 hwtnl->index_cache[prim][i].generate == generate) {
157 ret = generate_indices(hwtnl, gen_nr, gen_size, generate, out_buf);
161 hwtnl->index_cache[prim][i].generate = generate;
svga_draw_private.h 119 u_generate_func generate; member in struct:index_cache
122 /* If non-null, this buffer is filled by calling generate(nr, map(buffer))
174 /* Cache the results of running a particular generate func on each
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_variable_index_to_cond_assign.cpp 60 * Generate a comparison value for a block of indices
63 * can use this to generate blocks of index comparison values.
196 void generate(unsigned i, ir_rvalue* condition, ir_factory &body) const function in struct:__anon722::assignment_generator
207 /* Generate a conditional assignment to (or from) the constant indexed
255 this->generator.generate(begin, 0, body);
266 this->generator.generate(i,
271 this->generator.generate(i + j,
293 generate(begin, middle, then_body);
294 generate(middle, end, else_body);
299 void generate(unsigned begin, unsigned end, ir_factory &body function in struct:__anon722::switch_generator
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_variable_index_to_cond_assign.cpp 60 * Generate a comparison value for a block of indices
63 * can use this to generate blocks of index comparison values.
196 void generate(unsigned i, ir_rvalue* condition, ir_factory &body) const function in struct:__anon3358::assignment_generator
207 /* Generate a conditional assignment to (or from) the constant indexed
255 this->generator.generate(begin, 0, body);
266 this->generator.generate(i,
271 this->generator.generate(i + j,
293 generate(begin, middle, then_body);
294 generate(middle, end, else_body);
299 void generate(unsigned begin, unsigned end, ir_factory &body function in struct:__anon3358::switch_generator
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/
u_indices.c 245 *out_generate = generate[out_idx][in_pv][out_pv][PIPE_PRIM_POINTS];
251 *out_generate = generate[out_idx][in_pv][out_pv][prim];
326 *out_generate = generate[out_idx][in_pv][out_pv][PIPE_PRIM_POINTS];
  /xsrc/external/mit/MesaLib/dist/src/egl/
egl-entrypoint-check.py 4 from generate.eglFunctionList import EGL_FUNCTIONS as GLVND_ENTRYPOINTS
42 print('ERROR: ' + egl_entrypoint + ' is missing from the GLVND entrypoints (src/egl/generate/eglFunctionList.py)')
52 print('ERROR: ' + glvnd_entrypoint + ' is should *not* be in the GLVND entrypoints (src/egl/generate/eglFunctionList.py)')
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/
lava-submit.sh 22 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_multithread_makecurrent.spec 80 glXMakeContextCurrent will generate a BadAccess error.
83 then glXMakeContextCurrent will generate a BadAccess error.
87 glXMakeCurrent will generate a BadAccess error.
90 then glXMakeCurrent will generate a BadAccess error.
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/
u_indices.c 260 *out_generate = generate[out_idx][in_pv][out_pv][PIPE_PRIM_POINTS];
263 *out_generate = generate[out_idx][in_pv][out_pv][prim];
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_multithread_makecurrent.spec 80 glXMakeContextCurrent will generate a BadAccess error.
83 then glXMakeContextCurrent will generate a BadAccess error.
87 glXMakeCurrent will generate a BadAccess error.
90 then glXMakeCurrent will generate a BadAccess error.
  /xsrc/external/mit/MesaLib/src/gallium/auxiliary/
u_indices_gen.c 31 * Functions to translate and generate index lists
60 static u_generate_func generate[OUT_COUNT][PV_COUNT][PV_COUNT][PRIM_COUNT]; variable
17957 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_POINTS] = generate_points_ushort_first2first;
17958 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINES] = generate_lines_ushort_first2first;
17959 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINE_STRIP] = generate_linestrip_ushort_first2first;
17960 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINE_LOOP] = generate_lineloop_ushort_first2first;
17961 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_TRIANGLES] = generate_tris_ushort_first2first;
17962 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_TRIANGLE_FAN] = generate_trifan_ushort_first2first;
17963 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_TRIANGLE_STRIP] = generate_tristrip_ushort_first2first;
17964 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_QUADS] = generate_quads_ushort_first2first
    [all...]
  /xsrc/external/mit/MesaLib.old/src/gallium/auxiliary/
u_indices_gen.c 31 * Functions to translate and generate index lists
60 static u_generate_func generate[OUT_COUNT][PV_COUNT][PV_COUNT][PRIM_COUNT]; variable
16741 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_POINTS] = generate_points_ushort_first2first;
16742 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINES] = generate_lines_ushort_first2first;
16743 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINE_STRIP] = generate_linestrip_ushort_first2first;
16744 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_LINE_LOOP] = generate_lineloop_ushort_first2first;
16745 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_TRIANGLES] = generate_tris_ushort_first2first;
16746 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_TRIANGLE_FAN] = generate_trifan_ushort_first2first;
16747 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_TRIANGLE_STRIP] = generate_tristrip_ushort_first2first;
16748 generate[OUT_USHORT][PV_FIRST][PV_FIRST][PIPE_PRIM_QUADS] = generate_quads_ushort_first2first
    [all...]

Completed in 38 milliseconds

1 2