HomeSort by relevance Sort by last modified time
    Searched refs:POSITION (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-dp4.sh 5 DCL OUT[0], POSITION
vert-ex2.sh 5 DCL OUT[0], POSITION
vert-lg2.sh 5 DCL OUT[0], POSITION
vert-rcp.sh 5 DCL OUT[0], POSITION
vert-rsq.sh 5 DCL OUT[0], POSITION
vert-srcmod-absneg.sh 5 DCL OUT[0], POSITION
vert-arl.sh 4 DCL OUT[0], POSITION
vert-arr.sh 4 DCL OUT[0], POSITION
vert-flr.sh 4 DCL OUT[0], POSITION
  /external/v8/test/cctest/
test-reloc-info.cc 58 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
62 printf("TEST WRITING POSITION %p %d\n", pc, pos);
76 RelocIterator it(desc, RelocInfo::ModeMask(RelocInfo::POSITION));
81 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
82 if (mode == RelocInfo::POSITION) {
98 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
115 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl 32 float4 position : POSITION;
38 float4 position : SV_POSITION;
45 result.position = input.position;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 219 * @tests java.nio.channels.FileChannel#position()
222 assertEquals(0, readOnlyFileChannel.position());
223 assertEquals(0, writeOnlyFileChannel.position());
224 assertEquals(0, readWriteFileChannel.position());
228 * @tests java.nio.channels.FileChannel#position()
233 assertEquals(0, readOnlyFileChannel.position());
236 assertEquals(CONTENT_LENGTH, readOnlyFileChannel.position());
278 * @tests java.nio.channels.FileChannel#position()
283 assertEquals(CONTENT_LENGTH, writeOnlyFileChannel.position());
287 * @tests java.nio.channels.FileChannel#position()
3142 public long position() throws IOException { method in class:FileChannelTest.MockFileChannel
3146 public FileChannel position(long arg0) throws IOException { method in class:FileChannelTest.MockFileChannel
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
configure.com 53 POSITION(BEGINNING_OF(match_pos));
59 POSITION(BEGINNING_OF(match_pos));
65 POSITION(BEGINNING_OF(match_pos));
71 POSITION(BEGINNING_OF(match_pos));
77 POSITION(BEGINNING_OF(match_pos));
83 POSITION(BEGINNING_OF(match_pos));
89 POSITION(BEGINNING_OF(match_pos));
95 POSITION(BEGINNING_OF(match_pos));
101 POSITION(BEGINNING_OF(match_pos));
107 POSITION(BEGINNING_OF(match_pos))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.c 16 typedef struct position { struct
19 } POSITION;
79 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = {
182 const POSITION *mi_pos) {
204 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type];
216 const POSITION *const mv_ref = &mv_ref_search[i];
236 const POSITION *const mv_ref = &mv_ref_search[i];
262 const POSITION *mv_ref = &mv_ref_search[i];
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h 26 typedef struct position { struct
29 } POSITION;
89 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = {
195 const POSITION *mi_pos) {
vp9_mvref_common.c 24 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type];
38 const POSITION *const mv_ref = &mv_ref_search[i];
60 const POSITION *const mv_ref = &mv_ref_search[i];
102 const POSITION *mv_ref = &mv_ref_search[i];
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.hlsl 39 float4 position : POSITION;
45 float4 position : SV_POSITION;
55 float3 view = mul((float3x4)modelview, input.position);
56 result.position = mul((float4x4)proj, float4(view, 1));
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl 34 float4 position : POSITION;
40 float4 position : SV_POSITION;
48 result.position = input.position;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.hlsl 43 float3 position : POSITION;
48 float3 position : POSITION;
54 result.position = input.position;
66 float3 position : POSITION;
86 result.position = p[i].position;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 133 TM_PROP(208,TMT,POSITION,POSITION)
302 TM_PROP(3401,TMT,OFFSET,POSITION)
303 TM_PROP(3402,TMT,TEXTSHADOWOFFSET,POSITION)
304 TM_PROP(3403,TMT,MINSIZE,POSITION)
305 TM_PROP(3404,TMT,MINSIZE1,POSITION)
306 TM_PROP(3405,TMT,MINSIZE2,POSITION)
307 TM_PROP(3406,TMT,MINSIZE3,POSITION)
308 TM_PROP(3407,TMT,MINSIZE4,POSITION)
309 TM_PROP(3408,TMT,MINSIZE5,POSITION)
    [all...]
  /external/expat/lib/
xmltok.h 112 typedef struct position { struct
116 } POSITION;
162 POSITION *);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
TouchAnimator.java 78 private static final FloatProperty<TouchAnimator> POSITION =
79 new FloatProperty<TouchAnimator>("position") {
104 * Called when the animator moves into a position of "0". Start and end delays are
105 * taken into account, so this position may cover a range of fractional inputs.
110 * Called when the animator moves into a position of "0". Start and end delays are
111 * taken into account, so this position may cover a range of fractional inputs.
116 * Called when the animator moves out of the start or end position and is in a transient
169 if (target instanceof TouchAnimator && "position".equals(property)) {
170 return POSITION;
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/
configure.com 196 POSITION(BEGINNING_OF(match_pos));
204 POSITION(END_OF(file));
  /external/v8/src/
assembler.cc 317 // position: 01
426 int pos_type_tag = (rmode == RelocInfo::POSITION) ? kNonstatementPositionTag
443 next_position_candidate_pos_delta_, RelocInfo::POSITION);
453 if (rmode != RelocInfo::POSITION) {
489 // Use signed delta-encoding for position.
495 DCHECK_EQ(rmode, RelocInfo::POSITION);
496 if (pc_delta != 0 || last_mode_ != RelocInfo::POSITION) {
629 RelocInfo::POSITION :
667 // Always update the position if we are interested in either
694 // Always update the position if we are interested in eithe
    [all...]

Completed in 625 milliseconds

12 3 4 5