| /third_party/openGLES/extensions/NV/ |
| D | NV_register_combiners.txt | 43 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 …]
|
| D | NV_vertex_program4.txt | 42 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 78 void VertexAttribI1ivEXT(uint index, const int *v); 79 void VertexAttribI2ivEXT(uint index, const int *v); 80 void VertexAttribI3ivEXT(uint index, const int *v); 81 void VertexAttribI4ivEXT(uint index, const int *v); 83 void VertexAttribI1uivEXT(uint index, const uint *v); 84 void VertexAttribI2uivEXT(uint index, const uint *v); 85 void VertexAttribI3uivEXT(uint index, const uint *v); [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| D | NV_register_combiners.txt | 43 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 …]
|
| D | NV_vertex_program4.txt | 42 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 78 void VertexAttribI1ivEXT(uint index, const int *v); 79 void VertexAttribI2ivEXT(uint index, const int *v); 80 void VertexAttribI3ivEXT(uint index, const int *v); 81 void VertexAttribI4ivEXT(uint index, const int *v); 83 void VertexAttribI1uivEXT(uint index, const uint *v); 84 void VertexAttribI2uivEXT(uint index, const uint *v); 85 void VertexAttribI3uivEXT(uint index, const uint *v); [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_explicit_uniform_location.txt | 21 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 98 const char *name); 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 [all …]
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_explicit_uniform_location.txt | 21 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 108 const char *name); 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 [all …]
|
| D | ARB_vertex_program.txt | 22 Bill Licea-Kane 44 Copyright (c) 2002-2013 The Khronos Group Inc. Copyright terms at 49 Khronos-approved extension specifications are updated in response to 103 Unextended OpenGL mandates a certain set of configurable per-vertex 106 per-vertex computations to OpenGL. For example, extensions have defined 111 distance generation (NV_fog_distance), and eye-distance point size 115 per-vertex computations. 118 the underlying programmable floating point engines (whether micro-coded 120 OpenGL's per-vertex computations. The purpose of this extension is to 121 expose to the OpenGL application writer a significant degree of per-vertex [all …]
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | opt_dead_code_local.cpp | 30 * 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 __anonaa03ad850111::assignment_entry 73 this->assignments = assignments; in kill_for_derefs_visitor() 76 void use_channels(ir_variable *const var, int used) in use_channels() 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() [all …]
|
| /third_party/spirv-tools/include/spirv-tools/ |
| D | optimizer.hpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 35 // C++ interface for SPIR-V optimization functionalities. It wraps the context 36 // (including target environment and the corresponding SPIR-V grammar) and 39 // Instances of this class provides basic thread-safety guarantee. 44 // consumed by the RegisterPass() method. Tokens are one-time objects that 51 // Tokens for built-in passes should be created using Create*Pass functions 52 // below; for out-of-tree passes, use this constructor instead. 58 PassToken(const PassToken&) = delete; 60 PassToken& operator=(const PassToken&) = delete; 77 Optimizer(const Optimizer&) = delete; [all …]
|
| /third_party/lame/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 20 "-O2", 21 "-Wall", 22 "-Wno-sign-compare", 23 "-Wimplicit-function-declaration", 24 "-Wno-parentheses", 25 "-Wno-string-conversion", 26 "-Wno-string-plus-int", 27 "-Wno-asm-operand-widths", 28 "-Wno-pointer-sign", [all …]
|
| /third_party/icu/icu4c/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 41 "-O3", 42 "-W", 43 "-Wall", 44 "-pedantic", 45 "-Wpointer-arith", 46 "-Wwrite-strings", 47 "-std=c++11", 48 "-Wno-ignored-attributes", 49 "-Wno-deprecated-declarations", [all …]
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | uenumtst.c | 6 * Copyright (C) 2002-2016, International Business Machines 11 * encoding: UTF-8 26 static char* quikU2C(const UChar* str, int32_t len) { in quikU2C() 32 static const char* test1[] = { 49 #define cont ((chArrayContext *)en->context) 53 if(cont->currUChar != NULL) { in chArrayClose() 54 free(cont->currUChar); in chArrayClose() 55 cont->currUChar = NULL; in chArrayClose() 62 (void)status; // suppress compiler warnings about unused variable in chArrayCount() 63 return cont->maxIndex; in chArrayCount() [all …]
|
| D | hpmufn.c | 5 * Copyright (c) 2003-2015, International Business Machines Corporation and 66 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */ in safeGetICUDataDirectory() 86 const void *gContext; 88 static void * U_CALLCONV myMemAlloc(const void *context, size_t size) { in myMemAlloc() 89 (void)context; // suppress compiler warnings about unused variable in myMemAlloc() 98 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree() 99 (void)context; // suppress compiler warnings about unused variable in myMemFree() 102 freePtr -= sizeof(ctest_AlignedMemory); in myMemFree() 109 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) { in myMemRealloc() 110 (void)context; // suppress compiler warnings about unused variable in myMemRealloc() [all …]
|
| /third_party/gn/src/gn/ |
| D | function_template.cc | 2 // Use of this source code is governed by a BSD-style license that can be 14 const char kTemplate[] = "template"; 15 const char kTemplate_HelpShort[] = "template: Define a template rule."; 16 const char kTemplate_Help[] = 20 to add to the built-in target types. 36 to the template code as an implicit "invoker" variable. The template uses 60 Your template should almost always define a built-in target with the name the 73 variable. This should also be the basis for how other targets that a template 85 You can use template to redefine a built-in target in which case your template 86 takes a precedence over the built-in one. All uses of the target from within [all …]
|
| D | scope.h | 2 // Use of this source code is governed by a BSD-style license that can be 36 // A containing scope can be const or non-const. The const containing scope is 38 // many invocations. A const containing scope, however, prevents us from 39 // marking variables "used" which prevents us from issuing errors on unused 40 // variables. So you should use a non-const containing scope whenever possible. 51 // Allows code to provide values for built-in variables. This class will 57 scope_->AddProvider(this); in ProgrammaticProvider() 61 // Returns a non-null value if the given value can be programmatically 63 virtual const Value* GetProgrammaticValue(std::string_view ident) = 0; 77 // When false, it will be an error to merge a variable into another scope [all …]
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fSSBOArrayLengthTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------------------------------- 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 55 …SSBOArrayLengthCase (Context& context, const char* name, const char* desc, ArrayAccess access, bo… 63 std::string genComputeSource (void) const; 65 const ArrayAccess m_access; 66 const bool m_sized; 72 static const int s_fixedBufferSize = 16; 75 SSBOArrayLengthCase::SSBOArrayLengthCase (Context& context, const char* name, const char* desc, Arr… in SSBOArrayLengthCase() [all …]
|
| /third_party/vixl/test/aarch64/ |
| D | test-assembler-aarch64.h | 56 // 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(). */ \ 136 /* prologue/epilogue. Suppress tagging mis-match exception before */ \ 138 if (masm.GetCPUFeatures()->Has(CPUFeatures::kMTE)) { \ 152 /* Avoid unused-variable warnings in case a test never calls RUN(). */ \ 157 /* Avoid unused-variable warnings in case a test never calls RUN(). */ \ 160 if (masm.GetCPUFeatures()->Has(CPUFeatures::kMTE)) { \ 176 CPUFeatures const& expected_features = \ 177 simulator.GetCPUFeatures()->With(CPUFeatures::kNEON); \ [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 7.10.rst | 16 ------------- 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/vk-gl-cts/framework/randomshaders/ |
| D | rsgShaderGenerator.cpp | 1 /*------------------------------------------------------------------------- 3 * ---------------------------------------------------- 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 53 const char* getFragColorName (const GeneratorState& state) in getFragColorName() 65 void createAssignment (BlockStatement& block, const Variable* dstVar, const Variable* srcVar) in createAssignment() 72 catch (const std::exception&) in createAssignment() 79 const ValueEntry* findByName (VariableManager& varManager, const char* name) in findByName() 85 const ValueEntry* entry = *iter; in findByName() 86 if (deStringEqual(entry->getVariable()->getName(), name)) in findByName() [all …]
|
| /third_party/backends/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 40 "--source-dir", 54 "-Wall", 55 "-g", 56 "-O2", 57 "-fPIC", 58 "-DPIC", 59 "-D_REENTRANT", 60 "-DHAVE_CONFIG_H", 61 "-Wno-format", [all …]
|
| /third_party/jerryscript/jerry-core/vm/ |
| D | vm.h | 7 * http://www.apache.org/licenses/LICENSE-2.0 19 #include "ecma-globals.h" 21 #include "vm-defines.h" 33 * - first opcode is a "get arguments" opcode which specifies 36 * - second opcode is a "group" opcode which specifies 38 * - third opcode is a "put result" opcode which specifies 118 VM_OC_PUSH_NEG_BYTE, /**< push number between -1 and -256 */ 121 VM_OC_PUSH_LIT_NEG_BYTE, /**< push literal and number between -1 and -256 */ 221 VM_OC_VAR_EVAL, /**< variable and function evaluation */ 223 VM_OC_EXT_VAR_EVAL, /**< variable and function evaluation for [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
| D | vktTransformFeedbackFuzzLayoutTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 14 * http://www.apache.org/licenses/LICENSE-2.0 25 *//*--------------------------------------------------------------------*/ 45 const std::string& name, in BlockBasicTypeCase() 46 const std::string& description, in BlockBasicTypeCase() 47 const VarType& type, in BlockBasicTypeCase() 73 …Cases (tcu::TestCaseGroup& group, tcu::TestContext& testCtx, const std::string& name, const VarTyp… in createBlockBasicTypeCases() 77 …typeGroup->addChild(new BlockBasicTypeCase(testCtx, "vertex", "", type, layoutFlags, numInstances,… in createBlockBasicTypeCases() 78 …typeGroup->addChild(new BlockBasicTypeCase(testCtx, "geometry", "", type, layoutFlags, numInstance… in createBlockBasicTypeCases() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| D | vktTransformFeedbackFuzzLayoutTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 14 * http://www.apache.org/licenses/LICENSE-2.0 25 *//*--------------------------------------------------------------------*/ 45 const std::string& name, in BlockBasicTypeCase() 46 const VarType& type, in BlockBasicTypeCase() 72 …Cases (tcu::TestCaseGroup& group, tcu::TestContext& testCtx, const std::string& name, const VarTyp… in createBlockBasicTypeCases() 76 …typeGroup->addChild(new BlockBasicTypeCase(testCtx, "vertex", type, layoutFlags, numInstances, LOA… in createBlockBasicTypeCases() 77 …typeGroup->addChild(new BlockBasicTypeCase(testCtx, "geometry", type, layoutFlags, numInstances, L… in createBlockBasicTypeCases() 86 const std::string& name, in BlockSingleStructCase() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/mustpass/main/vk-default/ |
| D | graphicsfuzz.txt | 1 dEQP-VK.graphicsfuzz.access-new-vector-inside-if-condition 2 dEQP-VK.graphicsfuzz.always-discarding-function 3 dEQP-VK.graphicsfuzz.always-false-if-in-do-while 4 dEQP-VK.graphicsfuzz.always-false-if-with-discard-return 5 dEQP-VK.graphicsfuzz.arr-value-set-to-arr-value-squared 6 dEQP-VK.graphicsfuzz.array-idx-multiplied-by-for-loop-idx 7 dEQP-VK.graphicsfuzz.assign-array-value-to-another-array 8 dEQP-VK.graphicsfuzz.assign-array-value-to-another-array-2 9 dEQP-VK.graphicsfuzz.barrier-in-loop-with-break 10 dEQP-VK.graphicsfuzz.break-in-do-while-with-nested-if [all …]
|
| /third_party/FreeBSD/sbin/fsck_msdosfs/ |
| D | BUILD.gn | 23 config("vfat-defaults") { 25 "-O2", 26 "-g", 27 "-Wall", 28 "-Werror", 29 "-D_BSD_SOURCE", 30 "-D_LARGEFILE_SOURCE", 31 "-D_FILE_OFFSET_BITS=64", 32 "-DELFTC_NEED_BYTEORDER_EXTENSIONS", 33 "-Wno-unused-variable", [all …]
|