Home
last modified time | relevance | path

Searched refs:float3 (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
Dd3d11spikysphere.hlsl43 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/swiftshader/src/OpenGL/compiler/
DInitialize.cpp29 TType *float3 = new TType(EbtFloat, 3); in InsertBuiltInFunctions() local
118 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpModf, float3, "modf", float3, outFloat3); in InsertBuiltInFunctions()
141 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpCross, float3, "cross", float3, float3); in InsertBuiltInFunctions()
171 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat3, "outerProduct", float3, float3); in InsertBuiltInFunctions()
173 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat2x3, "outerProduct", float3, float2); in InsertBuiltInFunctions()
174 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat3x2, "outerProduct", float2, float3); in InsertBuiltInFunctions()
177 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat3x4, "outerProduct", float4, float3); in InsertBuiltInFunctions()
178 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat4x3, "outerProduct", float3, float4); in InsertBuiltInFunctions()
240 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DProj", sampler2D, float3); in InsertBuiltInFunctions()
242 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "textureCube", samplerCube, float3); in InsertBuiltInFunctions()
[all …]
/external/clang/test/CodeGen/
Dppc64le-aggregates.c243 typedef float float3 __attribute__((vector_size (12))); typedef
245 struct v3f1 { float3 v[1]; };
246 struct v3f2 { float3 v[2]; };
247 struct v3f3 { float3 v[3]; };
248 struct v3f4 { float3 v[4]; };
249 struct v3f5 { float3 v[5]; };
250 struct v3f6 { float3 v[6]; };
251 struct v3f7 { float3 v[7]; };
252 struct v3f8 { float3 v[8]; };
253 struct v3f9 { float3 v[9]; };
[all …]
/external/llvm/test/CodeGen/NVPTX/
Dbug22322.ll6 %class.float3 = type { float, float, float }
10 define void @some_kernel(%class.float3* nocapture %dst) #0 {
30 %12 = getelementptr inbounds %class.float3, %class.float3* %dst, i64 %5, i32 0
32 %13 = getelementptr inbounds %class.float3, %class.float3* %dst, i64 %5, i32 1
34 %14 = getelementptr inbounds %class.float3, %class.float3* %dst, i64 %5, i32 2
61 !0 = !{void (%class.float3*)* @some_kernel, !"kernel", i32 1}
/external/clang/test/Parser/
Dopencl-astype.cl9 typedef __attribute__(( ext_vector_type(3) )) float float3;
16 // Verify int4->float3, float3->int4 works.
18 float3 f3 = __builtin_astype(i4, float3);
/external/clang/test/Sema/
Dext_vector_components.c4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
12 float3 vec3; in test()
71 float2 lo(float3 x) { return x.lo; } in lo()
72 float2 hi(float3 x) { return x.hi; } in hi()
73 float2 ev(float3 x) { return x.even; } in ev()
74 float2 od(float3 x) { return x.odd; } in od()
Dvector-init.c33 typedef float __attribute__((ext_vector_type (3))) float3; typedef
34 int test2[sizeof(float3) == sizeof(float4) ? 1 : -1];
Dext_vector_casts.c6 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
17 float3 vec3; in test()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
Dd3d11gears.hlsl40 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/
Dvector_literals_const.cl17 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/clang/lib/Headers/
Dopencl-c.h119 typedef float float3 __attribute__((ext_vector_type(3))); typedef
1888 char3 __ovld __cnfn convert_char3_rte(float3);
1889 char3 __ovld __cnfn convert_char3_sat_rte(float3);
1890 char3 __ovld __cnfn convert_char3_rtz(float3);
1891 char3 __ovld __cnfn convert_char3_sat_rtz(float3);
1892 char3 __ovld __cnfn convert_char3_rtp(float3);
1893 char3 __ovld __cnfn convert_char3_sat_rtp(float3);
1894 char3 __ovld __cnfn convert_char3_rtn(float3);
1895 char3 __ovld __cnfn convert_char3_sat_rtn(float3);
1896 char3 __ovld __cnfn convert_char3(float3);
[all …]
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
Dspirv_convert.h71 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3(float3);
72 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtz(float3);
73 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rte(float3);
74 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtp(float3);
75 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtn(float3);
76 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat(float3);
77 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtz(float3);
78 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rte(float3);
79 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtp(float3);
80 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtn(float3);
[all …]
/external/llvm/test/Transforms/Inline/
Dattributes.ll256 define i32 @test_no-implicit-float3(i32 %i) noimplicitfloat {
259 ; CHECK: @test_no-implicit-float3(i32 %i) [[NOIMPLICITFLOAT]] {
/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp124 …typedef detail::tvec3<float, highp> float3; //!< \brief single-precision floating-point vector … typedef
/external/llvm/lib/Target/X86/
DREADME-SSE.txt784 %struct.float3 = type { float, float, float }
786 define void @test(%0, %struct.float3* nocapture %res) nounwind noinline ssp {
794 %tmp5 = getelementptr inbounds %struct.float3* %res, i64 0, i32 1 ; <float*> [#uses=1]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DREADME-SSE.txt869 %struct.float3 = type { float, float, float }
871 define void @test(%0, %struct.float3* nocapture %res) nounwind noinline ssp {
879 %tmp5 = getelementptr inbounds %struct.float3* %res, i64 0, i32 1 ; <float*> [#uses=1]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11u.h353 typedef vec_t<float, 3> float3; typedef
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h1028 inline float3 ConvertRGBToHSB(CLPixelType pixel) {
1029 float3 HueSaturationBrightness;
1056 inline CLPixelType ConvertHSBToRGB(float3 HueSaturationBrightness) {
1110 float3 HueSaturationBrightness = ConvertRGBToHSB(pixel);
/external/llvm/test/CodeGen/AArch64/
Dldst-opt.ll429 define float @load-pre-indexed-float3(%pre.struct.float** %this, i1 %cond,
431 ; CHECK-LABEL: load-pre-indexed-float3
627 define void @store-pre-indexed-float3(%pre.struct.float** %this, i1 %cond,
630 ; CHECK-LABEL: store-pre-indexed-float3
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/
Darrays.test20 case float3
/external/deqp/data/gles3/shaders/
Darrays.test20 case float3