Searched refs:coordinate (Results 1 - 25 of 29) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cubemap_normalize.cpp59 ir_variable *var = new(mem_ctx) ir_variable(ir->coordinate->type,
60 "coordinate", ir_var_auto);
63 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, ir->coordinate,
92 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul,
93 ir->coordinate->type,
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_fs.h310 fs_inst *emit_texture_gen4(ir_texture *ir, fs_reg dst, fs_reg coordinate,
312 fs_inst *emit_texture_gen5(ir_texture *ir, fs_reg dst, fs_reg coordinate,
314 fs_inst *emit_texture_gen7(ir_texture *ir, fs_reg dst, fs_reg coordinate,
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/mesa3d/src/glsl/
H A Dlower_texture_projection.cpp72 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul,
73 ir->coordinate->type,
74 ir->coordinate,
H A Dir_clone.cpp236 if (this->coordinate)
237 new_tex->coordinate = this->coordinate->clone(mem_ctx, ht);
H A Dir_rvalue_visitor.cpp53 handle_rvalue(&ir->coordinate);
H A Dir_hv_accept.cpp190 if (this->coordinate) {
191 s = this->coordinate->accept(v);
H A Dopt_tree_grafting.cpp268 if (do_graft(&ir->coordinate) ||
H A Dir_print_visitor.cpp249 ir->coordinate->accept(this);
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...]
H A Dir_reader.cpp964 // Read coordinate (any rvalue)
965 tex->coordinate = read_rvalue(s_coord);
966 if (tex->coordinate == NULL) {
967 ir_read_error(NULL, "when reading coordinate in (%s ...)",
/external/icu/icu4c/source/layout/
H A DGlyphDefinitionTables.h69 le_int16 coordinate; member in struct:CaretValueFormat1Table
79 le_int16 coordinate; member in struct:CaretValueFormat3Table
/external/mesa3d/docs/
H A 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
44 position to a specific window coordinate prior to calling DrawPixels,
97 color, color index and texture coordinate update the current raster
H A DMESA_texture_array.spec75 coordinate.
134 reflects the fact that the R coordinate is not always used.)
278 "Let s(x,y) be the function that associates an s texture coordinate
448 texture coordinate, clamped to the range [0, 1]. For texture lookups
450 <q> texture coordinate, clamped to the range [0, 1]. Then the
553 coordinate mappings. The "coordinates used" column indicate the
554 input values used for each coordinate of the texture lookup, the
558 -- Section 3.11.6.2 "TXP: Project coordinate and map to color"
742 (2) Should the R texture coordinate be treated as normalized or
751 RE-RESOLVED. The R coordinate i
[all...]
/external/opencv3/samples/cpp/tutorial_code/HighGUI/GDAL_IO/
H A Dgdal-image.cpp107 * Given a pixel coordinate and the size of the input image, compute the pixel location
110 cv::Point2d world2dem( cv::Point2d const& coordinate, const cv::Size& dem_size ){ argument
115 double demRatioX = ((dem_tr.x - coordinate.x)/(dem_tr.x - dem_bl.x));
116 double demRatioY = 1-((dem_tr.y - coordinate.y)/(dem_tr.y - dem_bl.y));
126 * Convert a pixel coordinate to world coordinates
134 // compute LERP of each coordinate
138 // compute the actual Lat/Lon coordinate of the interpolated coordinate
198 // convert the pixel coordinate to lat/lon coordinates
199 cv::Point2d 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) :
153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font);
164 SHORT coordinate; /* X or Y value, in design units */ member in struct:OT::CaretValueFormat3
237 * --in increasing coordinate order */
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec46 The lower-left corner has texture coordinate (0,0,r,q).
55 texgen that the r coordinate could be used to select a slice in the
127 vertex window coordinate texture coordinate
135 size. The other vertex attributes (such as the color and fog coordinate)
146 If multiple texture units are present the same texture coordinate is
/external/chromium-trace/catapult/third_party/flot/
H A DNEWS.md731 - Support for partial bars by specifying a third coordinate, i.e. they don't
858 coordinate. (idea from line support patch by by Ryan Funduk)
885 - You can now specify a coordinate as null (like [2, null]) and Flot will
886 take the other coordinate into account when scaling the axes. (based on
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp1025 tex->coordinate = new(p->mem_ctx) ir_swizzle(texcoord, 0, 1, 2, 3, coords);
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp1980 ir->coordinate->accept(this);
2013 /* Pretend to be TXL so the sampler, coordinate, lod are available */
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2576 if (ir->coordinate) {
2577 ir->coordinate->accept(this);
4308 /* First, apply the coordinate shift: */
4311 /* Adjust the y coordinate by adjY[1] or adjY[0] respectively
4380 * The bias of the y-coordinate depends on whether y-inversion takes place
/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 ...

Completed in 2280 milliseconds

12