Home
last modified time | relevance | path

Searched defs:coord (Results 1 – 25 of 223) sorted by relevance

123456789

/external/mesa3d/src/mesa/main/
Dtexgen.c46 get_texgen(struct gl_context *ctx, GLuint texunitIndex, GLenum coord, const char* caller) in get_texgen()
78 texgenfv( GLuint texunitIndex, GLenum coord, GLenum pname, in texgenfv()
182 gettexgendv( GLuint texunitIndex, GLenum coord, GLenum pname, in gettexgendv()
212 gettexgenfv( GLenum texunitIndex, GLenum coord, GLenum pname, in gettexgenfv()
250 gettexgeniv( GLenum texunitIndex, GLenum coord, GLenum pname, in gettexgeniv()
293 _mesa_TexGenfv( GLenum coord, GLenum pname, const GLfloat *params ) in _mesa_TexGenfv()
301 _mesa_MultiTexGenfvEXT( GLenum texunit, GLenum coord, GLenum pname, const GLfloat *params ) in _mesa_MultiTexGenfvEXT()
308 _mesa_TexGeniv(GLenum coord, GLenum pname, const GLint *params ) in _mesa_TexGeniv()
325 _mesa_MultiTexGenivEXT(GLenum texunit, GLenum coord, GLenum pname, const GLint *params ) in _mesa_MultiTexGenivEXT()
342 _mesa_TexGend(GLenum coord, GLenum pname, GLdouble param ) in _mesa_TexGend()
[all …]
/external/tensorflow/tensorflow/cc/training/
Dcoordinator_test.cc32 void WaitForStopThread(Coordinator* coord, Notification* about_to_wait, in WaitForStopThread()
40 Coordinator coord; in TEST() local
58 explicit MockQueueRunner(Coordinator* coord) { in MockQueueRunner()
65 MockQueueRunner(Coordinator* coord, int* join_counter) in MockQueueRunner()
122 Coordinator coord; in TEST() local
144 Coordinator coord; in TEST() local
162 Coordinator coord; in TEST() local
177 Coordinator coord({Code::CANCELLED, Code::OUT_OF_RANGE}); in TEST() local
200 Coordinator coord; in TEST() local
208 Coordinator coord; in TEST() local
/external/python/pycparser/pycparser/
Dc_ast.py169 def __init__(self, type, dim, dim_quals, coord=None): argument
191 def __init__(self, name, subscript, coord=None): argument
212 def __init__(self, op, lvalue, rvalue, coord=None): argument
234 def __init__(self, op, left, right, coord=None): argument
256 def __init__(self, coord=None): argument
270 def __init__(self, expr, stmts, coord=None): argument
292 def __init__(self, to_type, expr, coord=None): argument
313 def __init__(self, block_items, coord=None): argument
331 def __init__(self, type, init, coord=None): argument
352 def __init__(self, type, value, coord=None): argument
[all …]
/external/tensorflow/tensorflow/python/training/
Dcoordinator_test.py30 def StopOnEvent(coord, wait_for_stop, set_when_stopped): argument
36 def RaiseOnEvent(coord, wait_for_stop, set_when_stopped, ex, report_exception): argument
50 def RaiseOnEventUsingContextHandler(coord, wait_for_stop, set_when_stopped, ex): argument
58 def SleepABit(n_secs, coord=None): argument
64 def WaitForThreadsToRegister(coord, num_threads): argument
337 def _StopAt0(coord, n): argument
Dqueue_runner_impl.py239 def _run(self, sess, enqueue_op, coord=None): argument
285 def _close_on_stop(self, sess, cancel_op, coord): argument
301 def create_threads(self, sess, coord=None, daemon=False, start=False): argument
417 def start_queue_runners(sess=None, coord=None, daemon=True, start=True, argument
Dcoordinator.py429 def __init__(self, coord, timer_interval_secs, target=None, args=None, argument
460 def loop(coord, timer_interval_secs, target, args=None, kwargs=None): argument
/external/mesa3d/src/mesa/swrast/
Ds_fog.c68 #define LINEAR_FOG(f, coord) f = (fogEnd - coord) * fogScale argument
70 #define EXP_FOG(f, coord) f = expf(density * coord) argument
72 #define EXP2_FOG(f, coord) \ argument
81 #define BLEND_FOG(f, coord) f = coord argument
/external/dng_sdk/source/
Ddng_xy_coord.cpp23 dng_xy_coord XYZtoXY (const dng_vector_3 &coord) in XYZtoXY()
46 dng_vector_3 XYtoXYZ (const dng_xy_coord &coord) in XYtoXYZ()
/external/mesa3d/src/mesa/math/
Dm_dotprod_tmp.h39 GLfloat *coord = coord_vec->start; in TAG() local
59 GLfloat *coord = coord_vec->start; in TAG() local
81 GLfloat *coord = coord_vec->start; in TAG() local
/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp198 const float coord[] = in iterate() local
327 const float coord[] = in iterate() local
431 static float evalConstDepth (const Vec2& coord) { DE_UNREF(coord); return 0.5f; } in evalConstDepth()
432 static float evalDynamicDepth (const Vec2& coord) { return (coord.x()+coord.y())*0.5f; } in evalDynamicDepth()
433 static float evalNoWrite (const Vec2& coord) { return 1.0f - (coord.x()+coord.y())*0.5f; } in evalNoWrite()
435 static float evalDynamicConditionalDepth (const Vec2& coord) in evalDynamicConditionalDepth()
/external/deqp/external/openglcts/modules/common/
DglcFragDepthTests.cpp210 const float coord[] = { 0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f, 1.0f }; in iterate() local
328 const float coord[] = { 0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f, 1.0f }; in iterate() local
416 static float evalConstDepth(const Vec2& coord) in evalConstDepth()
421 static float evalDynamicDepth(const Vec2& coord) in evalDynamicDepth()
425 static float evalNoWrite(const Vec2& coord) in evalNoWrite()
430 static float evalDynamicConditionalDepth(const Vec2& coord) in evalDynamicConditionalDepth()
/external/deqp/framework/opengl/simplereference/
DsglrContextUtil.cpp55 const float coord[] = in drawQuadWithVaoBuffers() local
125 const float coord[] = in drawQuadWithClientPointers() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECCurve.java37 protected int coord; field in ECCurve.Config
41 Config(int coord, ECEndomorphism endomorphism, ECMultiplier multiplier) in Config()
48 public Config setCoordinateSystem(int coord) in setCoordinateSystem()
95 protected int coord = COORD_AFFINE; field in ECCurve
169 public boolean supportsCoordinateSystem(int coord) in supportsCoordinateSystem()
DECPoint.java16 int coord = null == curve ? ECCurve.COORD_AFFINE : curve.getCoordinateSystem(); in getInitialZCoords() local
197 int coord = this.getCurveCoordinateSystem(); in isNormalized() local
677 int coord = curve.getCoordinateSystem(); in add() local
895 int coord = curve.getCoordinateSystem(); in twice() local
1034 int coord = curve.getCoordinateSystem(); in twicePlus() local
1103 int coord = curve.getCoordinateSystem(); in threeTimes() local
1166 int coord = curve.getCoordinateSystem(); in timesPow2() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DECCurve.java42 protected int coord; field in ECCurve.Config
46 Config(int coord, ECEndomorphism endomorphism, ECMultiplier multiplier) in Config()
53 public Config setCoordinateSystem(int coord) in setCoordinateSystem()
100 protected int coord = COORD_AFFINE; field in ECCurve
174 public boolean supportsCoordinateSystem(int coord) in supportsCoordinateSystem()
DECPoint.java18 int coord = null == curve ? ECCurve.COORD_AFFINE : curve.getCoordinateSystem(); in getInitialZCoords() local
199 int coord = this.getCurveCoordinateSystem(); in isNormalized() local
683 int coord = curve.getCoordinateSystem(); in add() local
901 int coord = curve.getCoordinateSystem(); in twice() local
1040 int coord = curve.getCoordinateSystem(); in twicePlus() local
1109 int coord = curve.getCoordinateSystem(); in threeTimes() local
1172 int coord = curve.getCoordinateSystem(); in timesPow2() local
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp595 const Vec2& coord, in isNearestSampleResultValid()
630 const Vec3& coord, in isNearestSampleResultValid()
723 const Vec2& coord, in isLinearSampleResultValid()
792 const Vec3& coord, in isLinearSampleResultValid()
873 const float coord, in isNearestMipmapLinearSampleResultValid()
909 const Vec2& coord, in isNearestMipmapLinearSampleResultValid()
959 const Vec3& coord, in isNearestMipmapLinearSampleResultValid()
1102 const Vec2& coord, in isLinearMipmapLinearSampleResultValid()
1205 const Vec3& coord, in isLinearMipmapLinearSampleResultValid()
1347 const Vec2& coord, in isLevelSampleResultValid()
[all …]
DtcuTexVerifierUtil.cpp46 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coord in computeNonNormalizedCoordBounds()
61 void getPossibleCubeFaces (const Vec3& coord, const IVec3& bits, CubeFace* faces, int& numFaces) in getPossibleCubeFaces()
/external/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c103 nir_ssa_def *coord = in try_lower_input_load() local
174 nir_ssa_def *coord = nir_vec3(&b, nir_channel(&b, frag_coord, 0), in try_lower_input_texop() local
Dnir_lower_cl_images_to_tex.c91 nir_ssa_def *coord = in lower_cl_images_to_tex_impl() local
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h123 GLfloat (*coord)[4] = VB->ClipPtr->data; in TAG() local
192 GLfloat (*coord)[4] = VB->ClipPtr->data; in TAG() local
271 GLfloat (*coord)[4] = VB->ClipPtr->data; in TAG() local
/external/mesa3d/src/intel/blorp/
Dblorp_nir_builder.h47 nir_ssa_def *coord; in blorp_nir_txf_ms_mcs() local
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.c66 nir_ssa_def *coord) in image_coord_is_in_bounds()
93 nir_deref_instr *deref, nir_ssa_def *coord) in image_address()
408 nir_ssa_def *coord = intrin->src[1].ssa; in lower_image_load_instr() local
562 nir_ssa_def *coord = intrin->src[1].ssa; in lower_image_store_instr() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp86 bool SampleVerifier::coordOutOfRange (const IVec3& coord, int compNdx, int level) const in coordOutOfRange() argument
93 void SampleVerifier::fetchTexelWrapped (const IVec3& coord, in fetchTexelWrapped()
135 IVec3 coord = coordIn; in fetchTexel() local
671 const Vec4& coord, in verifySampleMipmapLevel()
774 const Vec4& coord, in verifySampleCubemapFace()
833 Vec4 coord = args.coord; in verifySampleImpl() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c204 struct ureg_src coord, struct ureg_src sampler, in ureg_load_tex()
241 struct ureg_src coord; in util_make_fragment_tex_shader_xrbias() local
391 struct ureg_src depth_sampler, stencil_sampler, coord; in util_make_fs_blit_zs() local
699 struct ureg_src sampler, coord; in util_make_fs_msaa_resolve() local
760 struct ureg_src sampler, coord; in util_make_fs_msaa_resolve_bilinear() local
919 struct ureg_src depth_sampler, stencil_sampler, color_sampler, coord; in util_make_fs_pack_color_zs() local

123456789