Searched refs:xyzw (Results 1 - 25 of 33) sorted by relevance

12

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
H A Dd3d10tri.hlsl.vs.h14 // POSITION 0 xyzw 0 NONE float xyzw
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
23 // COLOR 0 xyzw 1 NONE float xyzw
26 dcl_input v0.xyzw
27 dcl_input v1.xyzw
[all...]
H A Dd3d10tri.hlsl.ps.h14 // SV_POSITION 0 xyzw 0 POS float
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_TARGET 0 xyzw 0 TARGET float xyzw
25 dcl_input_ps linear v1.xyzw
26 dcl_output o0.xyzw
27 mov o0.xyzw, v1.xyzw
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
H A Dd3d11tri.hlsl.vs.h14 // POSITION 0 xyzw 0 NONE float xyzw
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
23 // COLOR 0 xyzw 1 NONE float xyzw
26 dcl_input v0.xyzw
27 dcl_input v1.xyzw
[all...]
H A Dd3d11tri.hlsl.ps.h14 // SV_POSITION 0 xyzw 0 POS float
15 // COLOR 0 xyzw 1 NONE float xyzw
22 // SV_TARGET 0 xyzw 0 TARGET float xyzw
25 dcl_input_ps linear v1.xyzw
26 dcl_output o0.xyzw
27 mov o0.xyzw, v1.xyzw
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl.ps.h24 // SV_POSITION 0 xyzw 0 POS float
26 // FACTORS 0 xyzw 2 NONE float xyzw
33 // SV_TARGET 0 xyzw 0 TARGET float xyzw
41 dcl_input_ps linear v2.xyzw
42 dcl_output o0.xyzw
44 sample r0.xyzw, v1.xyxx, t1.xyzw, s1
45 mul r0.xyzw, r
[all...]
H A Dd3d11tex.hlsl.vs.h14 // POSITION 0 xyzw 0 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
24 // FACTORS 0 xyzw 2 NONE float xyzw
27 dcl_input v0.xyzw
29 dcl_output_siv o0.xyzw, position
31 dcl_output o2.xyzw
32 mov o0.xyzw, v
[all...]
/external/clang/test/SemaCXX/
H A Dcxx-altivec.cpp4 __vector float xyzw; member in struct:Vector
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11blit.hlsl.vs.h14 // POSITION 0 xyzw 0 NONE float xyzw
22 // SV_POSITION 0 xyzw 0 POS float xyzw
26 dcl_input v0.xyzw
28 dcl_output_siv o0.xyzw, position
30 mov o0.xyzw, v0.xyzw
H A Dd3d11blit.hlsl.ps.h22 // SV_POSITION 0 xyzw 0 POS float
30 // SV_TARGET 0 xyzw 0 TARGET float xyzw
36 dcl_output o0.xyzw
37 sample o0.xyzw, v1.xyxx, t0.xyzw, s0
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.hlsl.vs.h36 // POSITION 0 xyzw 0 NONE float xyzw
44 // SV_POSITION 0 xyzw 0 POS float xyzw
51 dcl_input v0.xyzw
53 dcl_output_siv o0.xyzw, position
62 mul r1.xyzw, r0.yyyy, cb0[1].xyzw
63 mad r1.xyzw, cb0[0].xyzw, r
[all...]
H A Dd3d11gears.hlsl.ps.h36 // SV_POSITION 0 xyzw 0 POS float
46 // SV_TARGET 0 xyzw 0 TARGET float xyzw
53 dcl_output o0.xyzw
72 mul r1.xyzw, r0.xxxx, cb0[10].xyzw
73 mad o0.xyzw, cb0[9].xyzw, r0.yyyy, r1.xyzw
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c90 quadpos->xyzw[0].f[0] = x;
91 quadpos->xyzw[0].f[1] = x + 1;
92 quadpos->xyzw[0].f[2] = x;
93 quadpos->xyzw[0].f[3] = x + 1;
96 quadpos->xyzw[1].f[0] = y;
97 quadpos->xyzw[1].f[1] = y;
98 quadpos->xyzw[1].f[2] = y + 1;
99 quadpos->xyzw[1].f[3] = y + 1;
106 quadpos->xyzw[chan].f[0] = a0;
107 quadpos->xyzw[cha
[all...]
/external/clang/test/Sema/
H A Dext_vector_components.c18 vec2.xyzw; // expected-error {{vector component access exceeds type 'float2'}}
19 vec4.xyzw; // expected-warning {{expression result unused}}
29 vec4_2.xyzx = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
30 vec4_2.xyzz = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
31 vec4_2.xyyw = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c140 machine->Inputs[slot].xyzw[0].f[j] = input[slot][0];
141 machine->Inputs[slot].xyzw[1].f[j] = input[slot][1];
142 machine->Inputs[slot].xyzw[2].f[j] = input[slot][2];
143 machine->Inputs[slot].xyzw[3].f[j] = input[slot][3];
166 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f);
167 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f);
168 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f);
169 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f);
172 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
178 output[slot][0] = machine->Outputs[slot].xyzw[
[all...]
H A Ddraw_gs.c189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
191 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0];
192 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0];
233 machine->Inputs[idx].xyzw[0].f[prim_idx] =
235 machine->Inputs[idx].xyzw[1].f[prim_idx] =
237 machine->Inputs[idx].xyzw[2].f[prim_idx] =
239 machine->Inputs[idx].xyzw[3].f[prim_idx] =
252 machine->Inputs[idx].xyzw[0].f[prim_idx] = input[vs_slot][0];
253 machine->Inputs[idx].xyzw[
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.hlsl.ds.h52 // SV_POSITION 0 xyzw 0 POS float xyzw
68 dcl_output_siv o0.xyzw, position
97 mul r3.xyzw, r2.yyyy, cb0[5].xyzw
98 mad r3.xyzw, cb0[4].xyzw, r2.xxxx, r3.xyzw
99 mad r2.xyzw, cb0[6].xyzw, r
[all...]
H A Dd3d11spikysphere.hlsl.ps.h14 // SV_POSITION 0 xyzw 0 POS float
24 // SV_TARGET 0 xyzw 0 TARGET float xyzw
30 dcl_output o0.xyzw
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.csv78 PIPE_FORMAT_R10G10B10A2_UNORM , plain, 1, 1, un10, un10, un10, un2 , xyzw, rgb
113 PIPE_FORMAT_R8G8B8A8_SRGB , plain, 1, 1, un8 , un8 , un8 , un8 , xyzw, srgb
123 PIPE_FORMAT_R10SG10SB10SA2U_NORM , plain, 1, 1, sn10, sn10, sn10, un2 , xyzw, rgb
166 PIPE_FORMAT_DXT1_RGBA , s3tc, 4, 4, x64 , , , , xyzw, rgb
167 PIPE_FORMAT_DXT3_RGBA , s3tc, 4, 4, x128, , , , xyzw, rgb
168 PIPE_FORMAT_DXT5_RGBA , s3tc, 4, 4, x128, , , , xyzw, rgb
170 PIPE_FORMAT_DXT1_SRGBA , s3tc, 4, 4, x64 , , , , xyzw, srgb
171 PIPE_FORMAT_DXT3_SRGBA , s3tc, 4, 4, x128, , , , xyzw, srgb
172 PIPE_FORMAT_DXT5_SRGBA , s3tc, 4, 4, x128, , , , xyzw, srgb
195 PIPE_FORMAT_R64G64B64A64_FLOAT , plain, 1, 1, f64 , f64 , f64 , f64 , xyzw, rg
[all...]
/external/clang/test/Parser/
H A Dcxx-altivec.cpp167 __vector float xyzw; member in struct:Vector
173 result.xyzw = vec_add(lhs.xyzw, rhs.xyzw);
180 __vector float xyzw; member in class:VectorClassNonPod
190 __vector float xyzw; member in class:VectorClassMultipleMembers
/external/clang/test/CodeGen/
H A Darm-homogenous.c123 float xyzw[4]; member in struct:__anon1946
144 struct_with_fundamental_elems xyzw; member in union:__anon1947
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h67 float xyzw[4]; member in struct:sh_cdata
86 int xyzw[4]; member in struct:sh_idata
H A Dsvga_shader_dump.c265 _debug_printf( "%f, %f, %f, %f", cdata.xyzw[0], cdata.xyzw[1], cdata.xyzw[2], cdata.xyzw[3] );
270 _debug_printf( "%d, %d, %d, %d", idata.xyzw[0], idata.xyzw[1], idata.xyzw[2], idata.xyzw[3] );
465 _debug_printf( "%c", "xyzw"[srcreg.swizzle_x] );
468 _debug_printf( "%c", "xyzw"[srcre
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c544 tmp->xyzw[i].f[0],
545 tmp->xyzw[i].f[1],
546 tmp->xyzw[i].f[2],
547 tmp->xyzw[i].f[3]);
844 mach->Temps[TGSI_EXEC_TEMP_00000000_I].xyzw[TGSI_EXEC_TEMP_00000000_C].u[i] = 0x00000000;
845 mach->Temps[TGSI_EXEC_TEMP_7FFFFFFF_I].xyzw[TGSI_EXEC_TEMP_7FFFFFFF_C].u[i] = 0x7FFFFFFF;
846 mach->Temps[TGSI_EXEC_TEMP_80000000_I].xyzw[TGSI_EXEC_TEMP_80000000_C].u[i] = 0x80000000;
847 mach->Temps[TGSI_EXEC_TEMP_FFFFFFFF_I].xyzw[TGSI_EXEC_TEMP_FFFFFFFF_C].u[i] = 0xFFFFFFFF; /* not used */
848 mach->Temps[TGSI_EXEC_TEMP_ONE_I].xyzw[TGSI_EXEC_TEMP_ONE_C].f[i] = 1.0f;
849 mach->Temps[TGSI_EXEC_TEMP_TWO_I].xyzw[TGSI_EXEC_TEMP_TWO_
[all...]
H A Dtgsi_exec.h77 union tgsi_exec_channel xyzw[TGSI_NUM_CHANNELS]; member in struct:tgsi_exec_vector
86 float a0[TGSI_NUM_CHANNELS]; /* in an xyzw layout */
370 mach->Temps[TGSI_EXEC_TEMP_KILMASK_I].xyzw[TGSI_EXEC_TEMP_KILMASK_C].u[0] =
380 int *mask = mach->Temps[TGSI_EXEC_MASK_I].xyzw[TGSI_EXEC_MASK_C].i;
/external/opencv3/modules/cudastereo/include/opencv2/
H A Dcudastereo.hpp299 @param xyzw Output 3- or 4-channel floating-point image of the same size as disp . Each element of
300 xyzw(x,y) contains 3D coordinates (x,y,z) or (x,y,z,1) of the point (x,y) , computed from the
308 CV_EXPORTS void reprojectImageTo3D(InputArray disp, OutputArray xyzw, InputArray Q, int dst_cn = 4, Stream& stream = Stream::Null());

Completed in 523 milliseconds

12