Searched defs:eye (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/SemaCXX/
H A Dinit-priority-attr.cpp10 int eye( void ) { return i; }; function in class:Two
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_vertex.c44 GLvector4f eye; member in struct:vertex_stage_data
156 VB->EyePtr = TransformRaw( &store->eye,
244 _mesa_vector4f_alloc( &store->eye, 0, size, 32 );
251 !store->eye.data ||
264 _mesa_vector4f_free( &store->eye );
H A Dt_vb_texgen.c100 const GLvector4f *eye )
102 GLuint stride = eye->stride;
103 GLfloat *coord = (GLfloat *)eye->start;
104 GLuint count = eye->count;
127 const GLvector4f *eye )
129 GLuint stride = eye->stride;
130 GLfloat *coord = eye->start;
131 GLuint count = eye->count;
157 const GLvector4f *eye );
176 const GLvector4f *eye )
342 const GLvector4f *eye = VB->EyePtr; local
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dmatrix_inverse_op.cc227 functor::EyeFunctor<GPUDevice, Scalar> eye; variable
228 eye(device, output_reshaped);
H A Dqr_op_impl.h248 functor::EyeFunctor<GPUDevice, Scalar> eye; variable
250 eye(device, q_reshaped);
/external/tensorflow/tensorflow/python/ops/
H A Dlinalg_ops.py73 identity = eye(small_dim, batch_shape=batch_shape, dtype=matrix.dtype)
124 @tf_export('eye', 'linalg.eye')
125 def eye(num_rows, function
134 tf.eye(2)
140 batch_identity = tf.eye(2, batch_shape=[3])
143 tf.eye(2, num_columns=3)
157 name: A name for this `Op`. Defaults to "eye".
163 name, default_name='eye', values=[num_rows, num_columns, batch_shape]):
/external/tensorflow/tensorflow/python/ops/linalg/
H A Dlinalg_impl.py43 eye = linalg_ops.eye variable
/external/vulkan-validation-layers/demos/smoke/
H A DSmoke.h94 Camera(float eye) : eye_pos(eye) {} argument
/external/mesa3d/src/mesa/main/
H A Drastpos.c260 * \param vEye eye-space vertex coordinate
381 GLfloat eye[4], clip[4], ndc[3], d; local
386 /* apply modelview matrix: eye = MV * obj */
387 TRANSFORM_POINT( eye, ctx->ModelviewMatrixStack.Top->m, vObj );
388 /* apply projection matrix: clip = Proj * eye */
389 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye );
434 sqrtf( eye[0]*eye[0] + eye[1]*eye[
[all...]
H A Dffvertex_prog.c766 struct ureg eye = get_eye_position(p); local
768 emit_normalize_vec3(p, p->eye_position_normalized, eye);
794 /* Transform to eye space:
807 /* This is already adjusted for eye/non-eye rendering:
1019 * space - STATE_SPOT_DIRECTION and STATE_HALF_VECTOR implicitly assume eye
1447 struct ureg eye = get_eye_position(p); local
1453 eye, plane );
1520 struct ureg eye = get_eye_position_z(p); local
1527 emit_op1(p, OPCODE_ABS, ut, WRITEMASK_Y, swizzle1(eye,
[all...]
/external/libxcam/xcore/
H A Dvec_mat.h521 inline void eye ();
568 eye ();
579 eye ();
596 eye ();
620 eye ();
632 void MatrixN<T, N>::eye () { function in class:XCam::MatrixN
/external/tensorflow/tensorflow/contrib/keras/api/keras/backend/
H A D__init__.py61 from tensorflow.python.keras._impl.keras.backend import eye namespace
/external/tensorflow/tensorflow/python/keras/backend/
H A D__init__.py61 from tensorflow.python.keras._impl.keras.backend import eye namespace
/external/tensorflow/tensorflow/python/keras/_impl/keras/
H A Dbackend.py975 @tf_export('keras.backend.eye')
976 def eye(size, dtype=None, name=None): function
990 >>> kvar = K.eye(3)
1001 return variable(linalg_ops.eye(size, dtype=tf_dtype), dtype, name)
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h322 struct radeon_state_atom eye; /* eye pos */ member in struct:r100_hw_state
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.h502 struct radeon_state_atom eye; /* eye pos */ member in struct:r200_hw_state
/external/vulkan-validation-layers/demos/
H A Dcube.cpp893 vec3 eye = {0.0f, 3.0f, 5.0f}; local
962 mat4x4_look_at(view_matrix, eye, origin, up);
H A Dcube.c3799 vec3 eye = {0.0f, 3.0f, 5.0f}; local
3888 mat4x4_look_at(demo->view_matrix, eye, origin, up);

Completed in 563 milliseconds