Lines Matching refs:locations
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
69 times with different sample locations, the depth functions may be
70 interpreted using the current sample locations.
131 Each framebuffer has a set of default sample locations, depending on the
135 programmable sample locations, which may be used instead of the default
136 sample locations. The programmable sample locations are controlled by the
145 sample locations are modified. There are <N> pairs of programmable sample
146 locations values in a framebuffer, where <N> is the value of
149 [0,1], corresponding to the x and y locations respectively in GL pixel
150 space. (0.5, 0.5) thus corresponds to the pixel center. Sample locations
152 <count> pairs of values in <v> and update locations for samples <start> to
161 Default and programmable sample locations may be queried with the command:
173 Sample locations are rounded on use to the precision indicated by the value
176 the framebuffer. The initial programmable sample locations are all
198 Programmable sample locations are enabled by calling FramebufferParameteri
203 Programmable sample locations can vary across pixels, based on the pixel x
212 (non-zero), sample locations are selected as follows:
227 FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV is disabled, sample locations are
247 locations causes the reconstruction to no longer evaluate the same depth
253 evaluate depth values using default sample locations even if programmable
254 sample locations are enabled. This evaluation can occur either when
261 locations.
270 use depth values consistent with the sample locations used when the
290 locations
302 … SAMPLE_LOCATIONS_NV Parameteriv sample locations
304 … PIXEL_GRID_NV Parameteriv locations per pixel
306 locations
358 (3) Should programmable sample locations affect non-multisample rendering?
360 RESOLVED: No, the programmable sample locations only apply to multisample
366 sample locations.
373 - This extension allows the sample locations to vary per-pixel within a
378 locations, or to existing samples the framebuffer when the sample
379 locations change. It also provides an explicit "resolve" operation that
381 non-framebuffer operations not supporting the programmable locations are
385 sample locations and multi-pixel grid support. The AMD extension lets
386 you effectively delete all programmable sample locations and revert to
387 default locations via programming a new location using a NULL pointer.
389 - The sample locations in this extension are explicitly framebuffer object