/third_party/glslang/Test/baseResults/ |
D | hlsl.flattenSubset2.frag.out | 8 0:8 'vpos' ( in 4-component vector of float) 64 0:? 'vpos' ( temp 4-component vector of float) 65 0:? 'vpos' (layout( location=0) in 4-component vector of float) 69 0:? 'vpos' ( temp 4-component vector of float) 73 0:? 'vpos' (layout( location=0) in 4-component vector of float) 84 0:8 'vpos' ( in 4-component vector of float) 140 0:? 'vpos' ( temp 4-component vector of float) 141 0:? 'vpos' (layout( location=0) in 4-component vector of float) 145 0:? 'vpos' ( temp 4-component vector of float) 149 0:? 'vpos' (layout( location=0) in 4-component vector of float) [all …]
|
D | hlsl.flattenSubset.frag.out | 8 0:30 'vpos' ( in 4-component vector of float) 46 0:? 'vpos' ( temp 4-component vector of float) 47 0:? 'vpos' (layout( location=0) in 4-component vector of float) 51 0:? 'vpos' ( temp 4-component vector of float) 56 0:? 'vpos' (layout( location=0) in 4-component vector of float) 67 0:30 'vpos' ( in 4-component vector of float) 105 0:? 'vpos' ( temp 4-component vector of float) 106 0:? 'vpos' (layout( location=0) in 4-component vector of float) 110 0:? 'vpos' ( temp 4-component vector of float) 115 0:? 'vpos' (layout( location=0) in 4-component vector of float) [all …]
|
/third_party/pulseaudio/src/modules/ |
D | module-position-event-sounds.c | 71 const char *hpos, *vpos, *role, *id; in sink_input_fixate_hook_callback() local 103 if (!(vpos = pa_proplist_gets(data->proplist, PA_PROP_EVENT_MOUSE_VPOS))) in sink_input_fixate_hook_callback() 104 vpos = pa_proplist_gets(data->proplist, PA_PROP_WINDOW_VPOS); in sink_input_fixate_hook_callback() 106 if (!hpos && !vpos) in sink_input_fixate_hook_callback() 121 if (vpos) { in sink_input_fixate_hook_callback() 122 if (parse_pos(vpos, &f) < 0) in sink_input_fixate_hook_callback()
|
/third_party/glslang/Test/baseLegalResults/ |
D | hlsl.flattenSubset2.frag.out | 13 Name 49 "vpos" 15 Decorate 49(vpos) Location 0 24 49(vpos): 48(ptr) Variable Input
|
D | hlsl.flattenSubset.frag.out | 15 Name 47 "vpos" 21 Decorate 47(vpos) Location 0 38 47(vpos): 46(ptr) Variable Input
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | adp.c | 255 unsigned long vpos; in remap_pfn_range() local 293 for (vpos = vaddr; vpos < end; vpos += PAGE_SIZE) { in remap_pfn_range() 294 status = LOS_ArchMmuQuery(&space->archMmu, (VADDR_T)vpos, NULL, NULL); in remap_pfn_range()
|
/third_party/iowow/src/utils/ |
D | iwconv.c | 43 size_t pos = 0, vpos = 0; in iwhex2bin() local 55 out[vpos++] = (uint8_t)(ascii2hex[idx0] << 4) | ascii2hex[idx1]; in iwhex2bin() 56 if (vpos >= max) { in iwhex2bin() 57 return vpos; in iwhex2bin() 60 return vpos; in iwhex2bin()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_idct.c | 146 struct ureg_src vpos; in create_mismatch_vert_shader() local 155 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); in create_mismatch_vert_shader() 178 ureg_MAD(shader, ureg_writemask(o_vpos, TGSI_WRITEMASK_XY), vpos, scale, scale); in create_mismatch_vert_shader() 181 ureg_MUL(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, scale); in create_mismatch_vert_shader() 262 struct ureg_src vrect, vpos; in create_stage1_vert_shader() local 272 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); in create_stage1_vert_shader() 301 ureg_ADD(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, vrect); in create_stage1_vert_shader() 307 ureg_MUL(shader, ureg_writemask(t_start, TGSI_WRITEMASK_XY), vpos, scale); in create_stage1_vert_shader() 396 struct ureg_src vrect, vpos; in vl_idct_stage2_vert_shader() local 402 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); in vl_idct_stage2_vert_shader() [all …]
|
D | vl_mc.c | 55 struct ureg_src vrect, vpos; in calc_position() local 60 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); in calc_position() 73 ureg_ADD(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), vpos, vrect); in calc_position() 233 struct ureg_src vrect, vpos; in create_ycbcr_vert_shader() local 249 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); in create_ycbcr_vert_shader() 275 ureg_scalar(vpos, TGSI_SWIZZLE_Z), ureg_imm1f(shader, 0.5f)); in create_ycbcr_vert_shader() 279 ureg_IF(shader, ureg_scalar(vpos, TGSI_SWIZZLE_W), &label); in create_ycbcr_vert_shader() 286 ureg_scalar(vpos, TGSI_SWIZZLE_Y), ureg_imm1f(shader, 0.5f)); in create_ycbcr_vert_shader()
|
D | vl_zscan.c | 124 struct ureg_src vrect, vpos, block_num; in create_vert_shader() local 141 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); in create_vert_shader() 163 ureg_ADD(shader, ureg_writemask(tmp, TGSI_WRITEMASK_XY), vpos, vrect); in create_vert_shader() 181 ureg_MOV(shader, ureg_writemask(o_vtex[i], TGSI_WRITEMASK_Z), vpos); in create_vert_shader()
|
D | vl_compositor_gfx.c | 58 struct ureg_src vpos, vtex, color; in create_vert_shader() local 67 vpos = ureg_DECL_vs_input(shader, 0); in create_vert_shader() 82 ureg_MOV(shader, o_vpos, vpos); in create_vert_shader()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server_peap.c | 782 const u8 *pos, *vpos; in eap_peap_process_phase2_soh() local 832 vpos = pos + 4; in eap_peap_process_phase2_soh() 833 mandatory = !!(vpos[0] & 0x80); in eap_peap_process_phase2_soh() 834 tlv_type = vpos[0] & 0x3f; in eap_peap_process_phase2_soh() 835 tlv_type = (tlv_type << 8) | vpos[1]; in eap_peap_process_phase2_soh() 836 vtlv_len = ((int) vpos[2] << 8) | vpos[3]; in eap_peap_process_phase2_soh() 837 vpos += 4; in eap_peap_process_phase2_soh() 838 if (vpos + vtlv_len > pos + left) { in eap_peap_process_phase2_soh() 846 soh_tlv = vpos; in eap_peap_process_phase2_soh()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server_peap.c | 813 const u8 *pos, *vpos; in eap_peap_process_phase2_soh() local 863 vpos = pos + 4; in eap_peap_process_phase2_soh() 864 mandatory = !!(vpos[0] & 0x80); in eap_peap_process_phase2_soh() 865 tlv_type = vpos[0] & 0x3f; in eap_peap_process_phase2_soh() 866 tlv_type = (tlv_type << 8) | vpos[1]; in eap_peap_process_phase2_soh() 867 vtlv_len = ((int) vpos[2] << 8) | vpos[3]; in eap_peap_process_phase2_soh() 868 vpos += 4; in eap_peap_process_phase2_soh() 869 if (vpos + vtlv_len > pos + left) { in eap_peap_process_phase2_soh() 877 soh_tlv = vpos; in eap_peap_process_phase2_soh()
|
/third_party/glslang/Test/ |
D | hlsl.flattenSubset.frag | 29 float4 main(float4 vpos : VPOS) : COLOR0
|
D | hlsl.flattenSubset2.frag | 7 float4 main(float4 vpos : VPOS) : COLOR0
|
/third_party/gstreamer/gstplugins_good/gst/videofilter/ |
D | gstvideobalance.c | 240 gint upos, vpos; in gst_video_balance_semiplanar_yuv() local 265 vpos = GST_VIDEO_INFO_FORMAT (&frame->info) == GST_VIDEO_FORMAT_NV12 ? 1 : 0; in gst_video_balance_semiplanar_yuv() 275 v1 = uvptr[vpos]; in gst_video_balance_semiplanar_yuv() 278 uvptr[vpos] = tablev[u1][v1]; in gst_video_balance_semiplanar_yuv()
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 17826 @item vpos
|