/third_party/openGLES/extensions/NV/ |
D | NV_sample_locations.txt | 41 This extension allows an application to modify the locations of samples 43 applications to specify different sample locations for each pixel in a 46 these different locations). 54 locations causes the reconstruction to no longer evaluate the same depth 57 the currently programmed sample locations, which allows the application to 60 The programmable sample locations are used during rasterization and for 62 programmable locations are associated with a framebuffer object rather 65 locations. Additionally, commands that do not render geometric primitives 67 standard sample locations to resolve depth functions rather than the 68 programmable locations. If a single depth buffer is used at different [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_sample_locations.txt | 41 This extension allows an application to modify the locations of samples 43 applications to specify different sample locations for each pixel in a 46 these different locations). 54 locations causes the reconstruction to no longer evaluate the same depth 57 the currently programmed sample locations, which allows the application to 60 The programmable sample locations are used during rasterization and for 62 programmable locations are associated with a framebuffer object rather 65 locations. Additionally, commands that do not render geometric primitives 67 standard sample locations to resolve depth functions rather than the 68 programmable locations. If a single depth buffer is used at different [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sample_locations.txt | 47 This extension allows an application to modify the locations of samples 49 applications to specify different sample locations for each pixel in a 52 these different locations). 60 locations causes the reconstruction to no longer evaluate the same depth 63 the currently programmed sample locations, which allows the application to 66 The programmable sample locations are used during rasterization and for 68 programmable locations are associated with a framebuffer object rather 71 locations. Additionally, commands that do not render geometric primitives 73 standard sample locations to evaluate depth functions rather than the 74 programmable locations. If a single depth buffer is used at different [all …]
|
D | ARB_explicit_uniform_location.txt | 49 This extension provides a method to pre-assign uniform locations to 82 locations will never take the location of a uniform with an explicit 86 (see below). These generated locations are invalidated and new ones 87 assigned after each successful re-link. The explicitly defined locations 88 and the generated locations must be in the range of 0 to 111 locations either because they weren't assigned a subroutine uniform or 113 linker. These locations will be ignored when assigning the subroutine 117 subroutine uniform locations in each shader stage; a program will fail 118 to link if the number of subroutine uniform locations required is greater 123 elements are assigned consecutive locations. [all …]
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sample_locations.txt | 57 This extension allows an application to modify the locations of samples 59 applications to specify different sample locations for each pixel in a 62 these different locations). 70 locations causes the reconstruction to no longer evaluate the same depth 73 the currently programmed sample locations, which allows the application to 76 The programmable sample locations are used during rasterization and for 78 programmable locations are associated with a framebuffer object rather 81 locations. Additionally, commands that do not render geometric primitives 83 standard sample locations to evaluate depth functions rather than the 84 programmable locations. If a single depth buffer is used at different [all …]
|
D | ARB_explicit_uniform_location.txt | 59 This extension provides a method to pre-assign uniform locations to 92 locations will never take the location of a uniform with an explicit 96 (see below). These generated locations are invalidated and new ones 97 assigned after each successful re-link. The explicitly defined locations 98 and the generated locations must be in the range of 0 to 121 locations either because they weren't assigned a subroutine uniform or 123 linker. These locations will be ignored when assigning the subroutine 127 subroutine uniform locations in each shader stage; a program will fail 128 to link if the number of subroutine uniform locations required is greater 133 elements are assigned consecutive locations. [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | controlFlowArrayErrors.errors.txt | 1 …ts(4,9): error TS7034: Variable 'x' implicitly has type 'any[]' in some locations where its type c… 3 …s(11,9): error TS7034: Variable 'x' implicitly has type 'any[]' in some locations where its type c… 5 …s(19,9): error TS7034: Variable 'x' implicitly has type 'any[]' in some locations where its type c… 11 …(60,11): error TS7034: Variable 'x' implicitly has type 'any[]' in some locations where its type c… 19 let x = []; // Implicit any[] error in some locations 21 !!! error TS7034: Variable 'x' implicitly has type 'any[]' in some locations where its type cannot … 30 let x; // Implicit any[] error in some locations 32 !!! error TS7034: Variable 'x' implicitly has type 'any[]' in some locations where its type cannot … 42 let x = []; // Implicit any[] error in some locations 44 !!! error TS7034: Variable 'x' implicitly has type 'any[]' in some locations where its type cannot … [all …]
|
/third_party/vk-gl-cts/doc/testspecs/GL3/ |
D | functional.fragment_out_location.txt | 27 + Use of maximum output locations 28 + Binding locations at different times 32 + Mixed layout locations and bindings 33 + Relinking with changing locations 40 + Rendering using all locations 44 Tests create program, bind locations at different times before and after
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | ReactorDebugInfo.cpp | 81 std::vector<Location> locations; in getCallerBacktrace() local 109 locations.push_back(std::move(location)); in getCallerBacktrace() 111 if(limit > 0 && locations.size() >= limit) in getCallerBacktrace() 117 std::reverse(locations.begin(), locations.end()); in getCallerBacktrace() 119 return locations; in getCallerBacktrace()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_msaa.c | 56 uint8_t locations[ in update_sample_locations() local 88 locations[pixel * samples + sample_index] = loc; in update_sample_locations() 93 st->screen, st->state.fb_height, samples, locations); in update_sample_locations() 97 memcmp(locations, st->state.sample_locations, size) != 0) { in update_sample_locations() 98 st->pipe->set_sample_locations( st->pipe, size, locations); in update_sample_locations() 101 memcpy(st->state.sample_locations, locations, size); in update_sample_locations()
|
/third_party/libsnd/tests/ |
D | win32_ordinal_test.c | 51 static const char * locations [] = variable 93 for (k = 0 ; locations [k] != NULL ; k++) in win32_ordinal_test() 94 { snprintf (buffer, sizeof (buffer), "%s/libsndfile-1.def", locations [k]) ; in win32_ordinal_test() 104 for (k = 0 ; locations [k] != NULL ; k++) in win32_ordinal_test() 105 { snprintf (buffer, sizeof (buffer), "%s/libsndfile-1.dll", locations [k]) ; in win32_ordinal_test()
|
/third_party/skia/src/core/ |
D | SkYUVAInfoLocation.h | 29 static bool AreValidLocations(const SkYUVAInfo::YUVALocations& locations, 35 if (locations[i].fPlane < 0) { 39 } else if (locations[i].fPlane >= SkYUVAInfo::kMaxPlanes) { 42 maxSlotUsed = std::max(locations[i].fPlane, maxSlotUsed);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 166 SmallVector<MachineOperand, 4> locations; member in __anon38ea3a4f0211::UserValue 244 for (unsigned i = 0, e = locations.size(); i != e; ++i) in getLocationNo() 245 if (locations[i].isReg() && in getLocationNo() 246 locations[i].getReg() == LocMO.getReg() && in getLocationNo() 247 locations[i].getSubReg() == LocMO.getSubReg()) in getLocationNo() 250 for (unsigned i = 0, e = locations.size(); i != e; ++i) in getLocationNo() 251 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo() 253 locations.push_back(LocMO); in getLocationNo() 255 locations.back().clearParent(); in getLocationNo() 257 if (locations.back().isReg()) { in getLocationNo() [all …]
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | smartSelection.ts | 7 …return function getSmartSelectionRange(locations: protocol.SelectionRangeRequestArgs["locations"])… 11 { file: fileName, locations }); 28 const locations = getSmartSelectionRange([ constant 32 assert.deepEqual(locations, [{
|
/third_party/boost/libs/asio/tools/ |
D | handlerviz.pl | 29 my %locations = (); 76 if (not exists($locations{($1,$2)})) 78 $locations{($1,$2)} = (); 80 push(@{$locations{($1,$2)}}, $description); 312 if (exists($locations{($begin,$end)})) 314 for my $line (@{$locations{($begin,$end)}})
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | CHROMIUM_bind_uniform_location.txt | 21 to not have to query the locations of uniforms. 23 This allows the client program to know the locations of uniforms 25 link to query the locations and therefore have no blocking calls 31 for the location of the first element. Other elements' locations 60 glUniform1f(location + 1, 0.2f); // ERROR! math not allowed on locations 68 // not allowed to assign locations to array elements 107 through BindUniformLocation will be automatically be bound to locations by 137 11/6/2015 Require inactive and non-existing, bound uniform locations
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | CHROMIUM_bind_uniform_location.txt | 21 to not have to query the locations of uniforms. 23 This allows the client program to know the locations of uniforms 25 link to query the locations and therefore have no blocking calls 31 for the location of the first element. Other elements' locations 60 glUniform1f(location + 1, 0.2f); // ERROR! math not allowed on locations 68 // not allowed to assign locations to array elements 107 through BindUniformLocation will be automatically be bound to locations by 137 11/6/2015 Require inactive and non-existing, bound uniform locations
|
/third_party/glib/gio/tests/ |
D | filter-cat.c | 41 static gchar **locations = NULL; variable 56 {G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &locations, "locations", NULL}, 248 if (!locations) in main() 262 file = g_file_new_for_commandline_arg (locations[i]); in main() 266 while (locations[++i] != NULL); in main()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_state.c | 478 const VkSampleLocationEXT *locations) in genX() 493 if (locations) { in genX() 496 INTEL_SAMPLE_POS_1X_ARRAY(ms.Sample, locations); in genX() 499 INTEL_SAMPLE_POS_2X_ARRAY(ms.Sample, locations); in genX() 502 INTEL_SAMPLE_POS_4X_ARRAY(ms.Sample, locations); in genX() 505 INTEL_SAMPLE_POS_8X_ARRAY(ms.Sample, locations); in genX() 535 const VkSampleLocationEXT *locations) in genX() 541 if (locations) { in genX() 562 INTEL_SAMPLE_POS_1X_ARRAY(sp._1xSample, locations); in genX() 565 INTEL_SAMPLE_POS_2X_ARRAY(sp._2xSample, locations); in genX() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_multiview_draw_buffers.txt | 49 buffer locations such as COLOR_ATTACHMENT_EXT or MULTIVIEW_EXT, 110 void DrawBuffersIndexedEXT(sizei n, const enum *locations, 114 <n> specifies the number of values in <locations> and <indices>. 115 <locations> is a pointer to an array of symbolic constants 118 buffer. Together <locations> and <indices> specify the draw buffer 121 Each constant in <locations> must be MULTIVIEW_EXT, COLOR_- 124 <locations> depend on whether the GL is using the default 134 Where the constant in <locations> is MULTIVIEW_EXT, the 136 MAX_MULTIVIEW_BUFFERS_EXT. Where the constant in <locations> is 139 error is generated. Where the constant in <locations> is NONE, the [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_multiview_draw_buffers.txt | 49 buffer locations such as COLOR_ATTACHMENT_EXT or MULTIVIEW_EXT, 110 void DrawBuffersIndexedEXT(sizei n, const enum *locations, 114 <n> specifies the number of values in <locations> and <indices>. 115 <locations> is a pointer to an array of symbolic constants 118 buffer. Together <locations> and <indices> specify the draw buffer 121 Each constant in <locations> must be MULTIVIEW_EXT, COLOR_- 124 <locations> depend on whether the GL is using the default 134 Where the constant in <locations> is MULTIVIEW_EXT, the 136 MAX_MULTIVIEW_BUFFERS_EXT. Where the constant in <locations> is 139 error is generated. Where the constant in <locations> is NONE, the [all …]
|
/third_party/node/test/fixtures/source-map/ |
D | inline-base64-type-error.js | 1 …locations:[{start:{line:1,column:0},end:{line:7,column:1}},{start:{line:1,column:0},end:{line:7,co… property
|
D | inline-base64-json-error.js | 1 …locations:[{start:{line:1,column:0},end:{line:7,column:1}},{start:{line:1,column:0},end:{line:7,co… property
|
D | inline-base64.js | 1 …locations:[{start:{line:1,column:0},end:{line:7,column:1}},{start:{line:1,column:0},end:{line:7,co… property
|
/third_party/boost/tools/quickbook/test/python/ |
D | run_tests.py | 101 locations = load_locations(locations_filename) 103 locations = None 119 if locations != gold: 123 print "Result:", locations
|