Home
last modified time | relevance | path

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

12345678910>>...32

/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/mesa3d/src/vulkan/runtime/
Dvk_standard_sample_locations.c34 .locations = {
49 .locations = {
66 .locations = {
89 .locations = {
125 .locations = {
/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/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/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/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp166 SmallVector<MachineOperand, 4> locations; member in __anon6ebf076e0211::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/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/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/flutter/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/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/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/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DUniformsPerf.cpp412 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark()
414 glUniformMatrix4fv(locations[uniform], 1, transpose, in drawBenchmark()
423 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() argument
425 glUniformMatrix3x4fv(locations[uniform], 1, transpose, in drawBenchmark()
434 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() argument
436 glUniformMatrix3fv(locations[uniform], 1, transpose, in drawBenchmark()
445 auto setFunc = [](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() argument
448 glUniform4f(locations[uniform], value, value, value, value); in drawBenchmark()
/third_party/node/test/fixtures/source-map/
Dinline-base64-json-error.js1locations:[{start:{line:1,column:0},end:{line:7,column:1}},{start:{line:1,column:0},end:{line:7,co… property
Dinline-base64.js1locations:[{start:{line:1,column:0},end:{line:7,column:1}},{start:{line:1,column:0},end:{line:7,co… property
Dinline-base64-type-error.js1locations:[{start:{line:1,column:0},end:{line:7,column:1}},{start:{line:1,column:0},end:{line:7,co… property
/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()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DPrimitiveTopologyTests.cpp172 const TestLocation* locations; member
214 …ECT_PIXEL_RGBA8_EQ(color, renderPass.color, locationSpec.locations[i].x, locationSpec.locations[i]… in DoTest()
215 …<< "Expected (" << locationSpec.locations[i].x << ", " << locationSpec.locations[i].y << ") to be … in DoTest()

12345678910>>...32