Home
last modified time | relevance | path

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

12345678910>>...22

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtexgen.c48 get_texgen(struct gl_context *ctx, GLuint texunitIndex, GLenum coord, const char* caller) in get_texgen()
80 texgenfv( GLuint texunitIndex, GLenum coord, GLenum pname, in texgenfv()
185 gettexgendv( GLuint texunitIndex, GLenum coord, GLenum pname, in gettexgendv()
218 gettexgenfv( GLenum texunitIndex, GLenum coord, GLenum pname, in gettexgenfv()
259 gettexgeniv( GLenum texunitIndex, GLenum coord, GLenum pname, in gettexgeniv()
305 _mesa_TexGenfv( GLenum coord, GLenum pname, const GLfloat *params ) in _mesa_TexGenfv()
313 _mesa_MultiTexGenfvEXT( GLenum texunit, GLenum coord, GLenum pname, const GLfloat *params ) in _mesa_MultiTexGenfvEXT()
320 _mesa_TexGeniv(GLenum coord, GLenum pname, const GLint *params ) in _mesa_TexGeniv()
337 _mesa_MultiTexGenivEXT(GLenum texunit, GLenum coord, GLenum pname, const GLint *params ) in _mesa_MultiTexGenivEXT()
354 _mesa_TexGend(GLenum coord, GLenum pname, GLdouble param ) in _mesa_TexGend()
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/bazelbuild-rules_android/
H A Drules_android_maven_install.json11 "coord": "androidx.annotation:annotation-experimental:1.1.0", string
23 "coord": "androidx.annotation:annotation:1.3.0", string
35 "coord": "androidx.concurrent:concurrent-futures:1.1.0", string
53 "coord": "androidx.databinding:databinding-common:8.2.0-alpha15", string
65 "coord": "androidx.databinding:databinding-compiler-common:8.2.0-alpha15", string
111 "coord": "androidx.lifecycle:lifecycle-common:2.3.1", string
127 "coord": "androidx.privacysandbox.tools:tools-apigenerator:1.0.0-alpha06", string
164 "coord": "androidx.privacysandbox.tools:tools-apipackager:1.0.0-alpha06", string
199 "coord": "androidx.privacysandbox.tools:tools-core:1.0.0-alpha06", string
228 "coord": "androidx.privacysandbox.tools:tools:1.0.0-alpha06", string
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/types/
Dnumeric.rs369 let coord: RangedCoordu32 = (0..20).into(); in test_linear_coord_map() localVariable
375 let coord: RangedCoordf32 = (0f32..20f32).into(); in test_linear_coord_map() localVariable
391 let coord: RangedCoordu32 = (0..20).into(); in test_coord_unmap() localVariable
399 let coord: RangedCoordf32 = (0.0..0.0).into(); in regression_test_issue_253_zero_sized_coord_not_hang() localVariable
405 let coord: RangedCoordf64 = (0.0..1e-25).into(); in test_small_coord() localVariable
412 let coord: RangedCoordf32 = (10.0..0.0).into(); in regression_test_issue_255_reverse_f32_coord_no_hang() localVariable
418 let coord: RangedCoordf64 = (-200.0..801.0).into(); in regession_test_issue_358_key_points_no_hang() localVariable
425 let coord: RangedCoordf64 = (10000000000001f64..10000000000002f64).into(); in regression_test_issue_358_key_points_no_hang_2() localVariable
432 let coord: RangedCoordf64 = (1.0..2.0).into(); in test_coord_follows_hint() localVariable
436 let coord: RangedCoordf64 = (1.0..125.0).into(); in test_coord_follows_hint() localVariable
[all …]
Ddatetime.rs413 let coord: <Range<T> as AsRangedCoord>::CoordDescType = self.0.clone().into(); in key_points() localVariable
1036 let coord: RangedDateTime<_> = in test_datetime_long_range() localVariable
1069 let coord: RangedDateTime<_> = in test_datetime_medium_range() localVariable
1093 let coord: RangedDateTime<_> = in test_datetime_short_range() localVariable
1119 let coord: RangedDateTime<_> = (start..end).into(); in test_datetime_nano_range() localVariable
1142 let coord: RangedDuration = (Duration::days(-1000000)..Duration::days(1000000)).into(); in test_duration_long_range() localVariable
1168 let coord: RangedDuration = (Duration::days(0)..Duration::hours(25)).into(); in test_duration_daily_range() localVariable
1191 let coord: RangedDate<Date<_>> = (Utc.ymd(2019, 1, 1)..Utc.ymd(2019, 12, 31)).into(); in test_date_discrete() localVariable
1229 let coord: RangedDateTime<_> = (start_time..end_time).into(); in test_datetime_with_unmap() localVariable
1241 let coord: RangedDateTime<_> = (start_time..end_time).into(); in test_naivedatetime_with_unmap() localVariable
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/
H A Dmaven_install.json12 "coord": "com.google.auto.value:auto-value-annotations:1.7.4", string
24 "coord": "com.google.code.findbugs:jsr305:3.0.2", string
36 "coord": "com.google.code.gson:gson:2.8.9", string
48 "coord": "com.google.errorprone:error_prone_annotations:2.11.0", string
60 "coord": "com.google.guava:failureaccess:1.0.1", string
72 "coord": "com.google.guava:guava-testlib:31.1-jre", string
101 "coord": "com.google.guava:guava:31.1-jre", string
127 … "coord": "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", string
139 "coord": "com.google.j2objc:j2objc-annotations:1.3", string
151 "coord": "com.google.truth:truth:1.1.2", string
[all …]
/aosp_15_r20/external/protobuf/
H A Dmaven_install.json12 "coord": "com.google.auto.value:auto-value-annotations:1.7.4", string
24 "coord": "com.google.code.findbugs:jsr305:3.0.2", string
36 "coord": "com.google.code.gson:gson:2.8.9", string
48 "coord": "com.google.errorprone:error_prone_annotations:2.11.0", string
60 "coord": "com.google.guava:failureaccess:1.0.1", string
72 "coord": "com.google.guava:guava-testlib:31.1-jre", string
101 "coord": "com.google.guava:guava:31.1-jre", string
127 … "coord": "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", string
139 "coord": "com.google.j2objc:j2objc-annotations:1.3", string
151 "coord": "com.google.truth:truth:1.1.2", string
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/cc/training/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/combinators/
Dlinspace.rs354 let coord = (0.0f64..100.0f64).step(0.1); in test_float_linspace() localVariable
366 let coord = (0.0f64..100.0f64).step(1.0); in test_rounding_methods() localVariable
371 let coord = coord.use_floor(); in test_rounding_methods() localVariable
378 let coord = coord.use_ceil(); in test_rounding_methods() localVariable
385 let coord = coord.use_round(); in test_rounding_methods() localVariable
393 let coord = (0.0f64..-100.0f64).step(-1.0); in test_rounding_methods() localVariable
398 let coord = coord.use_floor(); in test_rounding_methods() localVariable
405 let coord = coord.use_ceil(); in test_rounding_methods() localVariable
412 let coord = coord.use_round(); in test_rounding_methods() localVariable
425 let coord = (Duration::seconds(0)..Duration::seconds(100)).step(Duration::milliseconds(1)); in test_duration_linspace() localVariable
/aosp_15_r20/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java274 int coord, in glGetTexGenfv()
281 int coord, in glGetTexGenfv()
287 int coord, in glGetTexGeniv()
294 int coord, in glGetTexGeniv()
300 int coord, in glGetTexGenxv()
307 int coord, in glGetTexGenxv()
372 int coord, in glTexGenf()
378 int coord, in glTexGenfv()
385 int coord, in glTexGenfv()
391 int coord, in glTexGeni()
[all …]
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DASurfaceControlInputReceiverTest.java191 final Point coord = new Point(bounds.left + bounds.width() / 2, in testRemoteASurfaceControlReceivesInput() local
193 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testRemoteASurfaceControlReceivesInput() local
232 final Point coord = new Point(bounds.left + bounds.width() / 2, in testTransferGestureFromHostToEmbedded() local
234 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testTransferGestureFromHostToEmbedded() local
272 final Point coord = new Point(bounds.left + bounds.width() / 2, in testTransferGestureFromHostToEmbeddedRemote() local
274 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testTransferGestureFromHostToEmbeddedRemote() local
313 final Point coord = new Point(bounds.left + bounds.width() / 2, in testTransferGestureFromEmbeddedToHost() local
315 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testTransferGestureFromEmbeddedToHost() local
347 final Point coord = new Point(bounds.left + bounds.width() / 2, in testTransferGestureFromEmbeddedToHostRemote() local
349 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testTransferGestureFromEmbeddedToHostRemote() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext_gles_1_0.cpp194 void Context::getTexGenfv(GLenum coord, GLenum pname, GLfloat *params) in getTexGenfv()
199 void Context::getTexGeniv(GLenum coord, GLenum pname, GLint *params) in getTexGeniv()
204 void Context::getTexGenxv(GLenum coord, GLenum pname, GLfixed *params) in getTexGenxv()
209 void Context::texGenf(GLenum coord, GLenum pname, GLfloat param) in texGenf()
214 void Context::texGenfv(GLenum coord, GLenum pname, const GLfloat *params) in texGenfv()
219 void Context::texGeni(GLenum coord, GLenum pname, GLint param) in texGeni()
224 void Context::texGeniv(GLenum coord, GLenum pname, const GLint *params) in texGeniv()
229 void Context::texGenx(GLenum coord, GLenum pname, GLfixed param) in texGenx()
234 void Context::texGenxv(GLenum coord, GLenum pname, const GLint *params) in texGenxv()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp560 const PrecType &prec, const Vec2 &coord, const int coordZ, in isNearestSampleResultValid()
594 … const PrecType &prec, const Vec3 &coord, const Vector<ScalarType, 4> &result) in isNearestSampleResultValid()
683 const Vec2 &coord, const int coordZ, const Vec4 &result) in isLinearSampleResultValid()
751 … const LookupPrecision &prec, const Vec3 &coord, const Vec4 &result) in isLinearSampleResultValid()
835 … const LookupPrecision &prec, const float coord, const int coordY, in isNearestMipmapLinearSampleResultValid()
869 … const LookupPrecision &prec, const Vec2 &coord, const int coordZ, in isNearestMipmapLinearSampleResultValid()
921 … const LookupPrecision &prec, const Vec3 &coord, const Vec2 &fBounds, in isNearestMipmapLinearSampleResultValid()
1069 … const LookupPrecision &prec, const Vec2 &coord, const int coordZ, in isLinearMipmapLinearSampleResultValid()
1174 … const LookupPrecision &prec, const Vec3 &coord, const Vec2 &fBounds, in isLinearMipmapLinearSampleResultValid()
1318 const Vec2 &coord, const int coordZ, const Vec4 &result) in isLevelSampleResultValid()
[all …]
H A DtcuTexCompareVerifier.cpp501 … const TexComparePrecision &prec, const Vec2 &coord, const int coordZ, in isNearestCompareResultValid()
535 … const TexComparePrecision &prec, const Vec2 &coord, const int coordZ, in isLinearCompareResultValid()
585const Vec2 &coord, const int coordZ, const float cmpReference, const float result) in isLevelCompareResultValid()
595 … const TexComparePrecision &prec, const Vec2 &coord, in isNearestMipmapLinearCompareResultValid()
652 … const TexComparePrecision &prec, const Vec2 &coord, const int coordZ, in isLinearMipmapLinearCompareResultValid()
742 … const TexComparePrecision &prec, const Vec2 &coord, const int coordZ, in isMipmapLinearCompareResultValid()
754const Vec2 &coord, const Vec2 &lodBounds, const float cmpReference, const float result) in isTexCompareResultValid()
1132 … const TexComparePrecision &prec, const Vec1 &coord, const int coordZ, in isNearestCompareResultValid()
1158 … const TexComparePrecision &prec, const Vec1 &coord, const int coordZ, in isLinearCompareResultValid()
1195const Vec1 &coord, const int coordZ, const float cmpReference, const float result) in isLevelCompareResultValid()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dcoordinator_test.py26 def StopOnEvent(coord, wait_for_stop, set_when_stopped): argument
32 def RaiseOnEvent(coord, wait_for_stop, set_when_stopped, ex, report_exception): argument
46 def RaiseOnEventUsingContextHandler(coord, wait_for_stop, set_when_stopped, ex): argument
54 def SleepABit(n_secs, coord=None): argument
60 def WaitForThreadsToRegister(coord, num_threads): argument
333 def _StopAt0(coord, n): argument
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_nir_lower_texture.c114 coords_for_buffer_texture(nir_builder *b, nir_def *coord) in coords_for_buffer_texture()
135 nir_def *coord = nir_steal_tex_src(tex, nir_tex_src_coord); in lower_buffer_texture() local
209 nir_def *coord = nir_steal_tex_src(tex, nir_tex_src_coord); in lower_regular_texture() local
472 nir_def *coord = intr->src[1].ssa; in image_texel_address() local
505 nir_def *coord = nir_channel(b, coord_vector, 0); in lower_buffer_image() local
527 nir_def *coord = intr->src[1].ssa; in lower_1d_image() local
568 nir_def *coord = intr->src[1].ssa; in lower_image_load_robustness() local
659 nir_def *coord = intr->src[1].ssa; in lower_robustness() local
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java1007 int coord, in glTexGenfOES()
1015 int coord, in glTexGenfvOES()
1024 int coord, in glTexGenfvOES()
1032 int coord, in glTexGeniOES()
1040 int coord, in glTexGenivOES()
1049 int coord, in glTexGenivOES()
1057 int coord, in glTexGenxOES()
1065 int coord, in glTexGenxvOES()
1074 int coord, in glTexGenxvOES()
1082 int coord, in glGetTexGenfvOES()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_lower_cubemap_to_array.c92 evaluate_face_x(nir_builder *b, coord_t *coord) in evaluate_face_x()
109 evaluate_face_y(nir_builder *b, coord_t *coord) in evaluate_face_y()
126 evaluate_face_z(nir_builder *b, coord_t *coord) in evaluate_face_z()
143 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_def *coord, nir_texop op) in create_array_tex_from_cube_tex()
306 handle_cube_gather(nir_builder *b, nir_tex_instr *tex, nir_def *coord) in handle_cube_gather()
347 lower_cube_coords(nir_builder *b, nir_def *coord, bool is_array) in lower_cube_coords()
452 nir_def *coord = tex->src[coord_index].src.ssa; in lower_cube_sample() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_cubemaps.c110 evaluate_face_x(nir_builder *b, coord_t *coord) in evaluate_face_x()
129 evaluate_face_y(nir_builder *b, coord_t *coord) in evaluate_face_y()
148 evaluate_face_z(nir_builder *b, coord_t *coord) in evaluate_face_z()
167 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_def *coord, nir_texop op) in create_array_tex_from_cube_tex()
316 handle_cube_gather(nir_builder *b, nir_tex_instr *tex, nir_def *coord) in handle_cube_gather()
356 lower_cube_coords(nir_builder *b, nir_def *coord, bool is_array, bool is_image) in lower_cube_coords()
405 nir_def *coord = tex->src[coord_index].src.ssa; in lower_cube_sample() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcFragDepthTests.cpp210 const float coord[] = {0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f, 1.0f}; in iterate() local
331 const float coord[] = {0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f, 1.0f}; in iterate() local
420 static float evalConstDepth(const Vec2 &coord) in evalConstDepth()
425 static float evalDynamicDepth(const Vec2 &coord) in evalDynamicDepth()
429 static float evalNoWrite(const Vec2 &coord) in evalNoWrite()
434 static float evalDynamicConditionalDepth(const Vec2 &coord) in evalDynamicConditionalDepth()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFragDepthTests.cpp198 const float coord[] = {0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f, 1.0f}; in iterate() local
316 const float coord[] = {0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f, 1.0f}; in iterate() local
401 static float evalConstDepth(const Vec2 &coord) in evalConstDepth()
406 static float evalDynamicDepth(const Vec2 &coord) in evalDynamicDepth()
410 static float evalNoWrite(const Vec2 &coord) in evalNoWrite()
415 static float evalDynamicConditionalDepth(const Vec2 &coord) in evalDynamicConditionalDepth()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_image_opcodes_cdna.c49 static nir_def *lower_image_coords(nir_builder *b, nir_def *desc, nir_def *coord, in lower_image_coords()
111 nir_def *desc, nir_def *coord, in emulated_image_load()
126 static void emulated_image_store(nir_builder *b, nir_def *desc, nir_def *coord, in emulated_image_store()
161 nir_def *coord[3] = {0}; in emulated_tex_level_zero() local
410 nir_def *coord = NULL, *desc = NULL, *sampler_desc = NULL, *result = NULL; in lower_image_opcodes() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/service/
DPreferenceServiceRequestTransformer.kt45 val coord = PreferenceCoordinate(request.screenKey, request.preferenceKey) in transformFrameworkGetValueRequest() constant
58 val coord = PreferenceCoordinate(request.screenKey, request.preferenceKey) in transformCatalystGetValueResponse() constant
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DGridSampler.h26 static inline scalar_t grid_sampler_unnormalize(scalar_t coord, int64_t size, in grid_sampler_unnormalize()
42 static inline scalar_t grid_sampler_unnormalize_set_grad(scalar_t coord, int64_t size, in grid_sampler_unnormalize_set_grad()
142 static inline scalar_t compute_coordinates(scalar_t coord, int64_t size, in compute_coordinates()
164 scalar_t coord, in grid_sampler_compute_source_index()
179 scalar_t coord, in grid_sampler_compute_source_index_set_grad()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DGridSampler.cuh22 scalar_t grid_sampler_unnormalize(scalar_t coord, int size, bool align_corners) { in grid_sampler_unnormalize()
38 scalar_t grid_sampler_unnormalize_set_grad(scalar_t coord, int size, in grid_sampler_unnormalize_set_grad()
150 scalar_t compute_coordinates(scalar_t coord, int size, in compute_coordinates()
175 scalar_t coord, in grid_sampler_compute_source_index()
191 scalar_t coord, in grid_sampler_compute_source_index_set_grad()

12345678910>>...22