HomeSort by relevance Sort by last modified time
    Searched defs:srcs (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /build/soong/python/
python_test.go 46 "srcs: the path %q contains invalid token %q."
52 badSrcFileExtErr = moduleVariantErrTemplate + "srcs: found non (.py) file: %q!"
85 srcs: [
104 srcs: [
128 srcs: [
136 srcs: [
144 srcs: [
166 srcs: [
194 srcs: [
202 srcs:
    [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 79 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def **srcs);
883 nir_ssa_def *srcs[4]; local
887 srcs[i] = nir_channel(&b, src_addr, i);
889 srcs[i] = &instr_undef->def;
892 instr->src[0] = nir_src_for_ssa(nir_vec(&b, srcs, 4));
1408 nir_ssa_def *srcs[4]; local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_vars_to_ssa.c 584 nir_ssa_def *srcs[4]; local
587 srcs[i] = nir_channel(&b, intrin->src[0].ssa, i);
589 srcs[i] = nir_channel(&b, old_def, i);
592 new_def = nir_vec(&b, srcs, intrin->num_components);
nir_lower_tex.c 44 /* Find the projector in the srcs list, if present. */
650 nir_ssa_def *srcs[4]; local
653 srcs[i] = nir_channel(b, &tex->dest.ssa, swizzle[i]);
655 srcs[i] = get_zero_or_one(b, tex->dest_type, swizzle[i]);
658 swizzled = nir_vec(b, srcs, 4);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_surface_builder.cpp 47 const fs_reg srcs[] = { local
51 fs_inst *inst = bld.emit(opcode, dst, srcs, ARRAY_SIZE(srcs));
105 const fs_reg srcs[] = { src0, src1 }; local
107 bld.LOAD_PAYLOAD(tmp, srcs, n, 0);
156 const fs_reg srcs[] = { src0, src1 }; local
158 bld.LOAD_PAYLOAD(tmp, srcs, n, 0);
485 const fs_reg srcs[] = { addr, brw_imm_d(0), offset(addr, bld, 1) }; local
487 bld.LOAD_PAYLOAD(dst, srcs, dims, 0);
    [all...]
brw_fs_visitor.cpp 86 fs_reg srcs[TEX_LOGICAL_NUM_SRCS]; local
87 srcs[TEX_LOGICAL_SRC_COORDINATE] = coordinate;
88 srcs[TEX_LOGICAL_SRC_SURFACE] = texture;
89 srcs[TEX_LOGICAL_SRC_SAMPLER] = texture;
90 srcs[TEX_LOGICAL_SRC_COORD_COMPONENTS] = brw_imm_d(components);
91 srcs[TEX_LOGICAL_SRC_GRAD_COMPONENTS] = brw_imm_d(0);
93 fs_inst *inst = bld.emit(SHADER_OPCODE_TXF_MCS_LOGICAL, dest, srcs,
94 ARRAY_SIZE(srcs));
499 const fs_reg srcs[] = { reg_undef, reg_undef, local
502 bld.LOAD_PAYLOAD(tmp, srcs, 4, 0)
    [all...]
  /external/ltp/testcases/network/stress/ns-tools/
ns-traffic.h 199 struct in6_addr srcs[0]; member in struct:my_mldv2_query
  /external/turbine/javatests/com/google/turbine/lower/
IntegrationTestSupport.java 450 Path srcs = fs.getPath("srcs"); local
457 Path path = srcs.resolve(entry.getKey());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /external/llvm/include/llvm/Support/
GCOV.h 341 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java 113 UrisSupplier srcs, Messenger messenger, Features features) {
114 this(service, listener, id, OPERATION_COPY, destination, srcs, messenger, features);
118 DocumentStack destination, UrisSupplier srcs, Messenger messenger, Features features) {
119 super(service, listener, id, opType, destination, srcs, features);
123 assert(srcs.getItemCount() > 0);
497 // Iterate over srcs in the directory; copy to the destination directory.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GCOV.h 354 iterator_range<EdgeIterator> srcs() const { function in class:llvm::GCOVBlock
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 367 List<IPath> srcs = BaseProjectHelper.getSourceClasspaths(libProject); local
370 for (IPath src : srcs) {

Completed in 1552 milliseconds

12 3 4 5 6 7