mightymandel v16

GPU-based Mandelbrot set explorer

slice.h File Reference

(v16)

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct slice_tableslice_table_new ()
void slice_table_delete (struct slice_table *t)
void slice_table_coords (struct slice_table *t, int slice, int n, int *i, int *j)

Function Documentation

void slice_table_coords ( struct slice_table t,
int  slice,
int  n,
int *  i,
int *  j 
)

Definition at line 138 of file slice.c.

References CASE, and SLICE_MAX.

Referenced by fp32_start(), fp64_start(), and fpxx_start().

+ Here is the caller graph for this function:

void slice_table_delete ( struct slice_table t)

Definition at line 127 of file slice.c.

References slice_table::c_tex, slice_table::s_tex, TEX_SLICE_COORDS, and TEX_SLICE_NUMBER.

Referenced by render_end().

+ Here is the caller graph for this function:

struct slice_table* slice_table_new ( )
read

Definition at line 44 of file slice.c.

References slice_table::c_tex, FILL, INVERT, slice_table::s0, slice_table::s1, slice_table::s_tex, TEX_SLICE_COORDS, TEX_SLICE_NUMBER, and UPLOAD.

Referenced by render_begin().

+ Here is the caller graph for this function: