Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 25 of 823) sorted by relevance

12345678910>>...33

/third_party/node/deps/v8/src/torque/
Dinstructions.cc52 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const { in RecomputeDefinitionLocations() argument
53 locations->Push(locations->Peek(slot)); in RecomputeDefinitionLocations()
68 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const { in RecomputeDefinitionLocations() argument
69 locations->Poke(slot, locations->Pop()); in RecomputeDefinitionLocations()
78 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const { in RecomputeDefinitionLocations() argument
79 locations->DeleteRange(range); in RecomputeDefinitionLocations()
88 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const { in RecomputeDefinitionLocations() argument
89 locations->Push(GetValueDefinition()); in RecomputeDefinitionLocations()
102 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const { in RecomputeDefinitionLocations() argument
103 locations->Push(GetValueDefinition()); in RecomputeDefinitionLocations()
[all …]
/third_party/node/deps/v8/src/compiler/
Dlinkage.cc333 LocationSignature::Builder locations(zone, static_cast<size_t>(return_count), in GetCEntryStubCallDescriptor() local
337 if (locations.return_count_ > 0) { in GetCEntryStubCallDescriptor()
338 locations.AddReturn(regloc(kReturnRegister0, MachineType::AnyTagged())); in GetCEntryStubCallDescriptor()
340 if (locations.return_count_ > 1) { in GetCEntryStubCallDescriptor()
341 locations.AddReturn(regloc(kReturnRegister1, MachineType::AnyTagged())); in GetCEntryStubCallDescriptor()
343 if (locations.return_count_ > 2) { in GetCEntryStubCallDescriptor()
344 locations.AddReturn(regloc(kReturnRegister2, MachineType::AnyTagged())); in GetCEntryStubCallDescriptor()
349 locations.AddParam(LinkageLocation::ForCallerFrameSlot( in GetCEntryStubCallDescriptor()
353 locations.AddParam( in GetCEntryStubCallDescriptor()
357 locations.AddParam( in GetCEntryStubCallDescriptor()
[all …]
Dc-linkage.cc230 LocationSignature::Builder locations(zone, msig->return_count(), in GetSimplifiedCDescriptor() local
241 for (size_t i = 0; i < locations.return_count_; i++) { in GetSimplifiedCDescriptor()
247 CHECK_GE(2, locations.return_count_); in GetSimplifiedCDescriptor()
248 if (locations.return_count_ > 0) { in GetSimplifiedCDescriptor()
260 locations.AddReturn(LinkageLocation::ForRegister(reg, msig->GetReturn(0))); in GetSimplifiedCDescriptor()
263 if (locations.return_count_ > 1) { in GetSimplifiedCDescriptor()
266 locations.AddReturn(LinkageLocation::ForRegister(kReturnRegister1.code(), in GetSimplifiedCDescriptor()
288 kFPParamRegisters, kParamRegisters, &locations); in GetSimplifiedCDescriptor()
302 locations.Build(), // location_sig in GetSimplifiedCDescriptor()
/third_party/openGLES/extensions/NV/
DNV_sample_locations.txt41 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/
DNV_sample_locations.txt41 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/openGLES/extensions/ARB/
DARB_sample_locations.txt57 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 …]
DARB_explicit_uniform_location.txt59 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/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sample_locations.txt47 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 …]
DARB_explicit_uniform_location.txt49 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/typescript/tests/baselines/reference/
DcontrolFlowArrayErrors.errors.txt1 …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/mesa3d/src/vulkan/runtime/
Dvk_standard_sample_locations.c34 .locations = {
49 .locations = {
66 .locations = {
89 .locations = {
125 .locations = {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp166 SmallVector<MachineOperand, 4> locations; member in __anonaaf3099b0211::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/vk-gl-cts/doc/testspecs/GL3/
Dfunctional.fragment_out_location.txt27 + 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/
DReactorDebugInfo.cpp81 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/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_sample_locations.txt22 This extension allows an application to modify the locations of samples
24 Additionally, it allows applications to specify different sample locations
27 takes advantage of these different locations).
36 Modifying the sample locations causes the reconstruction to no longer
39 cleared before rendering to it using different sample locations.
47 slink:VkImageMemoryBarrier structures to provide sample locations for layout
51 slink:VkRenderPassBeginInfo to provide sample locations for layout
DVK_EXT_sample_locations.adoc22 This extension allows an application to modify the locations of samples
24 Additionally, it allows applications to specify different sample locations
27 takes advantage of these different locations).
36 Modifying the sample locations causes the reconstruction to no longer
39 cleared before rendering to it using different sample locations.
47 slink:VkImageMemoryBarrier structures to provide sample locations for layout
51 slink:VkRenderPassBeginInfo to provide sample locations for layout
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_msaa.c56 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/
Dwin32_ordinal_test.c51 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/
DSkYUVAInfoLocation.h29 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/node/deps/v8/tools/turbolizer/src/
Dcode-view.ts58 const locations = [];
60 locations.push(sourcePosition);
61 sourceResolver.addInliningPositions(sourcePosition, locations);
63 if (locations.length == 0) return;
64 view.selection.select(locations, selected);
66 broker.broadcastSourcePositionSelect(this, locations, selected);
68 brokeredSourcePositionSelect: function (locations, selected) {
70 for (const location of locations) {
/third_party/typescript/src/testRunner/unittests/tsserver/
DsmartSelection.ts7 …return function getSmartSelectionRange(locations: protocol.SelectionRangeRequestArgs["locations"])…
11 { file: fileName, locations });
28 const locations = getSmartSelectionRange([ constant
32 assert.deepEqual(locations, [{
/third_party/skia/third_party/externals/angle2/extensions/
DCHROMIUM_bind_uniform_location.txt21 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/opengl-registry/extensions/EXT/
DEXT_multiview_draw_buffers.txt49 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/
DEXT_multiview_draw_buffers.txt49 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/skia/third_party/externals/dawn/src/tests/end2end/
DPrimitiveTopologyTests.cpp172 const TestLocation* locations; member
221 EXPECT_PIXEL_RGBA8_EQ(color, renderPass.color, locationSpec.locations[i].x, in DoTest()
222 locationSpec.locations[i].y) in DoTest()
223 << "Expected (" << locationSpec.locations[i].x << ", " in DoTest()
224 << locationSpec.locations[i].y << ") to be " << color; in DoTest()

12345678910>>...33