HomeSort by relevance Sort by last modified time
    Searched refs:so (Results 176 - 200 of 4146) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.h 11 * Software is furnished to do so, subject to the following conditions:
74 struct fd4_shader_stateobj *so = emit->prog->vp; local
75 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
89 struct fd4_shader_stateobj *so = emit->prog->fp; local
90 emit->fp = ir3_shader_variant(so->shader, emit->key, emit->debug);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler.h 11 * Software is furnished to do so, subject to the following conditions:
47 struct ir3_shader_variant *so);
ir3_cmdline.c 9 * Software is furnished to do so, subject to the following conditions:
50 static void dump_info(struct ir3_shader_variant *so, const char *str)
53 const char *type = ir3_shader_stage(so->shader);
54 bin = ir3_shader_assemble(so, so->shader->compiler->gpu_id);
56 ir3_shader_disasm(so, bin);
167 * that info so when ir3test recompiles the shader with a new
229 struct pipe_stream_output_info *so = &s.stream_output; local
234 so->num_outputs = 1;
235 so->stride[0] = 4
    [all...]
ir3_compiler_nir.c 11 * Software is furnished to do so, subject to the following conditions:
52 struct ir3_shader_variant *so; member in struct:ir3_compile
62 * IN[] registers. So we do all the input tracking normally
93 * so we need to use ldlv.u32 to load the varying directly:
116 /* set if we encounter something we can't handle yet, so we
134 struct ir3_shader_variant *so)
145 if (so->type == SHADER_VERTEX)
146 ctx->astc_srgb = so->key.vastc_srgb;
147 else if (so->type == SHADER_FRAGMENT)
148 ctx->astc_srgb = so->key.fastc_srgb
1142 struct ir3_shader_variant *so = ctx->so; local
2020 struct ir3_shader_variant *so = ctx->so; local
2112 struct ir3_shader_variant *so = ctx->so; local
2270 struct ir3_shader_variant *so = ctx->so; local
2341 struct ir3_shader_variant *so = ctx->so; local
    [all...]
  /external/minijail/
Makefile 9 PRELOADNAME = libminijailpreload.so
51 all: CC_BINARY(minijail0) CC_LIBRARY(libminijail.so) \
52 CC_LIBRARY(libminijailpreload.so)
69 CC_LIBRARY(libminijail.so): LDLIBS += -lcap
70 CC_LIBRARY(libminijail.so): $(CORE_OBJECT_FILES)
71 clean: CLEAN(libminijail.so)
85 CC_LIBRARY(libminijailpreload.so): LDLIBS += -lcap -ldl
86 CC_LIBRARY(libminijailpreload.so): libminijailpreload.o $(CORE_OBJECT_FILES)
87 clean: CLEAN(libminijailpreload.so)
  /external/valgrind/coregrind/
pub_core_demangle.h 57 'so' as NULL is acceptable if the caller is only interested in the
62 /*OUT*/const HChar** so, // may be NULL
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/
test.bash 18 rm -f plugin*.so unnamed*.so iface*.so issue*
28 cp plugin2.so plugin2-dup.so
30 GOPATH=$(pwd) go build -gcflags "$GO_GCFLAGS" -buildmode=plugin -o=sub/plugin1.so sub/plugin1
31 GOPATH=$(pwd) go build -gcflags "$GO_GCFLAGS" -buildmode=plugin -o=unnamed1.so unnamed1/main.go
32 GOPATH=$(pwd) go build -gcflags "$GO_GCFLAGS" -buildmode=plugin -o=unnamed2.so unnamed2/main.go
54 # The buggy code hangs forever, so use a timeout to check for that.
55 GOPATH=$(pwd) go build -gcflags "$GO_GCFLAGS" -buildmode=plugin -o plugin.so src/issue18676/plugin.g
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testplugin/
test.bash 18 rm -f plugin*.so unnamed*.so iface*.so issue*
28 cp plugin2.so plugin2-dup.so
30 GOPATH=$(pwd) go build -gcflags "$GO_GCFLAGS" -buildmode=plugin -o=sub/plugin1.so sub/plugin1
31 GOPATH=$(pwd) go build -gcflags "$GO_GCFLAGS" -buildmode=plugin -o=unnamed1.so unnamed1/main.go
32 GOPATH=$(pwd) go build -gcflags "$GO_GCFLAGS" -buildmode=plugin -o=unnamed2.so unnamed2/main.go
54 # The buggy code hangs forever, so use a timeout to check for that.
55 GOPATH=$(pwd) go build -gcflags "$GO_GCFLAGS" -buildmode=plugin -o plugin.so src/issue18676/plugin.g
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
warning-014.s 2 ; There is no resource conflict so no warning.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
cons-2.s 1 # Character constants. We actually see e.g. 'b' as 98, so ww just check
relax1.s 2 # and backward. Have a few variable-length thingies in-between so it
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_bl_out_of_range.s 8 # Add padding so that target is just out of branch range.
18 # Use 256-byte alignment so that we know where the stubs start.
21 # Define _start so that linker does not complain.
42 # Add padding so that target is just out of branch range.
thumb_bl_out_of_range.s 7 # Add padding so that target is just output of branch range.
19 # Use 256-byte alignment so that we know where the stubs start.
22 # Define _start so that linker does not complain.
47 # switch back to ARM mode so that stubs are disassembled correctly.
56 # Add padding so that target is just out of branch range.
thumb_bl_out_of_range_local.s 8 # Add padding so that target is just output of branch range.
19 # Use 256-byte alignment so that we know where the stubs start.
22 # Define _start so that linker does not complain.
47 # Switch back to ARM mode so that we can see stubs
56 # Add padding so that target is just out of branch range.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
frame.exp 67 if { [ld_simple_link $ld tmpdir/frame.so "--shared tmpdir/frame.o tmpdir/tbss.o"] } {
82 if { [ld_simple_link $ld tmpdir/table.so "--shared tmpdir/table.o tmpdir/tbss.o"] } {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68k/
tls-main-1.d 4 0x00000001 \(NEEDED\) * Shared library: \[tmpdir/tls-gd-1.so\]
5 0x00000001 \(NEEDED\) * Shared library: \[tls-def-1.so\]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
jaloverflow.s 1 # This file gets linked to start at 0xffffff0, so the call is an overflow.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
shmix-2.s 3 ! SHcompact code, so we don't get two ISA in the same section.
shmix-3.s 3 ! SHcompact code, so we don't get two ISA in the same section.
  /external/elfutils/tests/
run-unstrip-M.sh 33 7f31e7d9f000-7f31e7f29000 r-xp 00000000 fd:00 917531 /lib64/libc-1.13.so
34 7f31e7f29000-7f31e8128000 ---p 0018a000 fd:00 917531 /lib64/libc-1.13.so
35 7f31e8128000-7f31e812c000 r--p 00189000 fd:00 917531 /lib64/libc-1.13.so
36 7f31e812c000-7f31e812d000 rw-p 0018d000 fd:00 917531 /lib64/libc-1.13.so
48 0x7f31e7d9f000+0x38e000 - - - /lib64/libc-1.13.so
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.h 9 * the Software is furnished to do so, subject to the following conditions:
86 struct pipe_stream_output_info so; member in struct:nine_shader_info
170 struct pipe_stream_output_info so; member in struct:nine_shader_variant_so
177 struct pipe_stream_output_info *so)
182 *so = list->so;
191 struct pipe_stream_output_info *so, void *cso)
196 list->so = *so;
209 list->next->so = *so
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_state.c 11 * Software is furnished to do so, subject to the following conditions:
96 struct fd_constbuf_stateobj *so = &ctx->constbuf[shader]; local
98 util_copy_constant_buffer(&so->cb[index], cb);
104 so->enabled_mask &= ~(1 << index);
105 so->dirty_mask &= ~(1 << index);
109 so->enabled_mask |= 1 << index;
110 so->dirty_mask |= 1 << index;
138 * multiple times to the same surface), so we might as
203 struct fd_vertexbuf_stateobj *so = &ctx->vtx.vertexbuf; local
206 /* on a2xx, pitch is encoded in the vtx fetch instruction, so
312 struct fd_vertex_stateobj *so = CALLOC_STRUCT(fd_vertex_stateobj); local
377 struct fd_streamout_stateobj *so = &ctx->streamout; local
    [all...]
  /external/elfutils/libelf/
Makefile.am 39 noinst_PROGRAMS = $(noinst_LIBRARIES:_pic.a=.so)
104 libelf.so$(EXEEXT): libelf_pic.a libelf.map
111 install: install-am libelf.so
113 $(INSTALL_PROGRAM) libelf.so $(DESTDIR)$(libdir)/libelf-$(PACKAGE_VERSION).so
114 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
115 ln -fs libelf.so.$(VERSION) $(DESTDIR)$(libdir)/libelf.so
118 rm -f $(DESTDIR)$(libdir)/libelf-$(PACKAGE_VERSION).so
    [all...]
  /external/e2fsprogs/lib/
Makefile.elf-lib 20 ELF_LIB = $(ELF_IMAGE).so.$(ELF_VERSION)
21 ELF_SONAME = $(ELF_IMAGE).so.$(ELF_SO_VERSION)
31 $(Q) $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
34 $(Q) (cd ..; $(LN) $(LINK_BUILD_FLAGS) $(ELF_LIB) $(ELF_IMAGE).so)
50 $(E) " SYMLINK $(libdir)/$(ELF_IMAGE).so"
52 $(libdir)/$(ELF_IMAGE).so $(DESTDIR)
69 $(DESTDIR)$(libdir)/$(ELF_IMAGE).so
75 $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
  /external/skia/platform_tools/android/bin/
android_perf 34 adb_pull_if_needed /system/lib/libc.so $TMP_SYS_LIB
35 adb_pull_if_needed /system/lib/libstdc++.so $TMP_SYS_LIB
36 adb_pull_if_needed /system/lib/libGLESv2.so $TMP_SYS_LIB
37 adb_pull_if_needed /system/lib/libandroid.so $TMP_SYS_LIB
38 adb_pull_if_needed /system/lib/libm.so $TMP_SYS_LIB
39 adb_pull_if_needed /system/lib/libz.so $TMP_SYS_LIB

Completed in 842 milliseconds

1 2 3 4 5 6 78 91011>>