Searched defs:coord_type (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/third_party/agg23/
H A Dagg_math_stroke.h53 typedef typename VertexConsumer::value_type coord_type; typedef
62 out_vertices.add(coord_type(x + dx1, y + dy1));
72 coord_type(x + (width * cos(a1)), y + (width * sin(a1))));
83 coord_type(x + (width * cos(a1)), y + (width * sin(a1))));
88 out_vertices.add(coord_type(x + dx2, y + dy2));
102 typedef typename VertexConsumer::value_type coord_type;
114 out_vertices.add(coord_type(xi, yi));
122 out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
129 out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
130 out_vertices.add(coord_type(v
[all...]
H A Dagg_scanline_u.h34 typedef int16 coord_type; typedef in class:agg::scanline_u
36 coord_type x;
37 coord_type len;
77 m_cur_span->x = (coord_type)(x + m_min_x);
88 m_cur_span->len += (coord_type)len;
91 m_cur_span->x = (coord_type)(x + m_min_x);
92 m_cur_span->len = (coord_type)len;
102 m_cur_span->len += (coord_type)len;
105 m_cur_span->x = (coord_type)(x + m_min_x);
106 m_cur_span->len = (coord_type)le
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h336 struct lp_type coord_type; member in struct:lp_build_sample_context
539 struct lp_type coord_type,
H A Dlp_bld_sample.c456 if (bld->coord_type.length > 4) {
751 if (bld->num_lods != bld->coord_type.length)
825 if (bld->num_lods != bld->coord_type.length)
1331 * @param coord_type type of the texture size vector (either
1332 * bld->int_coord_type or bld->coord_type)
1338 struct lp_type coord_type,
1351 coord_type,
1357 coord_type,
1363 coord_type,
1385 assert(bld->num_mips == bld->coord_type
1336 lp_build_extract_image_sizes(struct lp_build_sample_context *bld, struct lp_build_context *size_bld, struct lp_type coord_type, LLVMValueRef size, LLVMValueRef *out_width, LLVMValueRef *out_height, LLVMValueRef *out_depth) argument
[all...]
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h557 unsigned coord_type[4]; member in struct:r600_sb::bc_fetch
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp786 const glsl_type *coord_type,
792 const glsl_type *coord_type,
4643 const glsl_type *coord_type,
4647 ir_variable *P = in_var(coord_type, "P");
4656 if (coord_size == coord_type->vector_elements) {
4667 tex->projector = swizzle(P, coord_type->vector_elements - 1, 1);
4765 const glsl_type *coord_type,
4769 ir_variable *P = in_var(coord_type, "P");
4876 const glsl_type *coord_type)
4879 ir_variable *coord = in_var(coord_type, "coor
4639 _texture(ir_texture_opcode opcode, builtin_available_predicate avail, const glsl_type *return_type, const glsl_type *sampler_type, const glsl_type *coord_type, int flags) argument
4762 _texelFetch(builtin_available_predicate avail, const glsl_type *return_type, const glsl_type *sampler_type, const glsl_type *coord_type, const glsl_type *offset_type) argument
4874 _textureQueryLod(builtin_available_predicate avail, const glsl_type *sampler_type, const glsl_type *coord_type) argument
4908 _textureSamplesIdentical(builtin_available_predicate avail, const glsl_type *sampler_type, const glsl_type *coord_type) argument
[all...]

Completed in 190 milliseconds