HomeSort by: relevance | last modified time | path
    Searched defs:generate (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/scons/
x11.py 31 def generate(env): function
dxsdk.py 43 def generate(env): function
llvm.py 43 def generate(env): function
crossmingw.py 120 def generate(env): function
custom.py 309 def generate(env): function
gallium.py 187 def generate(env): function
446 '-mfpmath=sse', # generate SSE floating-point arithmetic
  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format_pack.py 70 '''Generate a structure that describes the format.'''
130 '''Determines whether we actually have the plumbing necessary to generate the
269 '''Generate the expression to clamp the value in the source type to the
302 '''Generate the expression to convert a value between two types.'''
602 '''Generate the function to unpack pixels from a particular format'''
635 '''Generate the function to pack pixels to a particular format'''
668 '''Generate the function to unpack pixels from a particular format'''
692 def generate(formats): function
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_format_pack.py 74 '''Generate a structure that describes the format.'''
140 '''Determines whether we actually have the plumbing necessary to generate the
279 '''Generate the expression to clamp the value in the source type to the
312 '''Generate the expression to convert a value between two types.'''
625 '''Generate the function to unpack pixels from a particular format'''
654 '''Generate the function to pack pixels to a particular format'''
683 '''Generate the function to unpack pixels from a particular format'''
702 def generate(formats): function
  /xsrc/external/mit/xcb-proto/dist/xcbgen/
state.py 127 def generate(self): member in class:Module
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
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_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/pixman/dist/pixman/dither/
make-blue-noise.c 573 generate (int size, xorwow_state_t *s, function
675 if (!generate (64, &s, "blue-noise-64x64.h", "blue-noise-64x64.ppm"))
  /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 30 milliseconds