HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 801 - 825 of 1601) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_fs.c 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
232 struct ureg_dst out; local
237 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
240 ureg_MOV(ureg, out, imm);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_framebuffer.c 20 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
261 float out = fy + fh - fb_height; /* number of vp pixels out of view */ local
262 prescale.translate[1] += fy * out / in;
274 goto out;
408 out:
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
asm_fill.h 22 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
33 struct ureg_dst *out,
41 struct ureg_dst *out,
47 ureg_MOV(ureg, *out, constant[2]);
74 struct ureg_dst *out,
93 ureg_TEX(ureg, *out, TGSI_TEXTURE_1D, ureg_src(temp[2]), sampler[0]);
98 struct ureg_dst *out,
129 ureg_TEX(ureg, *out, TGSI_TEXTURE_1D, ureg_src(temp[0]), sampler[0]);
135 struct ureg_dst *out,
160 ureg_TEX(ureg, *out, TGSI_TEXTURE_2D, ureg_src(temp[1]), sampler[0])
334 struct ureg_dst out; local
    [all...]
shaders_cache.c 22 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
96 "DCL OUT[0], COLOR, CONSTANT\n"
134 struct ureg_dst out, *temp = NULL; local
182 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
209 &out,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 22 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
76 uint32_t out; member in struct:combiner_state
91 (rc)->in = (rc)->out = 0; \
225 rc->out = RC_OUT_AB;
232 rc->out = RC_OUT_AB;
249 rc->out = RC_OUT_SUM |
259 rc->out = RC_OUT_SUM;
268 rc->out = RC_OUT_SUM;
276 rc->out = RC_OUT_DOT_AB | RC_OUT_SCALE_4;
287 rc->out |= RC_OUT_SCALE_1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_texgen.c 21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
257 GLvector4f *out = &store->texcoord[unit]; local
259 build_f_tab[VB->EyePtr->size]( out->start,
260 out->stride,
264 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_3;
265 out->count = VB->Count;
266 out->size = MAX2(in->size, 3);
268 _mesa_copy_tab[0x8]( out, in );
279 GLvector4f *out = &store->texcoord[unit]; local
281 GLfloat (*texcoord)[4] = (GLfloat (*)[4])out->start
307 GLvector4f *out = &store->texcoord[unit]; local
341 GLvector4f *out = &store->texcoord[unit]; local
    [all...]
  /external/chromium_org/third_party/ots/test/
layout_common_table_test.cc 18 bool BuildFakeScriptListTable(ots::OTSStream *out, const uint16_t script_count,
21 if (!out->WriteU16(script_count)) {
24 const off_t script_record_end = out->Tell() +
28 if (!out->WriteU32(kFakeTag) ||
29 !out->WriteU16(script_record_end + i * script_table_size)) {
40 if (!out->WriteU16(0x0000) ||
41 !out->WriteU16(langsys_count)) {
45 if (!out->WriteU32(kFakeTag) ||
46 !out->WriteU16(langsys_record_end + j * langsys_table_size)) {
54 if (!out->WriteU16(0x0000) |
256 TestStream out; member in class:__anon19375::ScriptListTableTest
267 TestStream out; member in class:__anon19375::FeatureListTableTest
317 TestStream out; member in class:__anon19375::LookupListTableTest
528 TestStream out; local
534 TestStream out; local
540 TestStream out; local
549 TestStream out; local
558 TestStream out; local
567 TestStream out; local
576 TestStream out; local
586 TestStream out; local
595 TestStream out; local
605 TestStream out; local
611 TestStream out; local
617 TestStream out; local
626 TestStream out; local
635 TestStream out; local
644 TestStream out; local
653 TestStream out; local
662 TestStream out; local
671 TestStream out; local
682 TestStream out; local
687 TestStream out; local
696 TestStream out; local
701 TestStream out; local
709 TestStream out; local
714 TestStream out; local
723 TestStream out; local
728 TestStream out; local
736 TestStream out; local
741 TestStream out; local
750 TestStream out; local
755 TestStream out; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
136 void* out; local
140 if (!output->Next(&out, &out_size)) {
146 memcpy(out, in, in_size);
151 memcpy(out, in, out_size);
160 uint8* out = reinterpret_cast<uint8*>(data); local
181 memcpy(out, in, out_size);
188 memcpy(out, in, in_size);
189 out += in_size;
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemo.cpp 11 SkPath out; local
17 simplify(path, true, out);
19 simplifyx(path, out);
22 showPath(out, "simplified:");
32 canvas->drawPath(out, paint);
EdgeWalkerPolygons_Test.cpp 14 SkPath path, out; local
24 testSimplify(path, true, out, bitmap); // expect |\/|
29 SkPath path, out; local
38 testSimplify(path, true, out, bitmap);
42 SkPath path, out; local
51 testSimplify(path, true, out, bitmap);
55 SkPath path, out; local
64 testSimplify(path, true, out, bitmap);
68 SkPath path, out; local
79 testSimplify(path, true, out, bitmap)
83 SkPath path, out; local
98 SkPath path, out; local
113 SkPath path, out; local
128 SkPath path, out; local
143 SkPath path, out; local
158 SkPath path, out; local
173 SkPath path, out; local
188 SkPath path, out; local
203 SkPath path, out; local
217 SkPath path, out; local
230 SkPath path, out; local
243 SkPath path, out; local
256 SkPath path, out; local
270 SkPath path, out; local
283 SkPath path, out; local
296 SkPath path, out; local
309 SkPath path, out; local
322 SkPath path, out; local
339 SkPath path, out; local
355 SkPath path, out; local
398 SkPath path, out; local
419 SkPath path, out; local
446 SkPath path, out; local
461 SkPath path, out; local
484 SkPath path, out; local
507 SkPath path, out; local
530 SkPath path, out; local
543 SkPath path, out; local
556 SkPath path, out; local
569 SkPath path, out; local
592 SkPath path, out; local
615 SkPath path, out; local
639 SkPath path, out; local
664 SkPath path, out; local
687 SkPath path, out; local
710 SkPath path, out; local
    [all...]
EdgeWalkerRectangles_Test.cpp 14 SkPath path, out; local
19 testSimplify(path, true, out, bitmap);
23 SkPath path, out; local
27 simplify(path, true, out);
29 if (!out.isRect(&rect)) {
38 SkPath path, out; local
42 simplify(path, true, out);
44 if (!out.isRect(&rect)) {
53 SkPath path, out; local
57 simplify(path, true, out);
95 SkPath path, out; local
116 SkPath path, out; local
130 SkPath path, out; local
140 SkPath path, out; local
164 SkPath path, out; local
268 SkPath path, out; local
313 SkPath path, out; local
337 SkPath path, out; local
360 SkPath path, out; local
414 SkPath path, out; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
mem2.c 477 FILE *out; local
481 out = fopen(zFilename, "w");
482 if( out==0 ){
490 fprintf(out, "**** %lld bytes at %p from %s ****\n",
493 fflush(out);
496 backtrace_symbols_fd(pBt, pHdr->nBacktrace, fileno(out));
497 fprintf(out, "\n");
500 fprintf(out, "COUNTS:\n");
503 fprintf(out, " %5d: %10d %10d %10d\n",
508 fprintf(out, " %5d: %10d %10d %10d\n"
    [all...]