Searched defs:coordinate (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/src/Shader/
H A DPixelShader.cpp136 bool PixelShader::usesTexture(int coordinate, int component) const argument
138 return semantic[2 + coordinate][component].active();
/external/ImageMagick/MagickCore/
H A Dgeometry.c857 coordinate;
874 c=sscanf(geometry,"%lf%*[ ,]%lf%*[ ,]%lf%*[ ,]%lf",&coordinate.rho,
875 &coordinate.sigma,&coordinate.xi,&coordinate.psi);
879 Special case: coordinate (e.g. 0,0 255,255).
881 geometry_info->rho=coordinate.rho;
882 geometry_info->sigma=coordinate.sigma;
883 geometry_info->xi=coordinate.xi;
884 geometry_info->psi=coordinate
848 coordinate; local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh102 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
113 SHORT coordinate; /* X or Y value, in design units */ member in struct:OT::CaretValueFormat1
152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) :
153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store);
164 SHORT coordinate; /* X or Y value, in design units */ member in struct:OT::CaretValueFormat3
241 * --in increasing coordinate order */
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp750 fs_visitor::emit_texture_gen4(ir_texture *ir, fs_reg dst, fs_reg coordinate, argument
762 for (int i = 0; i < ir->coordinate->type->vector_elements; i++) {
763 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate);
764 coordinate.reg_offset++;
785 for (int i = 0; i < ir->coordinate->type->vector_elements; i++) {
786 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate);
787 coordinate.reg_offset++;
794 for (int i = 0; i < ir->coordinate->type->vector_elements; i++) {
795 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate);
796 coordinate
919 emit_texture_gen5(ir_texture *ir, fs_reg dst, fs_reg coordinate, fs_reg shadow_c, fs_reg lod, fs_reg lod2) argument
1039 emit_texture_gen7(ir_texture *ir, fs_reg dst, fs_reg coordinate, fs_reg shadow_c, fs_reg lod, fs_reg lod2) argument
1178 fs_reg coordinate = this->result; local
1296 fs_reg coordinate = emit_texcoord(ir, sampler, texunit); local
[all...]
H A Dbrw_vec4_visitor.cpp1844 src_reg coordinate; local
1845 if (ir->coordinate) {
1846 ir->coordinate->accept(this);
1847 coordinate = this->result;
1922 /* Load the coordinate */
1924 for (i = 0; i < ir->coordinate->type->vector_elements; i++)
1933 * texel coordinate, and don't put the offset in the header.
1938 for (int j = 0; j < ir->coordinate->type->vector_elements; j++) {
1939 src_reg src = coordinate;
1944 emit(ADD(dst_reg(MRF, param_base, ir->coordinate
[all...]
/external/swiftshader/src/Renderer/
H A DContext.cpp545 bool Context::texCoordActive(int coordinate, int component) argument
553 if(vertexShader->output[T0 + coordinate][component].usage == Shader::USAGE_TEXCOORD)
565 switch(texGen[coordinate])
571 hasTexture = hasTexture || (component < input[TexCoord0 + textureStage[coordinate].texCoordIndex].count);
590 bool project = isProjectionComponent(coordinate, component);
595 usesTexture = pixelShader->usesTexture(coordinate, component) || project;
599 usesTexture = textureStage[coordinate].usesTexture() || project;
605 bool Context::texCoordActive(int coordinate) argument
607 return texCoordActive(coordinate, 0) ||
608 texCoordActive(coordinate,
613 isProjectionComponent(unsigned int coordinate, int component) argument
1364 textureActive(int coordinate) argument
1369 textureActive(int coordinate, int component) argument
[all...]
/external/mesa3d/src/glsl/
H A Dir.h1353 * (tex <type> <sampler> <coordinate> 0 1 ( ))
1354 * (txb <type> <sampler> <coordinate> 0 1 ( ) <bias>)
1355 * (txl <type> <sampler> <coordinate> 0 1 ( ) <lod>)
1356 * (txd <type> <sampler> <coordinate> 0 1 ( ) (dPdx dPdy))
1357 * (txf <type> <sampler> <coordinate> 0 <lod>)
1363 : op(op), coordinate(NULL), projector(NULL), shadow_comparitor(NULL),
1398 /** Texture coordinate to sample */
1399 ir_rvalue *coordinate; member in class:ir_texture
1425 ir_rvalue *dPdx; /**< Partial derivative of coordinate wrt X */
1426 ir_rvalue *dPdy; /**< Partial derivative of coordinate wr
[all...]
/external/ImageMagick/MagickWand/
H A Ddrawing-wand.c313 *coordinate;
319 for (i=number_coordinates, coordinate=coordinates; i != 0; i--)
321 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",coordinate->x,coordinate->y);
322 coordinate++;
2869 % becomes the final (x,y) coordinate pair used in the polybezier.
2942 % becomes the final (x,y) coordinate pair used in the polybezier.
2992 % becomes the final (x,y) coordinate pair used in the polybezier.
3057 % becomes the final (x,y) coordinate pair used in the polybezier.
3109 % new current point becomes the final (x,y) coordinate pai
309 *coordinate; local
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 792 milliseconds