HomeSort by relevance Sort by last modified time
    Searched refs:POSITION (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.hlsl 29 float4 position : POSITION;
35 float4 position : SV_POSITION;
42 result.position = input.position;
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-cb-1d.sh 5 DCL OUT[0], POSITION
vert-dp3.sh 5 DCL OUT[0], POSITION
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/chromium_org/v8/test/cctest/
test-reloc-info.cc 57 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
68 RelocIterator it(desc, RelocInfo::ModeMask(RelocInfo::POSITION));
72 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
73 if (mode == RelocInfo::POSITION) {
89 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
106 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl 32 float4 position : POSITION;
38 float4 position : SV_POSITION;
45 result.position = input.position;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
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/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 272 * @tests java.nio.channels.FileChannel#position()
275 assertEquals(0, readOnlyFileChannel.position());
276 assertEquals(0, writeOnlyFileChannel.position());
277 assertEquals(0, readWriteFileChannel.position());
281 * @tests java.nio.channels.FileChannel#position()
286 assertEquals(0, readOnlyFileChannel.position());
289 assertEquals(CONTENT_LENGTH, readOnlyFileChannel.position());
331 * @tests java.nio.channels.FileChannel#position()
336 assertEquals(CONTENT_LENGTH, writeOnlyFileChannel.position());
340 * @tests java.nio.channels.FileChannel#position()
3045 public long position() throws IOException { method in class:FileChannelTest.MockFileChannel
3049 public FileChannel position(long arg0) throws IOException { method in class:FileChannelTest.MockFileChannel
    [all...]
  /external/libvpx/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];
  /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/chromium_org/third_party/libvpx/source/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] = {
192 const POSITION *mi_pos) {
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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));

Completed in 1770 milliseconds

1 23 4 5