Home
last modified time | relevance | path

Searched refs:coordinate (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/external/swiftshader/src/Renderer/
DContext.cpp550 bool Context::texCoordActive(int coordinate, int component) in texCoordActive() argument
558 if(vertexShader->getOutput(T0 + coordinate, component).usage == Shader::USAGE_TEXCOORD) in texCoordActive()
570 switch(texGen[coordinate]) in texCoordActive()
576 …hasTexture = hasTexture || (component < input[TexCoord0 + textureStage[coordinate].texCoordIndex].… in texCoordActive()
595 bool project = isProjectionComponent(coordinate, component); in texCoordActive()
600 usesTexture = pixelShader->usesTexture(coordinate, component) || project; in texCoordActive()
604 usesTexture = textureStage[coordinate].usesTexture() || project; in texCoordActive()
610 bool Context::texCoordActive(int coordinate) in texCoordActive() argument
612 return texCoordActive(coordinate, 0) || in texCoordActive()
613 texCoordActive(coordinate, 1) || in texCoordActive()
[all …]
DSetupProcessor.cpp186 for(int coordinate = 0; coordinate < 8; coordinate++) in update() local
190 if(context->textureActive(coordinate, component)) in update()
192 state.texture[coordinate][component].attribute = T0 + coordinate; in update()
193 state.texture[coordinate][component].flat = point && !sprite; in update()
194 …state.texture[coordinate][component].wrap = (context->textureWrap[coordinate] & (1 << component)) … in update()
DContext.hpp349 bool texCoordActive(int coordinate, int component);
350 bool texCoordActive(int coordinate);
351 bool isProjectionComponent(unsigned int coordinate, int component);
399 bool textureActive(int coordinate);
400 bool textureActive(int coordinate, int component);
/external/boringssl/src/third_party/wycheproof_testvectors/
Decdh_secp256r1_test.txt138 # y-coordinate of the public key is small
145 # y-coordinate of the public key is small
152 # y-coordinate of the public key is small
159 # y-coordinate of the public key is large
166 # y-coordinate of the public key is large
173 # y-coordinate of the public key is large
180 # y-coordinate of the public key has many trailing 1's
187 # y-coordinate of the public key has many trailing 1's
194 # y-coordinate of the public key has many trailing 1's
201 # y-coordinate of the public key has many trailing 0's
[all …]
Decdh_secp384r1_test.txt152 # y-coordinate of the public key has many trailing 0's
159 # y-coordinate of the public key has many trailing 1's
166 # y-coordinate of the public key is small
173 # y-coordinate of the public key is large
611 # point with coordinate x = 0
618 # point with coordinate x = 0
625 # point with coordinate x = 0
632 # point with coordinate x = 0 in left to right addition chain
639 # point with coordinate x = 0 in left to right addition chain
646 # point with coordinate x = 0 in left to right addition chain
[all …]
Decdh_secp521r1_test.txt882 # point with coordinate x = 0
889 # point with coordinate x = 0
896 # point with coordinate x = 0
903 # point with coordinate x = 0 in left to right addition chain
910 # point with coordinate x = 0 in left to right addition chain
917 # point with coordinate x = 0 in left to right addition chain
924 # point with coordinate x = 0 in left to right addition chain
931 # point with coordinate x = 0 in left to right addition chain
938 # point with coordinate x = 0 in left to right addition chain
945 # point with coordinate x = 0 in left to right addition chain
[all …]
Decdh_secp224r1_test.txt250 # point with coordinate y = 1
257 # point with coordinate y = 1
264 # point with coordinate y = 1
271 # point with coordinate y = 1 in left to right addition chain
278 # point with coordinate y = 1 in left to right addition chain
285 # point with coordinate y = 1 in left to right addition chain
292 # point with coordinate y = 1 in left to right addition chain
299 # point with coordinate y = 1 in left to right addition chain
306 # point with coordinate y = 1 in left to right addition chain
313 # point with coordinate y = 1 in left to right addition chain
[all …]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexSpacing.cpp165 const float* coordinate = (const float*)(&run.data[0]) + 3 /* components */ * n_vertex; in getEdgesForIsolinesTessellation() local
168 new_item.x = coordinate[0]; in getEdgesForIsolinesTessellation()
169 new_item.y = coordinate[1]; in getEdgesForIsolinesTessellation()
179 if (de::abs(edge.points[0].y - coordinate[1]) < epsilon) in getEdgesForIsolinesTessellation()
279 const _tess_coordinate_cartesian& coordinate = *coordinate_iterator; in getEdgesForQuadsTessellation() local
280 float delta_x = coordinate.x - 0.5f; in getEdgesForQuadsTessellation()
281 float delta_y = coordinate.y - 0.5f; in getEdgesForQuadsTessellation()
289 current_tl_point = coordinate; in getEdgesForQuadsTessellation()
299 current_tr_point = coordinate; in getEdgesForQuadsTessellation()
309 current_bl_point = coordinate; in getEdgesForQuadsTessellation()
[all …]
/external/skia/site/docs/user/
Dcoordinates.md8 Skia generally refers to two different coordinate spaces: **device** and **local**. Device
17 The local coordinate space is how all geometry and shaders are supplied to the `SkCanvas`. By
18 default, the local and device coordinate systems are the same. This means that geometry is
37 What happened? Remember, the local coordinate space has not changed. The origin is still in the
49 `SkCanvas` to **change the local coordinate space**. This causes all local coordinates (geometry
58 Finally, it is possible to transform the coordinate space of the `SkShader`, relative to the canvas
59 local coordinate space. To do this, you supply a `localMatrix` parameter when creating the
63 coordinate space of the geometry.
/external/rust/crates/plotters/
DCHANGELOG.md9 - Allow slice used as a coordinate if the item type implements `PartialOrd`.
10 - Linspace coordinate type, which allows define a discrete coordinate on continous value types (suc…
11 - Nested coordinate type, now we support define pair of category and nested values as nested coordi…
24 - Improved discrete coordinate trait
26 - Category coordinate is now replaced by slice coordinate
27 - Removing the requirement for `Debug` trait for chart coordinate, allows ranged coordinate define …
63 - Category coordinate spec which allows use a list of given values as coordinate (Thanks to @nuald)
139 - Completely DateTime coordinate system support
146 … of secondary axes. Use `draw_secondary axis` to draw series under the secondary coordinate system.
157 - Date coordinate now support using monthly or yearly axis. This is useful when plotting some data …
[all …]
/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h156 IdRef *coordinate,
251 IdRef *coordinate,
258 IdRef *coordinate,
265 IdRef *coordinate,
273 IdRef *coordinate,
281 IdRef *coordinate,
288 IdRef *coordinate,
295 IdRef *coordinate,
303 IdRef *coordinate,
311 IdRef *coordinate,
[all …]
Dspirv_instruction_builder_autogen.h129 IdRef coordinate,
213 IdRef coordinate,
220 IdRef coordinate,
227 IdRef coordinate,
235 IdRef coordinate,
243 IdRef coordinate,
250 IdRef coordinate,
257 IdRef coordinate,
265 IdRef coordinate,
273 IdRef coordinate,
[all …]
Dspirv_instruction_builder_autogen.cpp572 IdRef coordinate, in WriteImageTexelPointer() argument
580 blob->push_back(coordinate); in WriteImageTexelPointer()
876 IdRef coordinate, in WriteImageSampleImplicitLod() argument
885 blob->push_back(coordinate); in WriteImageSampleImplicitLod()
900 IdRef coordinate, in WriteImageSampleExplicitLod() argument
909 blob->push_back(coordinate); in WriteImageSampleExplicitLod()
921 IdRef coordinate, in WriteImageSampleDrefImplicitLod() argument
931 blob->push_back(coordinate); in WriteImageSampleDrefImplicitLod()
947 IdRef coordinate, in WriteImageSampleDrefExplicitLod() argument
957 blob->push_back(coordinate); in WriteImageSampleDrefExplicitLod()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dredux_functor.h287 Eigen::Index coordinate = block_start / inner_dim % middle_dim; in operator() local
293 buf(coordinate) = binary_op(buf(coordinate), reduced(0)); in operator()
295 coordinate = align_start / inner_dim % middle_dim; in operator()
300 buf(coordinate) = binary_op(buf(coordinate), reduced(0)); in operator()
301 ++coordinate; in operator()
302 if (middle_dim == coordinate) coordinate = 0; in operator()
308 buf(coordinate) = binary_op(buf(coordinate), reduced(0)); in operator()
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dstruct_access.ll5 %struct.coordinate = type { i32, i32 }
8 ; struct coordinate {
14 ; int foo(struct coordinate *A, int n) {
26 define i32 @foo(%struct.coordinate* nocapture %A, i32 %n) nounwind uwtable readonly ssp {
34 %x = getelementptr inbounds %struct.coordinate, %struct.coordinate* %A, i64 %indvars.iv, i32 0
/external/llvm/test/Transforms/LoopVectorize/
Dstruct_access.ll6 %struct.coordinate = type { i32, i32 }
9 ; struct coordinate {
15 ; int foo(struct coordinate *A, int n) {
27 define i32 @foo(%struct.coordinate* nocapture %A, i32 %n) nounwind uwtable readonly ssp {
35 %x = getelementptr inbounds %struct.coordinate, %struct.coordinate* %A, i64 %indvars.iv, i32 0
/external/mesa3d/src/compiler/glsl/
Dlower_texture_projection.cpp76 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul, in visit_leave()
77 ir->coordinate->type, in visit_leave()
78 ir->coordinate, in visit_leave()
/external/mesa3d/docs/gallium/cso/
Dsampler.rst16 How to wrap the S coordinate. One of PIPE_TEX_WRAP_*.
18 How to wrap the T coordinate. One of PIPE_TEX_WRAP_*.
20 How to wrap the R coordinate. One of PIPE_TEX_WRAP_*.
35 * ``PIPE_TEX_WRAP_MIRROR_REPEAT``: If the integer part of the coordinate
39 coordinate is computed. Then, regular CLAMP_TO_EDGE is applied to the coord.
41 coordinate is computed. Then, regular CLAMP_TO_BORDER is applied to the
55 at the texture coordinate.
79 texture coordinate's R component.
/external/harfbuzz_ng/src/
Dhb-ot-layout-base-table.hh44 hb_position_t get_coord () const { return coordinate; } in get_coord()
54 FWORD coordinate; /* X or Y value, in design units */ member
64 return coordinate; in get_coord()
75 FWORD coordinate; /* X or Y value, in design units */ member
90 return coordinate + (HB_DIRECTION_IS_VERTICAL (direction) ? in get_coord()
105 FWORD coordinate; /* X or Y value, in design units */ member
Dhb-ot-layout-gdef-table.hh103 …IRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate); in get_caret_value()
114 FWORD coordinate; /* X or Y value, in design units */ member
152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) : in get_caret_value()
153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store); in get_caret_value()
164 FWORD coordinate; /* X or Y value, in design units */ member
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/
Dutils.h145 std::string coordinate; in MatchAndExplain() local
149 coordinate = std::move(result.value()); in MatchAndExplain()
151 coordinate = "[error: unsupported number of dimensions]"; in MatchAndExplain()
153 *listener << ") with coordinate " << coordinate << " don't match"; in MatchAndExplain()
/external/rust/crates/ring/src/ec/suite_b/
Dsuite_b_public_key_tests.txt27 # since q mod q == 0 and the Y coordinate matches the one from the
44 # The largest valid X coordinate, decompressed with y_bit == 0. This
45 # helps ensure that the upper bound on coordinate values is not too
60 # since q mod q == 0 and the Y coordinate matches the one from the
77 # The largest valid X coordinate, decompressed with y_bit == 0. This
78 # helps ensure that the upper bound on coordinate values is not too
213 Result = F (Peer public key is missing the Y coordinate completely.)
217 Result = F (Peer public key is missing the Y coordinate completely.)
/external/geojson-jackson/src/main/java/org/geojson/
DGeometry.java14 for (T coordinate : elements) { in Geometry()
15 coordinates.add(coordinate); in Geometry()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DProjectionDecoder.java170 for (int coordinate = 0; coordinate < coordinateCount; coordinate++) { in parseMesh()
171 coordinates[coordinate] = input.readFloat(); in parseMesh()
/external/skqp/tests/
DFontMgrAndroidParserTest.cpp82 for (const auto& coordinate : ffi.fVariationDesignPosition) { in DumpFiles() local
84 (coordinate.axis >> 24) & 0xFF, in DumpFiles()
85 (coordinate.axis >> 16) & 0xFF, in DumpFiles()
86 (coordinate.axis >> 8) & 0xFF, in DumpFiles()
87 (coordinate.axis ) & 0xFF, in DumpFiles()
88 coordinate.value); in DumpFiles()

12345678910>>...16