Home
last modified time | relevance | path

Searched +full:unused +full:- +full:variable (Results 1 – 25 of 1034) sorted by relevance

12345678910>>...42

/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_register_combiners.txt43 ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture and
50 NVIDIA's next-generation graphics processor and its derivative
62 The numeric range of combiner computations is from [-1,1]
72 Each combiner variable input can be independently scaled and
86 Each input variable for each combiner stage is fetched from any
97 hard-wired and not subsumed by the combiner mechanism as in register
113 the combiner mechanism. Additionally, multi-pass shading models
132 RESOLUTION: YES. To update a combiner stage input variable, you
133 need to specify the <stage>, <portion>, and <variable>. To update a
139 Is the register combiner functionality a super-set of the TNT combiner
[all …]
DNV_vertex_program4.txt42 infrastructure provided by NV_gpu_program4, adding vertex program-specific
47 being converted to floating-point values as in existing vertex attribute
56 pipeline stages than is possible using only the pre-defined fixed-function
122 specify fixed-point coordinates that are not converted to floating-point
145 one of three ways: converted to float by normalizing to [0,1] or [-1,1]
148 converted to floating-point by normalizing if the <normalized> parameter
149 is TRUE, and converted directly to floating-point otherwise. Data for an
157 ---------------------- ------- --------- -----------------
171 "integer handling" column indicates how fixed-point data types are
172 handled: "cast" means that they converted to floating-point directly,
[all …]
/third_party/openGLES/extensions/NV/
DNV_register_combiners.txt43 ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture and
50 NVIDIA's next-generation graphics processor and its derivative
62 The numeric range of combiner computations is from [-1,1]
72 Each combiner variable input can be independently scaled and
86 Each input variable for each combiner stage is fetched from any
97 hard-wired and not subsumed by the combiner mechanism as in register
113 the combiner mechanism. Additionally, multi-pass shading models
132 RESOLUTION: YES. To update a combiner stage input variable, you
133 need to specify the <stage>, <portion>, and <variable>. To update a
139 Is the register combiner functionality a super-set of the TNT combiner
[all …]
DNV_vertex_program4.txt42 infrastructure provided by NV_gpu_program4, adding vertex program-specific
47 being converted to floating-point values as in existing vertex attribute
56 pipeline stages than is possible using only the pre-defined fixed-function
122 specify fixed-point coordinates that are not converted to floating-point
145 one of three ways: converted to float by normalizing to [0,1] or [-1,1]
148 converted to floating-point by normalizing if the <normalized> parameter
149 is TRUE, and converted directly to floating-point otherwise. Data for an
157 ---------------------- ------- --------- -----------------
171 "integer handling" column indicates how fixed-point data types are
172 handled: "cast" means that they converted to floating-point directly,
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_image_sample_unused_components.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
36 // SPIR-V module to help understand the transformation. in Apply()
45 // OpDecorate %12 Location 0 ; Input color variable location in Apply()
46 // OpDecorate %13 DescriptorSet 0 ; Image coordinate variable in Apply()
48 // variable binding OpDecorate %14 Location 0 ; Fragment color in Apply()
49 // variable location in Apply()
64 // %12 = OpVariable %9 Input ; Input image coordinate variable in Apply()
65 // %13 = OpVariable %10 UniformConstant ; Image variable in Apply()
66 // %14 = OpVariable %11 Output ; Fragment color variable in Apply()
78 GetIRContext()->module()->ForEachInst([this](opt::Instruction* instruction) { in Apply()
[all …]
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_image_sample_unused_components.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
36 // SPIR-V module to help understand the transformation. in Apply()
45 // OpDecorate %12 Location 0 ; Input color variable location in Apply()
46 // OpDecorate %13 DescriptorSet 0 ; Image coordinate variable in Apply()
48 // variable binding OpDecorate %14 Location 0 ; Fragment color in Apply()
49 // variable location in Apply()
64 // %12 = OpVariable %9 Input ; Input image coordinate variable in Apply()
65 // %13 = OpVariable %10 UniformConstant ; Image variable in Apply()
66 // %14 = OpVariable %11 Output ; Fragment color variable in Apply()
78 GetIRContext()->module()->ForEachInst([this](opt::Instruction* instruction) { in Apply()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_image_sample_unused_components.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
36 // SPIR-V module to help understand the transformation. in Apply()
45 // OpDecorate %12 Location 0 ; Input color variable location in Apply()
46 // OpDecorate %13 DescriptorSet 0 ; Image coordinate variable in Apply()
48 // variable binding OpDecorate %14 Location 0 ; Fragment color in Apply()
49 // variable location in Apply()
64 // %12 = OpVariable %9 Input ; Input image coordinate variable in Apply()
65 // %13 = OpVariable %10 UniformConstant ; Image variable in Apply()
66 // %14 = OpVariable %11 Output ; Fragment color variable in Apply()
78 GetIRContext()->module()->ForEachInst([this](opt::Instruction* instruction) { in Apply()
[all …]
/third_party/typescript/tests/baselines/reference/
Dwitness.errors.txt3 …/witness/witness.ts(28,12): error TS2695: Left side of comma operator is unused and has no side ef…
4 …ness/witness.ts(29,5): error TS2403: Subsequent variable declarations must have the same type. Va…
5 …/witness/witness.ts(30,12): error TS2695: Left side of comma operator is unused and has no side ef…
6 …/witness/witness.ts(30,12): error TS2695: Left side of comma operator is unused and has no side ef…
7 …/witness/witness.ts(32,12): error TS2695: Left side of comma operator is unused and has no side ef…
8 …/witness/witness.ts(32,12): error TS2695: Left side of comma operator is unused and has no side ef…
9 …/witness/witness.ts(32,12): error TS2695: Left side of comma operator is unused and has no side ef…
10 …ness/witness.ts(33,5): error TS2403: Subsequent variable declarations must have the same type. Va…
11 …ness/witness.ts(37,5): error TS2403: Subsequent variable declarations must have the same type. Va…
12 …ness/witness.ts(39,5): error TS2403: Subsequent variable declarations must have the same type. Va…
[all …]
DassignmentToParenthesizedExpression1.errors.txt1 …sizedExpression1.ts(2,1): error TS2364: The left-hand side of an assignment expression must be a v…
2 …hesizedExpression1.ts(2,2): error TS2695: Left side of comma operator is unused and has no side ef…
9 !!! error TS2364: The left-hand side of an assignment expression must be a variable or a property a…
11 !!! error TS2695: Left side of comma operator is unused and has no side effects.
/third_party/libffi/testsuite/libffi.bhaible/
Dbhaible.exp17 dg-init
18 libffi-init
27 …set warning_options "-Wno-unused-variable -Wno-unused-parameter -Wno-unused-but-set-variable -Wno-
30 # -wd4996 suggest use of vsprintf_s instead of vsprintf
31 # -wd4116 unnamed type definition
32 # -wd4101 unreferenced local variable
33 # -wd4244 warning about implicit double to float conversion
34 set warning_options "-wd4996 -wd4116 -wd4101 -wd4244";
37 set warning_options "-Wno-unused-variable -Wno-unused-parameter -Wno-uninitialized";
41 set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/test-call.c]]
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_explicit_uniform_location.txt21 Copyright (c) 2012-2013 The Khronos Group Inc. Copyright terms at
49 This extension provides a method to pre-assign uniform locations to
87 assigned after each successful re-link. The explicitly defined locations
100 will return the location of the subroutine uniform variable <name> in the
102 otherwise identical to GetUniformLocation. The value -1 will be returned
110 and ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS minus one there may be unused
116 There is an implementation-dependent limit on the number of active
134 there may be unused indices either because they weren't assigned an
138 0 and ACTIVE_SUBROUTINES minus one with no index unused. It is
141 ACTIVE_SUBROUTINES minus one being unused.
[all …]
/third_party/openGLES/extensions/ARB/
DARB_explicit_uniform_location.txt21 Copyright (c) 2012-2013 The Khronos Group Inc. Copyright terms at
26 Khronos-approved extension specifications are updated in response to
59 This extension provides a method to pre-assign uniform locations to
97 assigned after each successful re-link. The explicitly defined locations
110 will return the location of the subroutine uniform variable <name> in the
112 otherwise identical to GetUniformLocation. The value -1 will be returned
120 and ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS minus one there may be unused
126 There is an implementation-dependent limit on the number of active
144 there may be unused indices either because they weren't assigned an
148 0 and ACTIVE_SUBROUTINES minus one with no index unused. It is
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/
DGENERATED_AbseilCopts.cmake16 "-Wno-c99-extensions"
17 "-Wno-deprecated-declarations"
18 "-Wno-missing-noreturn"
19 "-Wno-missing-prototypes"
20 "-Wno-missing-variable-declarations"
21 "-Wno-null-conversion"
22 "-Wno-shadow"
23 "-Wno-shift-sign-overflow"
24 "-Wno-sign-compare"
25 "-Wno-unused-function"
[all …]
Dcopts.py20 "-Wno-c99-extensions",
21 "-Wno-deprecated-declarations",
22 "-Wno-missing-noreturn",
23 "-Wno-missing-prototypes",
24 "-Wno-missing-variable-declarations",
25 "-Wno-null-conversion",
26 "-Wno-shadow",
27 "-Wno-shift-sign-overflow",
28 "-Wno-sign-compare",
29 "-Wno-unused-function",
[all …]
DGENERATED_copts.bzl17 "-Wno-c99-extensions",
18 "-Wno-deprecated-declarations",
19 "-Wno-missing-noreturn",
20 "-Wno-missing-prototypes",
21 "-Wno-missing-variable-declarations",
22 "-Wno-null-conversion",
23 "-Wno-shadow",
24 "-Wno-shift-sign-overflow",
25 "-Wno-sign-compare",
26 "-Wno-unused-function",
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dopt_dead_code_local.cpp30 * they're used before the variable is completely reassigned.
55 this->lhs = lhs; in assignment_entry()
56 this->ir = ir; in assignment_entry()
57 this->unused = ir->write_mask; in assignment_entry()
64 int unused; member in __anon22e474460111::assignment_entry
73 this->assignments = assignments; in kill_for_derefs_visitor()
78 foreach_in_list_safe(assignment_entry, entry, this->assignments) { in use_channels()
79 if (entry->lhs == var) { in use_channels()
80 if (var->type->is_scalar() || var->type->is_vector()) { in use_channels()
82 printf("used %s (0x%01x - 0x%01x)\n", entry->lhs->name, in use_channels()
[all …]
/third_party/mesa3d/docs/relnotes/
D7.10.rst16 -------------
20 0a70c15c135561824bdcae92bf232e43 MesaLib-7.10.tar.gz
21 33fb94eccc02cbb4d8d1365615e38e46 MesaLib-7.10.tar.bz2
22 5cafdc0eda0f9bf370b95c98df3338fa MesaLib-7.10.zip
23 bc644be551ed585fc4f66c16b64a91c9 MesaGLUT-7.10.tar.gz
24 5c2677a155672352d62b177e4f0f92e8 MesaGLUT-7.10.tar.bz2
25 2ce5001f74496d1ba719ef74d910a5cf MesaGLUT-7.10.zip
28 ------------
30 - GL_ARB_explicit_attrib_location extension (Intel and software
32 - GL_ARB_texture_rg (Intel, software drivers, gallium drivers).
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java5 * Copyright (C) 2009-2015, Google, International Business Machines Corporation
38 * 2015-sep-03: This is used there, and also in CLDR and in UnicodeTools.
43 private static final Pattern SUPP_ESCAPE = Pattern.compile("\\\\U00([0-9a-fA-F]{6})");
77 * <p>Not thread-safe; create a separate copy for different threads.
213 Set<String> unused = new LinkedHashSet<>(variables.keySet());
218 String variable = entry.getKey(),
224 if (variable.equals(variable2)) {
227 String altered2 = definition2.replace(variable, definition);
229 unused.remove(variable);
242 if (unused.size() != 1) {
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeRegex.java6 * Copyright (C) 2009-2015, Google, International Business Machines Corporation
39 * 2015-sep-03: This is used there, and also in CLDR and in UnicodeTools.
77 * <p>Not thread-safe; create a separate copy for different threads.
213 Set<String> unused = new LinkedHashSet<String>(variables.keySet());
218 String variable = entry.getKey(),
224 if (variable.equals(variable2)) {
227 String altered2 = definition2.replace(variable, definition);
229 unused.remove(variable);
242 if (unused.size() != 1) {
243 throw new IllegalArgumentException("Not a single root: " + unused);
[all …]
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.h56 // utils-aarch64.cc for more info on RegisterDump.
75 // ASSERT_EQUAL_64(0x1234, core->reg_x0() & 0xffff);
113 /* Avoid unused-variable warnings in case a test never calls RUN(). */ \
146 /* Avoid unused-variable warnings in case a test never calls RUN(). */ \
151 /* Avoid unused-variable warnings in case a test never calls RUN(). */ \
168 simulator.GetCPUFeatures()->With(CPUFeatures::kNEON); \
193 simulator.RunFrom(masm.GetBuffer()->GetStartAddress<Instruction*>())
213 /* Avoid unused-variable warnings in case a test never calls RUN(). */ \
230 /* Avoid unused-variable warnings in case a test never calls RUN(). */ \
235 /* Avoid unused-variable warnings in case a test never calls RUN(). */ \
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/
Doperand-class-test-coverage.csv1 Operand class,Example instruction,Notes,example unit test,negative-enum coverage location
2 " OperandNone,",UNUSED,not in grammar,,not enum
4 " OperandOptionalId,","Source, Variable",OPTIONAL_ID,OpSourceAcceptsOptionalFileId,not enum
19 " OperandStorage,","TypePointer, TypeForwardPointer, Variable",,StorageClassTest,"TEST_F(OpTypeF…
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Doperand-class-test-coverage.csv1 Operand class,Example instruction,Notes,example unit test,negative-enum coverage location
2 " OperandNone,",UNUSED,not in grammar,,not enum
4 " OperandOptionalId,","Source, Variable",OPTIONAL_ID,OpSourceAcceptsOptionalFileId,not enum
19 " OperandStorage,","TypePointer, TypeForwardPointer, Variable",,StorageClassTest,"TEST_F(OpTypeF…
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/spirv-tools/test/
Doperand-class-test-coverage.csv1 Operand class,Example instruction,Notes,example unit test,negative-enum coverage location
2 " OperandNone,",UNUSED,not in grammar,,not enum
4 " OperandOptionalId,","Source, Variable",OPTIONAL_ID,OpSourceAcceptsOptionalFileId,not enum
19 " OperandStorage,","TypePointer, TypeForwardPointer, Variable",,StorageClassTest,"TEST_F(OpTypeF…
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/skia/third_party/externals/microhttpd/src/include/
Dautoinit_funcs.h30 -------------------------------------------------
49 -------------------------------------------------
56 libraries; non-optimized (Debug) and optimized (Release) compilation
66 * 0x01093001 = 1.9.30-1.
71 #/* if possible - check for supported attribute */
95 _USRDLL if building DLL-library;
112 /* Use "C" linkage for variable to simplify variable decoration */
119 /* How variable is decorated by compiler */
132 /* Internal variable prefix (can be any) */
136 /* Declare section (segment), put variable pointing to init function to chosen segment,
[all …]
/third_party/skia/third_party/externals/dawn/src/common/
DCompiler.h7 // http://www.apache.org/licenses/LICENSE-2.0
18 // Defines macros for compiler-specific functionality
19 // - DAWN_COMPILER_[CLANG|GCC|MSVC]: Compiler detection
20 // - DAWN_BREAKPOINT(): Raises an exception and breaks in the debugger
21 // - DAWN_BUILTIN_UNREACHABLE(): Hints the compiler that a code path is unreachable
22 // - DAWN_NO_DISCARD: An attribute that is C++17 [[nodiscard]] where available
23 // - DAWN_(UN)?LIKELY(EXPR): Where available, hints the compiler that the expression will be true
25 // - DAWN_UNUSED(EXPR): Prevents unused variable/expression warnings on EXPR.
26 // - DAWN_UNUSED_FUNC(FUNC): Prevents unused function warnings on FUNC.
27 // - DAWN_DECLARE_UNUSED: Prevents unused function warnings a subsequent declaration.
[all …]

12345678910>>...42