Home
last modified time | relevance | path

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

12345678910>>...12

/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.cpp188 for(int coordinate = 0; coordinate < 8; coordinate++) in update() local
192 if(context->textureActive(coordinate, component)) in update()
194 state.texture[coordinate][component].attribute = T0 + coordinate; in update()
195 state.texture[coordinate][component].flat = point && !sprite; in update()
196 …state.texture[coordinate][component].wrap = (context->textureWrap[coordinate] & (1 << component)) … in update()
DPixelProcessor.cpp1082 for(int coordinate = 0; coordinate < 8; coordinate++) in update() local
1086 if(context->textureActive(coordinate, component)) in update()
1088 state.texture[coordinate].component |= 1 << component; in update()
1092 state.texture[coordinate].flat |= 1 << component; in update()
1097 if(context->textureTransformProject[coordinate] && context->pixelShaderModel() <= 0x0103) in update()
1099 if(context->textureTransformCount[coordinate] == 2) in update()
1101 state.texture[coordinate].project = 1; in update()
1103 else if(context->textureTransformCount[coordinate] == 3) in update()
1105 state.texture[coordinate].project = 2; in update()
1107 …else if(context->textureTransformCount[coordinate] == 4 || context->textureTransformCount[coordina… in update()
[all …]
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/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/swiftshader/third_party/llvm-7.0/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/gallium/docs/source/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/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/libxcam/cl_kernel/
Dkernel_image_warp.cl29 // dest coordinate
38 // source coordinate
94 // dest coordinate
103 // source coordinate
/external/harfbuzz_ng/src/
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
Dhb-ot-layout-base-table.hh47 hb_position_t get_coord () const { return coordinate; } in get_coord()
57 FWORD coordinate; /* X or Y value, in design units */ member
67 return coordinate; in get_coord()
78 FWORD coordinate; /* X or Y value, in design units */ member
93 return coordinate + (HB_DIRECTION_IS_VERTICAL (direction) ? in get_coord()
108 FWORD coordinate; /* X or Y value, in design units */ member
/external/icu/icu4c/source/data/unit/
Dku.txt6 coordinate{
57 coordinate{
101 coordinate{
/external/skia/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()
/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()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_NonMaxSuppression.pbtxt44 is agnostic to where the origin is in the coordinate system. Note that this
46 of the coordinate system; thus translating or reflections of the coordinate
Dapi_def_NonMaxSuppressionV2.pbtxt44 is agnostic to where the origin is in the coordinate system. Note that this
46 of the coordinate system; thus translating or reflections of the coordinate
Dapi_def_NonMaxSuppressionV3.pbtxt52 is agnostic to where the origin is in the coordinate system and more
54 of the coordinate system; thus translating or reflections of the coordinate
Dapi_def_NonMaxSuppressionV4.pbtxt66 is agnostic to where the origin is in the coordinate system and more
68 of the coordinate system; thus translating or reflections of the coordinate
Dapi_def_CombinedNonMaxSuppression.pbtxt94 is agnostic to where the origin is in the coordinate system. Also note that
96 of the coordinate system; thus translating or reflections of the coordinate
/external/mesa3d/docs/specs/
DMESA_window_pos.spec32 coordinate with the RasterPos command, the modelview matrix, projection
34 desired window coordinate is outside of the window's bounds one must
/external/ImageMagick/MagickCore/
Dgeometry.c865 coordinate; in ParseGeometry() local
883 c=sscanf(geometry,"%lf%*[ ,]%lf%*[ ,]%lf%*[ ,]%lf",&coordinate.rho, in ParseGeometry()
884 &coordinate.sigma,&coordinate.xi,&coordinate.psi); in ParseGeometry()
890 geometry_info->rho=coordinate.rho; in ParseGeometry()
891 geometry_info->sigma=coordinate.sigma; in ParseGeometry()
892 geometry_info->xi=coordinate.xi; in ParseGeometry()
893 geometry_info->psi=coordinate.psi; in ParseGeometry()
/external/mesa3d/docs/specs/OLD/
DMESA_sprite_point.spec55 texgen that the r coordinate could be used to select a slice in the
127 vertex window coordinate texture coordinate
/external/boringssl/src/third_party/wycheproof_testvectors/
Decdsa_secp224r1_sha224_test.txt1653 # k*G has a large x-coordinate
2607 # y-coordinate of the public key has many trailing 0's
2613 # y-coordinate of the public key has many trailing 0's
2619 # y-coordinate of the public key has many trailing 0's
2634 # y-coordinate of the public key has many trailing 1's
2640 # y-coordinate of the public key has many trailing 1's
2646 # y-coordinate of the public key has many trailing 1's
2661 # x-coordinate of the public key has many trailing 0's
2667 # x-coordinate of the public key has many trailing 0's
2673 # x-coordinate of the public key has many trailing 0's
[all …]
Decdsa_secp224r1_sha256_test.txt1811 # k*G has a large x-coordinate
2765 # y-coordinate of the public key has many trailing 0's
2771 # y-coordinate of the public key has many trailing 0's
2777 # y-coordinate of the public key has many trailing 0's
2792 # y-coordinate of the public key has many trailing 1's
2798 # y-coordinate of the public key has many trailing 1's
2804 # y-coordinate of the public key has many trailing 1's
2819 # x-coordinate of the public key has many trailing 0's
2825 # x-coordinate of the public key has many trailing 0's
2831 # x-coordinate of the public key has many trailing 0's
[all …]

12345678910>>...12