Home
last modified time | relevance | path

Searched full:setup (Results 1 – 25 of 10821) sorted by relevance

12345678910>>...433

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c55 float dx; /**< X(v1) - X(v0), used only during setup */
56 float dy; /**< Y(v1) - Y(v0), used only during setup */
72 * Triangle setup info.
126 * Clip setup->quad against the scissor/surface bounds.
129 quad_clip(struct setup_context *setup, struct quad_header *quad) in quad_clip() argument
132 const struct pipe_scissor_state *cliprect = &setup->softpipe->cliprect[viewport_index]; in quad_clip()
161 clip_emit_quad(struct setup_context *setup, struct quad_header *quad) in clip_emit_quad() argument
163 quad_clip(setup, quad); in clip_emit_quad()
166 struct softpipe_context *sp = setup->softpipe; in clip_emit_quad()
169 setup->numFragsEmitted += util_bitcount(quad->inout.mask); in clip_emit_quad()
[all …]
Dsp_prim_vbuf.c29 * Interface between 'draw' module's output and the softpipe rasterizer/setup
32 * call the point/line/tri setup functions.
61 struct setup_context *setup; member
139 struct setup_context *setup_ctx = cvbr->setup; in sp_vbuf_set_primitive()
166 struct setup_context *setup = cvbr->setup; in sp_vbuf_draw_elements() local
173 sp_setup_point( setup, in sp_vbuf_draw_elements()
180 sp_setup_line( setup, in sp_vbuf_draw_elements()
188 sp_setup_line( setup, in sp_vbuf_draw_elements()
196 sp_setup_line( setup, in sp_vbuf_draw_elements()
201 sp_setup_line( setup, in sp_vbuf_draw_elements()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c64 static boolean try_update_scene_state( struct lp_setup_context *setup );
68 lp_setup_get_empty_scene(struct lp_setup_context *setup) in lp_setup_get_empty_scene() argument
70 assert(setup->scene == NULL); in lp_setup_get_empty_scene()
72 setup->scene_idx++; in lp_setup_get_empty_scene()
73 setup->scene_idx %= ARRAY_SIZE(setup->scenes); in lp_setup_get_empty_scene()
75 setup->scene = setup->scenes[setup->scene_idx]; in lp_setup_get_empty_scene()
77 if (setup->scene->fence) { in lp_setup_get_empty_scene()
80 __FUNCTION__, setup->scene->fence->id); in lp_setup_get_empty_scene()
82 lp_fence_wait(setup->scene->fence); in lp_setup_get_empty_scene()
85 lp_scene_begin_binning(setup->scene, &setup->fb); in lp_setup_get_empty_scene()
[all …]
Dlp_setup_vbuf.c29 * Interface between 'draw' module's output and the llvmpipe rasterizer/setup
32 * call the point/line/tri setup functions.
63 struct lp_setup_context *setup = lp_setup_context(vbr); in lp_setup_get_vertex_info() local
68 lp_setup_update_state(setup, FALSE); in lp_setup_get_vertex_info()
70 return setup->vertex_info; in lp_setup_get_vertex_info()
78 struct lp_setup_context *setup = lp_setup_context(vbr); in lp_setup_allocate_vertices() local
81 if (setup->vertex_buffer_size < size) { in lp_setup_allocate_vertices()
82 align_free(setup->vertex_buffer); in lp_setup_allocate_vertices()
83 setup->vertex_buffer = align_malloc(size, 16); in lp_setup_allocate_vertices()
84 setup->vertex_buffer_size = size; in lp_setup_allocate_vertices()
[all …]
Dlp_setup.h50 void lp_setup_reset( struct lp_setup_context *setup );
57 lp_setup_clear(struct lp_setup_context *setup,
66 lp_setup_flush( struct lp_setup_context *setup,
72 lp_setup_bind_framebuffer( struct lp_setup_context *setup,
76 lp_setup_set_triangle_state( struct lp_setup_context *setup,
85 lp_setup_set_line_state( struct lp_setup_context *setup,
89 lp_setup_set_point_state( struct lp_setup_context *setup,
96 lp_setup_set_setup_variant( struct lp_setup_context *setup,
100 lp_setup_set_fs_variant( struct lp_setup_context *setup,
104 lp_setup_set_fs_constants(struct lp_setup_context *setup,
[all …]
Dlp_setup_point.c64 constant_coef(struct lp_setup_context *setup, in constant_coef() argument
77 point_persp_coeff(struct lp_setup_context *setup, in point_persp_coeff() argument
100 * Setup automatic texcoord coefficients (for sprite rendering).
101 * \param slot the vertex attribute slot to setup
108 texcoord_coef(struct lp_setup_context *setup, in texcoord_coef() argument
122 float x0 = info->v0[0][0] - setup->pixel_offset; in texcoord_coef()
123 float y0 = info->v0[0][1] - setup->pixel_offset; in texcoord_coef()
138 float x0 = info->v0[0][0] - setup->pixel_offset; in texcoord_coef()
139 float y0 = info->v0[0][1] - setup->pixel_offset; in texcoord_coef()
169 * Special coefficient setup for gl_FragCoord.
[all …]
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_render_cl.c49 static inline void rcl_u8(struct vc4_rcl_setup *setup, u8 val) in rcl_u8() argument
51 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8()
52 setup->next_offset += 1; in rcl_u8()
55 static inline void rcl_u16(struct vc4_rcl_setup *setup, u16 val) in rcl_u16() argument
57 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16()
58 setup->next_offset += 2; in rcl_u16()
61 static inline void rcl_u32(struct vc4_rcl_setup *setup, u32 val) in rcl_u32() argument
63 *(u32 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u32()
64 setup->next_offset += 4; in rcl_u32()
73 static void vc4_store_before_load(struct vc4_rcl_setup *setup) in vc4_store_before_load() argument
[all …]
/external/deqp/data/gles2/shaders/
Dkeywords.test17 ${SETUP}
34 ${SETUP}
51 ${SETUP}
68 ${SETUP}
85 ${SETUP}
102 ${SETUP}
119 ${SETUP}
136 ${SETUP}
153 ${SETUP}
170 ${SETUP}
[all …]
/external/deqp/data/gles3/shaders/
Dkeywords.test18 ${SETUP}
36 ${SETUP}
54 ${SETUP}
72 ${SETUP}
90 ${SETUP}
108 ${SETUP}
126 ${SETUP}
144 ${SETUP}
162 ${SETUP}
180 ${SETUP}
[all …]
Dinvalid_texture_functions.test17 ${SETUP}
36 ${SETUP}
55 ${SETUP}
74 ${SETUP}
93 ${SETUP}
112 ${SETUP}
131 ${SETUP}
150 ${SETUP}
169 ${SETUP}
188 ${SETUP}
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeStaticLayout.java112 NativeStaticLayoutSetup setup = nativeObjectRegistry.getNativeObject(nativePtr); in nFreeBuilder() local
115 LineBreakerNatives.nGetReleaseResultFunc(), setup.lineBreakerResultPtr); in nFreeBuilder()
133 NativeStaticLayoutSetup setup = nativeObjectRegistry.getNativeObject(nativePtr); in nSetLocale() local
134 setup.localePaint.setTextLocale(Locale.forLanguageTag(locale)); in nSetLocale()
139 NativeStaticLayoutSetup setup = nativeObjectRegistry.getNativeObject(nativePtr); in nSetIndents() local
140 setup.indents = indents; in nSetIndents()
156 NativeStaticLayoutSetup setup = nativeObjectRegistry.getNativeObject(nativePtr); in nSetupParagraph() local
157 setup.text = text; in nSetupParagraph()
158 setup.length = length; in nSetupParagraph()
159 setup.firstWidth = firstWidth; in nSetupParagraph()
[all …]
/external/python/setuptools/docs/deprecated/distutils/
Dexamples.rst27 ``py_modules`` option in the setup script.
29 In the simplest case, you'll have two files to worry about: a setup script and
33 setup.py
37 directory.) A minimal setup script to describe this situation would be::
39 from distutils.core import setup
40 setup(name='foo',
53 setup might look like this::
56 setup.py
60 and the setup script might be ::
62 from distutils.core import setup
[all …]
/external/python/cpython3/Doc/distutils/
Dexamples.rst27 ``py_modules`` option in the setup script.
29 In the simplest case, you'll have two files to worry about: a setup script and
33 setup.py
37 directory.) A minimal setup script to describe this situation would be::
39 from distutils.core import setup
40 setup(name='foo',
53 setup might look like this::
56 setup.py
60 and the setup script might be ::
62 from distutils.core import setup
[all …]
/external/python/cpython2/Doc/distutils/
Dexamples.rst25 ``py_modules`` option in the setup script.
27 In the simplest case, you'll have two files to worry about: a setup script and
31 setup.py
35 directory.) A minimal setup script to describe this situation would be::
37 from distutils.core import setup
38 setup(name='foo',
51 setup might look like this::
54 setup.py
58 and the setup script might be ::
60 from distutils.core import setup
[all …]
/external/python/cpython2/Lib/unittest/test/
Dtest_functiontestcase.py15 # "When a setUp() method is defined, the test runner will run that method
18 # setUp() was used to create a fresh sequence for each test."
20 # Make sure the proper call order is maintained, even if setUp() raises
26 def setUp(): function
27 events.append('setUp')
28 raise RuntimeError('raised by setUp')
36 expected = ['startTest', 'setUp', 'addError', 'stopTest']
37 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
40 # "When a setUp() method is defined, the test runner will run that method
43 # setUp() was used to create a fresh sequence for each test."
[all …]
/external/python/cpython3/Lib/unittest/test/
Dtest_functiontestcase.py15 # "When a setUp() method is defined, the test runner will run that method
18 # setUp() was used to create a fresh sequence for each test."
20 # Make sure the proper call order is maintained, even if setUp() raises
26 def setUp(): function
27 events.append('setUp')
28 raise RuntimeError('raised by setUp')
36 expected = ['startTest', 'setUp', 'addError', 'stopTest']
37 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
40 # "When a setUp() method is defined, the test runner will run that method
43 # setUp() was used to create a fresh sequence for each test."
[all …]
/external/python/setuptools/docs/userguide/
Dquickstart.rst41 Setuptools currently supports configurations from either ``setup.cfg``,
42 ``setup.py`` or ``pyproject.toml`` [#experimental]_ files, however, configuring new
43 projects via ``setup.py`` is discouraged [#setup.py]_.
47 .. tab:: setup.cfg
63 .. tab:: setup.py [#setup.py]_
67 from setuptools import setup
69 setup(
99 setup.cfg # or setup.py
112 more information to your setup script to help people find or learn about your
122 the ``packages`` keyword in ``setup.cfg``. However, for very large projects,
[all …]
/external/python/cpython2/Lib/
Dtimeit.py17 -s/--setup S: statement to be executed once initially (default 'pass')
78 # in Timer.__init__() depend on setup being indented 4 spaces and stmt
82 %(setup)s
94 def _template_func(setup, func): argument
97 setup()
109 statement used for setup, and a timer function. Both statements
121 def __init__(self, stmt="pass", setup="pass", timer=default_timer): argument
127 if isinstance(setup, basestring):
128 compile(setup, dummy_src_name, "exec")
129 compile(setup + '\n' + stmt, dummy_src_name, "exec")
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_build_meta.py17 SETUP_SCRIPT_STUB = "__import__('setuptools').setup()"
95 { # simple setup.py script
96 'setup.py': DALS("""
97 __import__('setuptools').setup(
109 { # setup.py that relies on __name__
110 'setup.py': DALS("""
112 __import__('setuptools').setup(
124 { # setup.py script that runs arbitrary code
125 'setup.py': DALS("""
130 __import__('setuptools').setup(
[all …]
/external/python/setuptools/setuptools/_distutils/tests/
Dtest_core.py15 # setup script that uses __file__
20 from distutils.core import setup
21 setup()
29 from distutils.core import setup
30 setup()
34 from distutils.core import setup
35 setup()
40 from distutils.core import setup
46 setup(cmdclass={'install': install})
50 from distutils.core import setup
[all …]
/external/ComputeLibrary/tests/validation/fixtures/
DElementwiseOperationsFixture.h50 void setup(ArithmeticOperation op, const TensorShape &shape0, const TensorShape &shape1,
191 void setup(ArithmeticOperation op, const TensorShape &shape0, const TensorShape &shape1,
195 …ArithmeticOperationsGenericFixture<TensorType, AccessorType, FunctionType, T>::setup(op, shape0, s…
281 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type0, DataType dat… in setup() function
283 …ArithmeticOperationsGenericFixture<TensorType, AccessorType, FunctionType, T>::setup(ArithmeticOpe… in setup()
294 …void setup(const TensorShape &shape, DataType data_type0, DataType data_type1, DataType output_dat… in setup() function
296 …ArithmeticOperationsGenericFixture<TensorType, AccessorType, FunctionType, T>::setup(ArithmeticOpe… in setup()
307 …void setup(const TensorShape &shape0, const TensorShape &shape1, DataType data_type0, DataType dat… in setup() function
309 …ArithmeticOperationsGenericFixture<TensorType, AccessorType, FunctionType, T>::setup(ArithmeticOpe… in setup()
320 …void setup(const TensorShape &shape, DataType data_type0, DataType data_type1, DataType output_dat… in setup() function
[all …]
/external/python/cpython3/Lib/distutils/tests/
Dtest_core.py14 # setup script that uses __file__
19 from distutils.core import setup
20 setup()
28 from distutils.core import setup
29 setup()
33 from distutils.core import setup
34 setup()
39 from distutils.core import setup
45 setup(cmdclass={'install': install})
50 def setUp(self): member in CoreTestCase
[all …]
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DWizardManagerHelper.java31 * Helper to interact with Wizard Manager in setup wizard, which should be used when a screen is
32 * shown inside the setup flow. This includes things like parsing extras passed by Wizard Manager,
39 // EXTRA_SCRIPT_URI and EXTRA_ACTION_ID are used in setup wizard in versions before M and are
53 /** Extra for notifying an Activity that it is inside the "Pre-Deferred Setup" flow. */
56 /** Extra for notifying an Activity that it is inside the "Portal Setup" flow. */
60 * Extra for notifying an Activity that it is inside the any setup flow.
63 * determine whether Activity is inside the any setup flow by one of {@link #EXTRA_IS_FIRST_RUN},
78 * Gets an intent that will invoke the next step of setup wizard.
84 * to start the next step of the setup flow.
91 * Gets an intent that will invoke the next step of setup wizard.
[all …]
/external/deqp/data/gles31/shaders/gl45/
Dimplicit_conversions.test26 ${SETUP}
48 ${SETUP}
70 ${SETUP}
92 ${SETUP}
114 ${SETUP}
136 ${SETUP}
158 ${SETUP}
180 ${SETUP}
202 ${SETUP}
224 ${SETUP}
[all …]
/external/aac/libSACdec/src/
Dsac_dec.cpp181 SPATIAL_BS_FRAME *bsFrame, const SACDEC_CREATION_PARAMS *const setup) { in SpatialDecClearFrameData() argument
186 FDK_ASSERT(setup != NULL); in SpatialDecClearFrameData()
189 for (i = 0; i < setup->maxNumOutputChannels; in SpatialDecClearFrameData()
209 resQmfBands = setup->maxNumQmfBands; in SpatialDecClearFrameData()
211 for (i = 0; i < setup->bProcResidual in SpatialDecClearFrameData()
212 ? fMin(setup->maxNumResChannels, in SpatialDecClearFrameData()
213 setup->maxNumOttBoxes + setup->maxNumInputChannels) in SpatialDecClearFrameData()
244 SACDEC_CREATION_PARAMS setup; in FDK_SpatialDecOpen() local
248 setup.maxNumInputChannels = 1; in FDK_SpatialDecOpen()
249 setup.maxNumOutputChannels = 2; in FDK_SpatialDecOpen()
[all …]

12345678910>>...433