/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blend.c | 38 const struct pipe_rt_blend_state *rt0 = &so->rt[0]; in etna_blend_state_create() local 51 bool enable = rt0->blend_enable && in etna_blend_state_create() 52 !(rt0->rgb_src_factor == PIPE_BLENDFACTOR_ONE && in etna_blend_state_create() 53 rt0->rgb_dst_factor == PIPE_BLENDFACTOR_ZERO && in etna_blend_state_create() 54 rt0->alpha_src_factor == PIPE_BLENDFACTOR_ONE && in etna_blend_state_create() 55 rt0->alpha_dst_factor == PIPE_BLENDFACTOR_ZERO); in etna_blend_state_create() 63 !(rt0->rgb_src_factor == rt0->alpha_src_factor && in etna_blend_state_create() 64 rt0->rgb_dst_factor == rt0->alpha_dst_factor); in etna_blend_state_create() 70 bool full_overwrite = (rt0->colormask == 15) && !enable; in etna_blend_state_create() 76 VIVS_PE_ALPHA_CONFIG_SRC_FUNC_COLOR(translate_blend_factor(rt0->rgb_src_factor)) | in etna_blend_state_create() [all …]
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_state_cc.c | 691 struct ilo_state_cc_blend_rt_info rt0; in cc_set_gen8_3DSTATE_PS_BLEND() local 694 cc_get_gen6_effective_rt(dev, info, 0, &rt0); in cc_set_gen8_3DSTATE_PS_BLEND() 697 dw1 |= rt0.a_src << GEN8_PS_BLEND_DW1_RT0_SRC_ALPHA_FACTOR__SHIFT | in cc_set_gen8_3DSTATE_PS_BLEND() 698 rt0.a_dst << GEN8_PS_BLEND_DW1_RT0_DST_ALPHA_FACTOR__SHIFT | in cc_set_gen8_3DSTATE_PS_BLEND() 699 rt0.rgb_src << GEN8_PS_BLEND_DW1_RT0_SRC_COLOR_FACTOR__SHIFT | in cc_set_gen8_3DSTATE_PS_BLEND() 700 rt0.rgb_dst << GEN8_PS_BLEND_DW1_RT0_DST_COLOR_FACTOR__SHIFT; in cc_set_gen8_3DSTATE_PS_BLEND() 709 if (rt0.blend_enable) { in cc_set_gen8_3DSTATE_PS_BLEND() 712 if (rt0.a_src != rt0.rgb_src || rt0.a_dst != rt0.rgb_dst) in cc_set_gen8_3DSTATE_PS_BLEND()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | ret-addr-01.ll | 6 define i8* @rt0() norecurse nounwind readnone { 8 ; CHECK-LABEL: rt0:
|
/external/llvm/test/CodeGen/AArch64/ |
D | returnaddr.ll | 3 define i8* @rt0(i32 %x) nounwind readnone { 5 ; CHECK-LABEL: rt0:
|
D | arm64-returnaddr.ll | 3 define i8* @rt0(i32 %x) nounwind readnone { 5 ; CHECK-LABEL: rt0:
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-returnaddr.ll | 8 define i8* @rt0(i32 %x) nounwind readnone { 10 ; CHECK-LABEL: rt0:
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | arm-returnaddr.ll | 8 define i8* @rt0(i32 %x) nounwind readnone { 10 ; CHECK: rt0:
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_state.c | 690 struct NineSurface9 *rt0 = context->rt[0]; in update_framebuffer() local 691 unsigned w = rt0->desc.Width; in update_framebuffer() 692 unsigned h = rt0->desc.Height; in update_framebuffer() 693 unsigned nr_samples = rt0->base.info.nr_samples; in update_framebuffer() 713 if (rt0->desc.Format == D3DFMT_NULL && context->ds) { in update_framebuffer()
|
/external/swiftshader/third_party/LLVM/autoconf/m4/ |
D | libtool.m4 | 5865 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5866 # support. Future versions do this automatically, but an explicit c++rt0.o 5870 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/google-breakpad/m4/ |
D | libtool.m4 | 4731 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 4732 # support. Future versions do this automatically, but an explicit c++rt0.o 4736 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/libusb-compat/m4/ |
D | libtool.m4 | 4724 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 4725 # support. Future versions do this automatically, but an explicit c++rt0.o 4729 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/cmockery/cmockery_0_1_2/ |
D | aclocal.m4 | 5886 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5887 # support. Future versions do this automatically, but an explicit c++rt0.o 5891 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/google-tv-pairing-protocol/cpp/m4/ |
D | libtool.m4 | 4731 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 4732 # support. Future versions do this automatically, but an explicit c++rt0.o 4736 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/libmicrohttpd/m4/ |
D | libtool.m4 | 5209 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5210 # support. Future versions do this automatically, but an explicit c++rt0.o 5214 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/libedit/m4/ |
D | libtool.m4 | 5191 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5192 # support. Future versions do this automatically, but an explicit c++rt0.o 5196 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/libnfnetlink/m4/ |
D | libtool.m4 | 5195 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5196 # support. Future versions do this automatically, but an explicit c++rt0.o 5200 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | libtool.m4 | 5195 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5196 # support. Future versions do this automatically, but an explicit c++rt0.o 5200 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/lmfit/m4/ |
D | libtool.m4 | 5209 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5210 # support. Future versions do this automatically, but an explicit c++rt0.o 5214 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/libexif/auto-m4/ |
D | libtool.m4 | 5139 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5140 # support. Future versions do this automatically, but an explicit c++rt0.o 5144 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/python/cpython3/Modules/_ctypes/libffi/m4/ |
D | libtool.m4 | 5326 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5327 # support. Future versions do this automatically, but an explicit c++rt0.o 5331 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/libnetfilter_conntrack/m4/ |
D | libtool.m4 | 5209 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5210 # support. Future versions do this automatically, but an explicit c++rt0.o 5214 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | libtool.m4 | 5326 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5327 # support. Future versions do this automatically, but an explicit c++rt0.o 5331 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/m4/ |
D | libtool.m4 | 5210 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5211 # support. Future versions do this automatically, but an explicit c++rt0.o 5215 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/libpng/scripts/ |
D | libtool.m4 | 5633 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5634 # support. Future versions do this automatically, but an explicit c++rt0.o 5638 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
/external/curl/m4/ |
D | libtool.m4 | 5650 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 5651 # support. Future versions do this automatically, but an explicit c++rt0.o 5655 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|