/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_swtcl.c | 240 GLuint vap; in r200ChooseVertexState() local 253 vap = rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL]; in r200ChooseVertexState() 265 vap &= ~R200_VAP_FORCE_W_TO_ONE; in r200ChooseVertexState() 268 vap |= R200_VAP_FORCE_W_TO_ONE; in r200ChooseVertexState() 275 vap &= ~R200_VAP_FORCE_W_TO_ONE; in r200ChooseVertexState() 285 if (vap != rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL]) { in r200ChooseVertexState() 286 R200_STATECHANGE( rmesa, vap ); in r200ChooseVertexState() 287 rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL] = vap; in r200ChooseVertexState() 778 GLuint vap = rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL]; in r200PointsBitmap() local 782 vap &= ~R200_VAP_FORCE_W_TO_ONE; in r200PointsBitmap() [all …]
|
D | r200_tcl.c | 532 R200_STATECHANGE( rmesa, vap ); in transition_to_swtnl() 533 rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL] &= ~(R200_VAP_TCL_ENABLE|R200_VAP_PROG_VTX_SHADER_ENABLE); in transition_to_swtnl() 552 R200_STATECHANGE( rmesa, vap ); in transition_to_hwtnl() 553 rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL] |= R200_VAP_TCL_ENABLE; in transition_to_hwtnl() 554 rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL] &= ~R200_VAP_FORCE_W_TO_ONE; in transition_to_hwtnl() 557 rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL] |= R200_VAP_PROG_VTX_SHADER_ENABLE; in transition_to_hwtnl()
|
D | r200_context.h | 484 struct radeon_state_atom vap; member
|
D | r200_blit.c | 563 r200->hw.vap.dirty = GL_TRUE;
|
D | r200_cmdbuf.c | 70 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.vap ); in r200SetUpAtomList()
|
D | r200_state_init.c | 659 ALLOC_STATE( vap, always, VAP_STATE_SIZE, "VAP/vap", 0 ); in r200InitState() 813 rmesa->hw.vap.cmd[VAP_CMD_0] = cmdpkt(rmesa, R200_EMIT_VAP_CTL); in r200InitState() 1126 rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL] = in r200InitState()
|
D | r200_vertprog.c | 1121 R200_STATECHANGE( rmesa, vap ); in r200SetupVertexProg() 1124 …rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL] |= R200_VAP_PROG_VTX_SHADER_ENABLE /*| R200_VAP_SINGLE_BUF_STAT… in r200SetupVertexProg()
|
D | r200_state.c | 1923 R200_STATECHANGE( rmesa, vap ); in r200Enable() 1924 rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL] &= ~R200_VAP_PROG_VTX_SHADER_ENABLE; in r200Enable()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | config.c | 47 VAProfile vap; in vlVaQueryConfigProfiles() local 60 vap = PipeToProfile(p); in vlVaQueryConfigProfiles() 61 if (vap != VAProfileNone) in vlVaQueryConfigProfiles() 62 profile_list[(*num_profiles)++] = vap; in vlVaQueryConfigProfiles()
|
/external/cldr/tools/scripts/ansible/templates/ |
D | cldr-properties.j2 | 4 CLDR_VAP={{ surveytooldeploy.vap }}
|
/external/harfbuzz_ng/util/ |
D | options.cc | 53 va_list vap; in fail() local 54 va_start (vap, format); in fail() 55 msg = g_strdup_vprintf (format, vap); in fail() 56 va_end (vap); in fail()
|
/external/llvm-project/clang/test/Sema/ |
D | atomic-ops.c | 566 volatile _Atomic(int*) vap; in nullPointerWarning() 647 __c11_atomic_init(&vap, NULL); in nullPointerWarning() 651 __c11_atomic_store(&vap, NULL, memory_order_relaxed); in nullPointerWarning() 655 (void)__c11_atomic_exchange(&vap, NULL, memory_order_relaxed); in nullPointerWarning() 659 …(void)__c11_atomic_compare_exchange_weak(&vap, &p, NULL, memory_order_relaxed, memory_order_relaxe… in nullPointerWarning() 663 …(void)__c11_atomic_compare_exchange_strong(&vap, &p, NULL, memory_order_relaxed, memory_order_rela… in nullPointerWarning()
|
/external/llvm-project/llvm/test/MC/SystemZ/ |
D | insn-bad-z14.s | 236 #CHECK: vap %v0, %v0, %v0, 0, -1 238 #CHECK: vap %v0, %v0, %v0, 0, 16 240 #CHECK: vap %v0, %v0, %v0, -1, 0 242 #CHECK: vap %v0, %v0, %v0, 256, 0 244 vap %v0, %v0, %v0, 0, -1 245 vap %v0, %v0, %v0, 0, 16 246 vap %v0, %v0, %v0, -1, 0 247 vap %v0, %v0, %v0, 256, 0
|
D | insn-good-z14.s | 437 #CHECK: vap %v0, %v0, %v0, 0, 0 # encoding: [0xe6,0x00,0x00,0x00,0x00,0x71] 438 #CHECK: vap %v0, %v0, %v0, 0, 15 # encoding: [0xe6,0x00,0x00,0xf0,0x00,0x71] 439 #CHECK: vap %v0, %v0, %v0, 255, 0 # encoding: [0xe6,0x00,0x00,0x0f,0xf0,0x71] 440 #CHECK: vap %v0, %v0, %v31, 0, 0 # encoding: [0xe6,0x00,0xf0,0x00,0x02,0x71] 441 #CHECK: vap %v0, %v31, %v0, 0, 0 # encoding: [0xe6,0x0f,0x00,0x00,0x04,0x71] 442 #CHECK: vap %v31, %v0, %v0, 0, 0 # encoding: [0xe6,0xf0,0x00,0x00,0x08,0x71] 443 #CHECK: vap %v13, %v17, %v21, 121, 11 # encoding: [0xe6,0xd1,0x50,0xb7,0x96,0x71] 445 vap %v0, %v0, %v0, 0, 0 446 vap %v0, %v0, %v0, 0, 15 447 vap %v0, %v0, %v0, 255, 0 [all …]
|
D | insn-bad-z13.s | 354 #CHECK: vap %v0, %v0, %v0, 0, 0 356 vap %v0, %v0, %v0, 0, 0
|
/external/cpuinfo/test/dmesg/ |
D | huawei-p9-lite.log | 5863 [ 9.285827s][pid:468,cpu5,start_connectiv][W][vap:0]hisi_customize_wifi [cfg_id:0]value changed … 5865 [ 9.286102s][pid:468,cpu5,start_connectiv][W][vap:0]hisi_customize_wifi [cfg_id:1]value changed … 5867 [ 9.286315s][pid:468,cpu5,start_connectiv][W][vap:0]hisi_customize_wifi [cfg_id:2]value changed … 5869 [ 9.286560s][pid:468,cpu5,start_connectiv][W][vap:0]hisi_customize_wifi [cfg_id:3]value changed … 5871 [ 9.286773s][pid:468,cpu5,start_connectiv][W][vap:0]hisi_customize_wifi [cfg_id:4]value changed … 5873 [ 9.287017s][pid:468,cpu5,start_connectiv][W][vap:0]hisi_customize_wifi [cfg_id:5]value changed … 5875 [ 9.287231s][pid:468,cpu5,start_connectiv][W][vap:0]hisi_customize_wifi [cfg_id:6]value changed … 5879 [ 9.287475s][pid:468,cpu5,start_connectiv][W][vap:0]hisi_customize_wifi [cfg_id:7]value changed … 5881 [ 9.287689s][pid:468,cpu5,start_connectiv][W][vap:0]hisi_customize_wifi [cfg_id:8]value changed … 5883 [ 9.287933s][pid:468,cpu5,start_connectiv][W][vap:0]hisi_customize_wifi [cfg_id:9]value changed … [all …]
|
/external/cldr/tools/scripts/ansible/ |
D | README.md | 98 vap: hunter44
|
/external/mksh/src/ |
D | eval.c | 149 union mksh_ccphack vap; in eval() local 151 vap.ro = ap; in eval() 152 return (vap.rw); in eval()
|
/external/llvm-project/llvm/test/MC/Disassembler/SystemZ/ |
D | insns-z14.txt | 467 # CHECK: vap %v0, %v0, %v0, 0, 0 470 # CHECK: vap %v0, %v0, %v0, 0, 15 473 # CHECK: vap %v0, %v0, %v0, 255, 0 476 # CHECK: vap %v0, %v0, %v31, 0, 0 479 # CHECK: vap %v0, %v31, %v0, 0, 0 482 # CHECK: vap %v31, %v0, %v0, 0, 0 485 # CHECK: vap %v13, %v17, %v21, 121, 11
|
/external/cldr/common/testData/transforms/ |
D | und-Latn-t-und-guru.txt | 882 ਭਾਵਪਾਲ bhāvapāla
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenInsnNameMaps.inc | 1706 { SYSZ_INS_VAP, "vap" },
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 1730 def VAP : QuaternaryVRIf<"vap", 0xE671>;
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 1772 def VAP : QuaternaryVRIf<"vap", 0xE671>;
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | hrtf_g722_1C_48_jitterT2.rtp | 1467 R�̇h(��Py�7�'l"��U���2f��$�h���£)�$vap&�^�����A�`�F�!J-`��Ζ���+��Pg�
|
D | hrtf_g722_1C_48.rtp | 1468 R�̇h(��Py�7�'l"��U���2f��$�h���£)�$vap&�^�����A�`�F�!J-`��Ζ���+��Pg�
|