/external/swiftshader/src/Renderer/ |
D | Context.cpp | 550 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 …]
|
D | SetupProcessor.cpp | 186 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()
|
D | Context.hpp | 349 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);
|
D | PixelProcessor.cpp | 1078 for(int coordinate = 0; coordinate < 8; coordinate++) in update() local 1082 if(context->textureActive(coordinate, component)) in update() 1084 state.texture[coordinate].component |= 1 << component; in update() 1088 state.texture[coordinate].flat |= 1 << component; in update() 1093 if(context->textureTransformProject[coordinate] && context->pixelShaderModel() <= 0x0103) in update() 1095 if(context->textureTransformCount[coordinate] == 2) in update() 1097 state.texture[coordinate].project = 1; in update() 1099 else if(context->textureTransformCount[coordinate] == 3) in update() 1101 state.texture[coordinate].project = 2; in update() 1103 …else if(context->textureTransformCount[coordinate] == 4 || context->textureTransformCount[coordina… in update() [all …]
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderVertexSpacing.cpp | 165 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/tensorflow/tensorflow/core/kernels/ |
D | redux_functor.h | 285 Eigen::Index coordinate = block_start / inner_dim % middle_dim; in operator() local 291 buf(coordinate) = binary_op(buf(coordinate), reduced(0)); in operator() 293 coordinate = align_start / inner_dim % middle_dim; in operator() 298 buf(coordinate) = binary_op(buf(coordinate), reduced(0)); in operator() 299 ++coordinate; in operator() 300 if (middle_dim == coordinate) coordinate = 0; in operator() 306 buf(coordinate) = binary_op(buf(coordinate), reduced(0)); in operator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | struct_access.ll | 5 %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/ |
D | struct_access.ll | 6 %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/ |
D | lower_texture_projection.cpp | 76 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/ |
D | sampler.rst | 16 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/ |
D | hb-ot-layout-base-table.hh | 44 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
|
D | hb-ot-layout-gdef-table.hh | 103 …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/skia/tests/ |
D | FontMgrAndroidParserTest.cpp | 82 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/ |
D | FontMgrAndroidParserTest.cpp | 82 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/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/ |
D | ProjectionDecoder.java | 170 for (int coordinate = 0; coordinate < coordinateCount; coordinate++) { in parseMesh() 171 coordinates[coordinate] = input.readFloat(); in parseMesh()
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderImage.cpp | 123 auto coordinate = GenericValue(this, state, coordinateId); in EmitImageSample() local 124 auto &coordinateType = getType(coordinate.type); in EmitImageSample() 217 …in[i] = coordinate.Float(i) / coordinate.Float(coordinates); // TODO(b/129523279): Optimize using… in EmitImageSample() 221 in[i] = coordinate.Float(i); in EmitImageSample() 231 …in[i] = drefValue.Float(0) / coordinate.Float(coordinates); // TODO(b/129523279): Optimize using … in EmitImageSample() 480 …Address(EmitState const *state, SIMD::Pointer ptr, GenericValue const &coordinate, Type const &ima… in GetTexelAddress() argument 485 int dims = getType(coordinate.type).sizeInComponents - (isArrayed ? 1 : 0); in GetTexelAddress() 487 SIMD::Int u = coordinate.Int(0); in GetTexelAddress() 490 if(getType(coordinate.type).sizeInComponents > 1) in GetTexelAddress() 492 v = coordinate.Int(1); in GetTexelAddress() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_NonMaxSuppressionV2.pbtxt | 44 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
|
D | api_def_NonMaxSuppression.pbtxt | 44 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
|
D | api_def_NonMaxSuppressionV3.pbtxt | 52 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
|
D | api_def_NonMaxSuppressionV4.pbtxt | 66 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
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_window_pos.spec | 32 coordinate with the RasterPos command, the modelview matrix, projection 34 desired window coordinate is outside of the window's bounds one must
|
/external/icu/icu4c/source/data/unit/ |
D | ku.txt | 45 coordinate{ 109 coordinate{ 195 coordinate{
|
/external/mesa3d/docs/_extra/specs/OLD/ |
D | MESA_sprite_point.spec | 55 texgen that the r coordinate could be used to select a slice in the 127 vertex window coordinate texture coordinate
|
/external/tensorflow/tensorflow/lite/tools/optimize/sparsity/ |
D | format_converter.cc | 158 std::vector<int> coordinate(num_expanded_dims, 0); in DenseToSparse() local 171 dim_metadata_[2 * dst_dim + 1].push_back(coordinate[dst_dim]); in DenseToSparse() 198 if (++coordinate[dst_dim_idx] < dim_size) { in DenseToSparse() 209 coordinate[dst_dim_idx] = -1; in DenseToSparse()
|
/external/ImageMagick/MagickCore/ |
D | geometry.c | 865 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()
|