/external/chromium_org/third_party/angle/src/compiler/ |
D | Initialize.cpp | 21 TType *float3 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 3); in InsertBuiltInFunctions() local 33 symbolTable.insertBuiltIn(float3, "radians", float3); in InsertBuiltInFunctions() 38 symbolTable.insertBuiltIn(float3, "degrees", float3); in InsertBuiltInFunctions() 43 symbolTable.insertBuiltIn(float3, "sin", float3); in InsertBuiltInFunctions() 48 symbolTable.insertBuiltIn(float3, "cos", float3); in InsertBuiltInFunctions() 53 symbolTable.insertBuiltIn(float3, "tan", float3); in InsertBuiltInFunctions() 58 symbolTable.insertBuiltIn(float3, "asin", float3); in InsertBuiltInFunctions() 63 symbolTable.insertBuiltIn(float3, "acos", float3); in InsertBuiltInFunctions() 68 symbolTable.insertBuiltIn(float3, "atan", float3, float3); in InsertBuiltInFunctions() 73 symbolTable.insertBuiltIn(float3, "atan", float3); in InsertBuiltInFunctions() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
D | d3d11spikysphere.hlsl | 43 float3 position : POSITION; 48 float3 position : POSITION; 66 float3 position : POSITION; 93 float3 objpos : OBJPOS; 94 // float3 worldpos : WORLDPOS; 95 float3 objnormal : OBJNORMAL; 96 float3 worldnormal : WORLDNORMAL; 99 float3 dnormf_dt(float3 f, float3 dfdt) 105 float3 map(float3 p, float3 q, float3 r, float3 k) 110 float3 dmap_du(float3 p, float3 q, float3 r, float3 k) [all …]
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
D | d3d11spikysphere.hlsl | 43 float3 position : POSITION; 48 float3 position : POSITION; 66 float3 position : POSITION; 93 float3 objpos : OBJPOS; 94 // float3 worldpos : WORLDPOS; 95 float3 objnormal : OBJNORMAL; 96 float3 worldnormal : WORLDNORMAL; 99 float3 dnormf_dt(float3 f, float3 dfdt) 105 float3 map(float3 p, float3 q, float3 r, float3 k) 110 float3 dmap_du(float3 p, float3 q, float3 r, float3 k) [all …]
|
/external/clang/test/Sema/ |
D | ext_vector_components.c | 4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef 12 float3 vec3; in test() 44 float2 lo(float3 x) { return x.lo; } in lo() 45 float2 hi(float3 x) { return x.hi; } in hi() 46 float2 ev(float3 x) { return x.even; } in ev() 47 float2 od(float3 x) { return x.odd; } in od()
|
D | vector-init.c | 33 typedef float __attribute__((ext_vector_type (3))) float3; typedef 34 int test2[sizeof(float3) == sizeof(float4) ? 1 : -1];
|
/external/clang/test/Parser/ |
D | opencl-astype.cl | 9 typedef __attribute__(( ext_vector_type(3) )) float float3; 16 // Verify int4->float3, float3->int4 works. 18 float3 f3 = __builtin_astype(i4, float3);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
D | d3d11gears.hlsl | 40 float3 normal : NORMAL; 46 float3 normal : NORMAL; 47 float3 eye : EYE; 48 float3 light : LIGHT; 55 float3 view = mul((float3x4)modelview, input.position); 66 float3 nlight = normalize(input.light); 67 float3 nnormal = normalize(input.normal);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
D | d3d11gears.hlsl | 40 float3 normal : NORMAL; 46 float3 normal : NORMAL; 47 float3 eye : EYE; 48 float3 light : LIGHT; 55 float3 view = mul((float3x4)modelview, input.position); 66 float3 nlight = normalize(input.light); 67 float3 nnormal = normalize(input.normal);
|
/external/clang/test/SemaOpenCL/ |
D | vector_literals_const.cl | 17 typedef float float3 __attribute((ext_vector_type(3))); 25 __constant float4 f_3_1 = (float4)((float3)(1,2,3),4); 26 __constant float4 f_1_3 = (float4)(1,(float3)(2,3,4));
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextRun.cpp | 36 float float3; member
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/shaders/ |
D | Clear11.hlsl | 1 void VS_Clear( in float3 inPosition : POSITION, in float4 inColor : COLOR,
|
/external/libffi/testsuite/ |
D | Makefile.am | 49 libffi.call/float2.c libffi.call/float3.c libffi.call/float4.c \
|
D | Makefile.in | 214 libffi.call/float2.c libffi.call/float3.c libffi.call/float4.c \
|
/external/llvm/lib/Target/X86/ |
D | README-SSE.txt | 838 %struct.float3 = type { float, float, float } 840 define void @test(%0, %struct.float3* nocapture %res) nounwind noinline ssp { 848 %tmp5 = getelementptr inbounds %struct.float3* %res, i64 0, i32 1 ; <float*> [#uses=1]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
D | d3d11u.h | 353 typedef vec_t<float, 3> float3; typedef
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
D | d3d11u.h | 353 typedef vec_t<float, 3> float3; typedef
|
/external/libffi/ |
D | ChangeLog | 1251 * testsuite/libffi.call/float3.c: Ditto. 1382 * testsuite/libffi.call/float3.c: New test case.
|