/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/ |
D | d3d11tex.hlsl.ps.h | 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, r0.xyzw, v2.xxxx 46 sample r1.xyzw, v1.xyxx, t1.xyzw, s0 47 mad r0.xyzw, r1.xyzw, v2.zzzz, r0.xyzw 48 mul r0.xyzw, r0.xyzw, v2.yyyy 49 sample r1.xyzw, v1.xyxx, t0.xyzw, s1 50 mul r1.xyzw, r1.xyzw, v2.xxxx 51 sample r2.xyzw, v1.xyxx, t0.xyzw, s0 [all …]
|
D | d3d11tex.hlsl.vs.h | 27 dcl_input v0.xyzw 29 dcl_output_siv o0.xyzw, position 31 dcl_output o2.xyzw 32 mov o0.xyzw, v0.xyzw 34 mad o2.xyzw, v1.xyxy, l(1.000000, 1.000000, -1.000000, -1.000000), l(0.000000, 0.000000, 1.000000, …
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
D | d3d11gears.hlsl.vs.h | 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, r0.xxxx, r1.xyzw 64 mad r1.xyzw, cb0[2].xyzw, r0.zzzz, r1.xyzw 65 add o0.xyzw, r1.xyzw, cb0[3].xyzw
|
D | d3d11gears.hlsl.ps.h | 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/llvm/test/Transforms/InstCombine/ |
D | blend_x86.ll | 25 define <4 x float> @constant_blendvps(<4 x float> %xyzw, <4 x float> %abcd) { 27 … %1 = select <4 x i1> <i1 false, i1 false, i1 false, i1 true>, <4 x float> %abcd, <4 x float> %xyzw 29 …%1 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %xyzw, <4 x float> %abcd, <4 x flo… 33 define <4 x float> @constant_blendvps_zero(<4 x float> %xyzw, <4 x float> %abcd) { 35 ; CHECK-NEXT: ret <4 x float> %xyzw 36 …%1 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %xyzw, <4 x float> %abcd, <4 x flo… 40 define <4 x float> @constant_blendvps_dup(<4 x float> %xyzw, <4 x float> %sel) { 42 ; CHECK-NEXT: ret <4 x float> %xyzw 43 …%1 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %xyzw, <4 x float> %xyzw, <4 x flo… 47 define <16 x i8> @constant_pblendvb(<16 x i8> %xyzw, <16 x i8> %abcd) { [all …]
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/ |
D | d3d10tri.hlsl.vs.h | 26 dcl_input v0.xyzw 27 dcl_input v1.xyzw 28 dcl_output_siv o0.xyzw, position 29 dcl_output o1.xyzw 30 mov o0.xyzw, v0.xyzw 31 mov o1.xyzw, v1.xyzw
|
D | d3d10tri.hlsl.ps.h | 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/ |
D | d3d11tri.hlsl.vs.h | 26 dcl_input v0.xyzw 27 dcl_input v1.xyzw 28 dcl_output_siv o0.xyzw, position 29 dcl_output o1.xyzw 30 mov o0.xyzw, v0.xyzw 31 mov o1.xyzw, v1.xyzw
|
D | d3d11tri.hlsl.ps.h | 25 dcl_input_ps linear v1.xyzw 26 dcl_output o0.xyzw 27 mov o0.xyzw, v1.xyzw
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_fs_exec.c | 90 quadpos->xyzw[0].f[0] = x; in setup_pos_vector() 91 quadpos->xyzw[0].f[1] = x + 1; in setup_pos_vector() 92 quadpos->xyzw[0].f[2] = x; in setup_pos_vector() 93 quadpos->xyzw[0].f[3] = x + 1; in setup_pos_vector() 96 quadpos->xyzw[1].f[0] = y; in setup_pos_vector() 97 quadpos->xyzw[1].f[1] = y; in setup_pos_vector() 98 quadpos->xyzw[1].f[2] = y + 1; in setup_pos_vector() 99 quadpos->xyzw[1].f[3] = y + 1; in setup_pos_vector() 106 quadpos->xyzw[chan].f[0] = a0; in setup_pos_vector() 107 quadpos->xyzw[chan].f[1] = a0 + dadx; in setup_pos_vector() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vs_exec.c | 140 machine->Inputs[slot].xyzw[0].f[j] = input[slot][0]; in vs_exec_run_linear() 141 machine->Inputs[slot].xyzw[1].f[j] = input[slot][1]; in vs_exec_run_linear() 142 machine->Inputs[slot].xyzw[2].f[j] = input[slot][2]; in vs_exec_run_linear() 143 machine->Inputs[slot].xyzw[3].f[j] = input[slot][3]; in vs_exec_run_linear() 166 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 167 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 168 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 169 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f); in vs_exec_run_linear() 172 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j]; in vs_exec_run_linear() 178 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j]; in vs_exec_run_linear() [all …]
|
D | draw_gs.c | 189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0]; in draw_geometry_fetch_outputs() 190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0]; in draw_geometry_fetch_outputs() 191 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0]; in draw_geometry_fetch_outputs() 192 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0]; in draw_geometry_fetch_outputs() 233 machine->Inputs[idx].xyzw[0].f[prim_idx] = in draw_fetch_gs_input() 235 machine->Inputs[idx].xyzw[1].f[prim_idx] = in draw_fetch_gs_input() 237 machine->Inputs[idx].xyzw[2].f[prim_idx] = in draw_fetch_gs_input() 239 machine->Inputs[idx].xyzw[3].f[prim_idx] = in draw_fetch_gs_input() 252 machine->Inputs[idx].xyzw[0].f[prim_idx] = input[vs_slot][0]; in draw_fetch_gs_input() 253 machine->Inputs[idx].xyzw[1].f[prim_idx] = input[vs_slot][1]; in draw_fetch_gs_input() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format.csv | 78 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, rgb [all …]
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
D | d3d11spikysphere.hlsl.ds.h | 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, r2.zzzz, r3.xyzw 100 add o0.xyzw, r2.xyzw, cb0[7].xyzw
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
D | d3d11blit.hlsl.vs.h | 26 dcl_input v0.xyzw 28 dcl_output_siv o0.xyzw, position 30 mov o0.xyzw, v0.xyzw
|
D | d3d11blit.hlsl.ps.h | 36 dcl_output o0.xyzw 37 sample o0.xyzw, v1.xyxx, t0.xyzw, s0
|
/external/clang/test/Sema/ |
D | ext_vector_components.c | 18 vec2.xyzw; // expected-error {{vector component access exceeds type 'float2'}} in test() 19 vec4.xyzw; // expected-warning {{expression result unused}} in test() 29 …vec4_2.xyzx = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test() 30 …vec4_2.xyzz = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test() 31 …vec4_2.xyyw = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test()
|
/external/mesa3d/src/glsl/builtins/ir/ |
D | outerProduct.ir | 25 …(assign (xyzw) (array_ref (var_ref m) (constant int (0))) (expression vec4 * (var_ref u) (swiz x (… 26 …(assign (xyzw) (array_ref (var_ref m) (constant int (1))) (expression vec4 * (var_ref u) (swiz y (… 55 …(assign (xyzw) (array_ref (var_ref m) (constant int (0))) (expression vec4 * (var_ref u) (swiz x (… 56 …(assign (xyzw) (array_ref (var_ref m) (constant int (1))) (expression vec4 * (var_ref u) (swiz y (… 57 …(assign (xyzw) (array_ref (var_ref m) (constant int (2))) (expression vec4 * (var_ref u) (swiz z (… 87 …(assign (xyzw) (array_ref (var_ref m) (constant int (0))) (expression vec4 * (var_ref u) (swiz x (… 88 …(assign (xyzw) (array_ref (var_ref m) (constant int (1))) (expression vec4 * (var_ref u) (swiz y (… 89 …(assign (xyzw) (array_ref (var_ref m) (constant int (2))) (expression vec4 * (var_ref u) (swiz z (… 90 …(assign (xyzw) (array_ref (var_ref m) (constant int (3))) (expression vec4 * (var_ref u) (swiz w (…
|
D | matrixCompMult.ir | 26 …(assign (xyzw) (array_ref (var_ref z) (constant int (0))) (expression vec4 * (array_ref (var_ref … 27 …(assign (xyzw) (array_ref (var_ref z) (constant int (1))) (expression vec4 * (array_ref (var_ref … 28 …(assign (xyzw) (array_ref (var_ref z) (constant int (2))) (expression vec4 * (array_ref (var_ref … 29 …(assign (xyzw) (array_ref (var_ref z) (constant int (3))) (expression vec4 * (array_ref (var_ref … 56 …(assign (xyzw) (array_ref (var_ref z) (constant int (0))) (expression vec4 * (array_ref (var_ref … 57 …(assign (xyzw) (array_ref (var_ref z) (constant int (1))) (expression vec4 * (array_ref (var_ref … 76 …(assign (xyzw) (array_ref (var_ref z) (constant int (0))) (expression vec4 * (array_ref (var_ref … 77 …(assign (xyzw) (array_ref (var_ref z) (constant int (1))) (expression vec4 * (array_ref (var_ref … 78 …(assign (xyzw) (array_ref (var_ref z) (constant int (2))) (expression vec4 * (array_ref (var_ref …
|
D | modf.ir | 34 (assign (xyzw) (var_ref t) (expression vec4 trunc (var_ref x))) 35 (assign (xyzw) (var_ref i) (var_ref t))
|
/external/clang/test/Parser/ |
D | cxx-altivec.cpp | 167 __vector float xyzw; member 173 result.xyzw = vec_add(lhs.xyzw, rhs.xyzw); in Add() 180 __vector float xyzw; member in VectorClassNonPod 190 __vector float xyzw; member in VectorClassMultipleMembers
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 544 tmp->xyzw[i].f[0], in print_temp() 545 tmp->xyzw[i].f[1], in print_temp() 546 tmp->xyzw[i].f[2], in print_temp() 547 tmp->xyzw[i].f[3]); in print_temp() 844 mach->Temps[TGSI_EXEC_TEMP_00000000_I].xyzw[TGSI_EXEC_TEMP_00000000_C].u[i] = 0x00000000; in tgsi_exec_machine_create() 845 mach->Temps[TGSI_EXEC_TEMP_7FFFFFFF_I].xyzw[TGSI_EXEC_TEMP_7FFFFFFF_C].u[i] = 0x7FFFFFFF; in tgsi_exec_machine_create() 846 mach->Temps[TGSI_EXEC_TEMP_80000000_I].xyzw[TGSI_EXEC_TEMP_80000000_C].u[i] = 0x80000000; in tgsi_exec_machine_create() 847 …mach->Temps[TGSI_EXEC_TEMP_FFFFFFFF_I].xyzw[TGSI_EXEC_TEMP_FFFFFFFF_C].u[i] = 0xFFFFFFFF; /* no… in tgsi_exec_machine_create() 848 mach->Temps[TGSI_EXEC_TEMP_ONE_I].xyzw[TGSI_EXEC_TEMP_ONE_C].f[i] = 1.0f; in tgsi_exec_machine_create() 849 mach->Temps[TGSI_EXEC_TEMP_TWO_I].xyzw[TGSI_EXEC_TEMP_TWO_C].f[i] = 2.0f; /* not used */ in tgsi_exec_machine_create() [all …]
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_shader_dump.c | 265 _debug_printf( "%f, %f, %f, %f", cdata.xyzw[0], cdata.xyzw[1], cdata.xyzw[2], cdata.xyzw[3] ); in dump_cdata() 270 _debug_printf( "%d, %d, %d, %d", idata.xyzw[0], idata.xyzw[1], idata.xyzw[2], idata.xyzw[3] ); in dump_idata()
|
D | svga_shader.h | 67 float xyzw[4]; member 86 int xyzw[4]; member
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | packetizer.ll | 31 %xyzw = or i32 %xy, %zw 32 store i32 %xyzw, i32 addrspace(1)* %out
|