Home
last modified time | relevance | path

Searched refs:rt0 (Results 1 – 25 of 37) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blend.c42 const struct pipe_rt_blend_state *rt0 = &so->rt[0]; in etna_blend_state_create() local
63 alpha_enable = rt0->blend_enable && in etna_blend_state_create()
64 !(rt0->rgb_src_factor == PIPE_BLENDFACTOR_ONE && in etna_blend_state_create()
65 rt0->rgb_dst_factor == PIPE_BLENDFACTOR_ZERO && in etna_blend_state_create()
66 rt0->rgb_func == PIPE_BLEND_ADD && in etna_blend_state_create()
67 rt0->alpha_src_factor == PIPE_BLENDFACTOR_ONE && in etna_blend_state_create()
68 rt0->alpha_dst_factor == PIPE_BLENDFACTOR_ZERO && in etna_blend_state_create()
69 rt0->alpha_func == PIPE_BLEND_ADD); in etna_blend_state_create()
77 !(rt0->rgb_src_factor == rt0->alpha_src_factor && in etna_blend_state_create()
78 rt0->rgb_dst_factor == rt0->alpha_dst_factor && in etna_blend_state_create()
[all …]
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dret-addr-01.ll6 define i8* @rt0() norecurse nounwind readnone {
8 ; CHECK-LABEL: rt0:
/external/llvm/test/CodeGen/SystemZ/
Dret-addr-01.ll6 define i8* @rt0() norecurse nounwind readnone {
8 ; CHECK-LABEL: rt0:
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dselect-frameaddr.ll3 define i8* @rt0(i32 %x) nounwind readnone {
5 ; CHECK-LABEL: rt0:
Dselect-returnaddr.ll3 define i8* @rt0(i32 %x) nounwind readnone {
5 ; CHECK-LABEL: rt0:
/external/llvm/test/CodeGen/AArch64/
Dreturnaddr.ll3 define i8* @rt0(i32 %x) nounwind readnone {
5 ; CHECK-LABEL: rt0:
Darm64-returnaddr.ll3 define i8* @rt0(i32 %x) nounwind readnone {
5 ; CHECK-LABEL: rt0:
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dreturnaddr.ll3 define i8* @rt0(i32 %x) nounwind readnone {
5 ; CHECK-LABEL: rt0:
Darm64-returnaddr.ll3 define i8* @rt0(i32 %x) nounwind readnone {
5 ; CHECK-LABEL: rt0:
/external/llvm-project/llvm/test/CodeGen/ARM/
Darm-returnaddr.ll8 define i8* @rt0(i32 %x) nounwind readnone {
10 ; CHECK-LABEL: rt0:
/external/llvm/test/CodeGen/ARM/
Darm-returnaddr.ll8 define i8* @rt0(i32 %x) nounwind readnone {
10 ; CHECK-LABEL: rt0:
/external/lz4/ossfuzz/
Dround_trip_stream_fuzzer.c178 static void state_randomRoundTrip(state_t* state, round_trip_t rt0, in state_randomRoundTrip() argument
182 rt0(state); in state_randomRoundTrip()
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/
Darg_returned.ll231 ; int* rt0(int *a) {
232 ; return *a ? a : rt0(a);
235 ; FNATTR: define i32* @rt0(i32* readonly %a)
236 define i32* @rt0(i32* %a) #0 {
240 %call = call i32* @rt0(i32* %a)
/external/llvm-project/llvm/test/Transforms/Attributor/
Dreturned.ll501 ; int* rt0(int *a) {
502 ; return *a ? a : rt0(a);
505 define i32* @rt0(i32* %a) #0 {
507 ; IS__TUNIT____-LABEL: define {{[^@]+}}@rt0
513 ; IS__CGSCC____-LABEL: define {{[^@]+}}@rt0
521 %call = call i32* @rt0(i32* %a)
/external/mesa3d/src/gallium/frontends/nine/
Dnine_state.c692 struct NineSurface9 *rt0 = context->rt[0]; in update_framebuffer() local
693 unsigned w = rt0->desc.Width; in update_framebuffer()
694 unsigned h = rt0->desc.Height; in update_framebuffer()
695 unsigned nr_samples = rt0->base.info.nr_samples; in update_framebuffer()
715 if (rt0->desc.Format == D3DFMT_NULL && context->ds) { in update_framebuffer()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c146 .rt0 = mrt_comp[0], in emit_mrt()
156 .rt0 = mrt_comp[0], in emit_mrt()
/external/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c775 tu_cs_emit_regs(cs, A6XX_RB_RENDER_COMPONENTS(.rt0 = 0xf)); in r3d_setup()
776 tu_cs_emit_regs(cs, A6XX_SP_FS_RENDER_COMPONENTS(.rt0 = 0xf)); in r3d_setup()
/external/llvm-project/mlir/test/Dialect/Linalg/
Droundtrip.mlir567 %rt0 = linalg.tensor_reshape %t0 [affine_map<(i, j, k, l, m) -> (i, j)>,
/external/google-breakpad/m4/
Dlibtool.m44731 # 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/speex/m4/
Dlibtool.m45209 # 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/llvm-project/polly/lib/External/ppcg/m4/
Dlibtool.m45203 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5204 # support. Future versions do this automatically, but an explicit c++rt0.o
5208 …AGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
/external/libnfnetlink/m4/
Dlibtool.m45195 # 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/libnetfilter_conntrack/m4/
Dlibtool.m45209 # 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/lmfit/m4/
Dlibtool.m45209 # 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/libcap-ng/libcap-ng-0.7/m4/
Dlibtool.m45195 # 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'

12