Home
last modified time | relevance | path

Searched refs:strb (Results 1 – 25 of 240) sorted by relevance

12345678910

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c71 struct st_renderbuffer *strb = st_renderbuffer(rb); in st_renderbuffer_alloc_sw_storage() local
75 free(strb->data); in st_renderbuffer_alloc_sw_storage()
76 strb->data = NULL; in st_renderbuffer_alloc_sw_storage()
97 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_renderbuffer_alloc_sw_storage()
99 size = _mesa_format_image_size(strb->Base.Format, width, height, 1); in st_renderbuffer_alloc_sw_storage()
100 strb->data = malloc(size); in st_renderbuffer_alloc_sw_storage()
101 return strb->data != NULL; in st_renderbuffer_alloc_sw_storage()
118 struct st_renderbuffer *strb = st_renderbuffer(rb); in st_renderbuffer_alloc_storage() local
123 strb->Base.Width = width; in st_renderbuffer_alloc_storage()
124 strb->Base.Height = height; in st_renderbuffer_alloc_storage()
[all …]
Dst_atom_framebuffer.c114 struct st_renderbuffer *strb; in st_update_framebuffer_state() local
145 strb = st_renderbuffer(fb->_ColorDrawBuffers[i]); in st_update_framebuffer_state()
147 if (strb) { in st_update_framebuffer_state()
148 if (strb->is_rtt || (strb->texture && in st_update_framebuffer_state()
149 _mesa_is_format_srgb(strb->Base.Format))) { in st_update_framebuffer_state()
151 st_update_renderbuffer_surface(st, strb); in st_update_framebuffer_state()
154 if (strb->surface) { in st_update_framebuffer_state()
155 framebuffer.cbufs[i] = strb->surface; in st_update_framebuffer_state()
156 update_framebuffer_size(&framebuffer, strb->surface); in st_update_framebuffer_state()
158 strb->defined = GL_TRUE; /* we'll be drawing something */ in st_update_framebuffer_state()
[all …]
Dst_cb_readpixels.c97 try_pbo_readpixels(struct st_context *st, struct st_renderbuffer *strb, in try_pbo_readpixels() argument
106 struct pipe_surface *surface = strb->surface; in try_pbo_readpixels()
107 struct pipe_resource *texture = strb->texture; in try_pbo_readpixels()
261 blit_to_staging(struct st_context *st, struct st_renderbuffer *strb, in blit_to_staging() argument
299 blit.src.resource = strb->texture; in blit_to_staging()
300 blit.src.level = strb->surface->u.tex.level; in blit_to_staging()
309 blit.src.box.z = strb->surface->u.tex.first_layer; in blit_to_staging()
314 blit.mask = st_get_blit_mask(strb->Base._BaseFormat, format); in blit_to_staging()
319 blit.src.box.y = strb->Base.Height - blit.src.box.y; in blit_to_staging()
330 try_cached_readpixels(struct st_context *st, struct st_renderbuffer *strb, in try_cached_readpixels() argument
[all …]
Dst_manager.c178 st_set_ws_renderbuffer_surface(struct st_renderbuffer *strb, in st_set_ws_renderbuffer_surface() argument
181 pipe_surface_reference(&strb->surface_srgb, NULL); in st_set_ws_renderbuffer_surface()
182 pipe_surface_reference(&strb->surface_linear, NULL); in st_set_ws_renderbuffer_surface()
185 pipe_surface_reference(&strb->surface_srgb, surf); in st_set_ws_renderbuffer_surface()
187 pipe_surface_reference(&strb->surface_linear, surf); in st_set_ws_renderbuffer_surface()
189 strb->surface = surf; /* just assign, don't ref */ in st_set_ws_renderbuffer_surface()
190 pipe_resource_reference(&strb->texture, surf->texture); in st_set_ws_renderbuffer_surface()
192 strb->Base.Width = surf->width; in st_set_ws_renderbuffer_surface()
193 strb->Base.Height = surf->height; in st_set_ws_renderbuffer_surface()
235 struct st_renderbuffer *strb; in st_framebuffer_validate() local
[all …]
/external/capstone/suite/MC/ARM/
Darm-memory-instructions.s.cs98 0x00,0x90,0xc2,0xe5 = strb r9, [r2]
99 0x03,0x70,0xc1,0xe5 = strb r7, [r1, #3]
100 0x95,0x61,0xe4,0xe5 = strb r6, [r4, #405]!
101 0x48,0x50,0xc7,0xe4 = strb r5, [r7], #72
102 0x01,0x10,0x4d,0xe4 = strb r1, [sp], #-1
103 0x09,0x10,0xc2,0xe7 = strb r1, [r2, r9]
104 0x08,0x20,0x43,0xe7 = strb r2, [r3, -r8]
105 0x07,0x30,0xe4,0xe7 = strb r3, [r4, r7]!
106 0x06,0x40,0x65,0xe7 = strb r4, [r5, -r6]!
107 0x05,0x50,0xc6,0xe6 = strb r5, [r6], r5
[all …]
/external/arm-trusted-firmware/plat/layerscape/common/aarch64/
Dls_console.S55 strb w3, [x0, #UARTLCR] /* enable DLL, DLLM programming */
56 strb w1, [x0, #UARTDLL] /* program DLL */
57 strb w2, [x0, #UARTDLLM] /* program DLLM */
60 strb w3, [x0, #UARTLCR] /* disable DLL, DLLM programming */
64 strb w3, [x0, #UARTLCR]
67 strb w3, [x0, #UARTIER]
70 strb w3, [x0, #UARTFCR]
139 strb w2, [x1, #UARTTX]
148 strb w0, [x1, #UARTTX]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-10-26-memset-inline.ll8 ; CHECK-GENERIC: strb
9 ; CHECK-GENERIC-NEXT: strb
10 ; CHECK-GENERIC-NEXT: strb
11 ; CHECK-GENERIC-NEXT: strb
12 ; CHECK-GENERIC-NEXT: strb
13 ; CHECK-UNALIGNED: strb
Dunaligned_load_store.ll20 ; EXPANDED: strb [[R1]]
21 ; EXPANDED: strb [[R12]]
22 ; EXPANDED: strb [[R3]]
23 ; EXPANDED: strb [[R2]]
58 ; EXPANDED: strb
72 ; EXPANDED: strb
77 ; UNALIGNED-NOT: strb
Dfast-isel-align.ll85 ; ARM-STRICT-ALIGN: strb
86 ; ARM-STRICT-ALIGN: strb
89 ; THUMB-STRICT-ALIGN: strb
90 ; THUMB-STRICT-ALIGN: strb
113 ; ARM-STRICT-ALIGN: strb
114 ; ARM-STRICT-ALIGN: strb
115 ; ARM-STRICT-ALIGN: strb
116 ; ARM-STRICT-ALIGN: strb
119 ; THUMB-STRICT-ALIGN: strb
120 ; THUMB-STRICT-ALIGN: strb
[all …]
Dfast-isel-intrinsic.ll233 ; ARM: strb r1, [r0, #4]
235 ; ARM: strb r1, [r0, #5]
237 ; ARM: strb r1, [r0, #6]
239 ; ARM: strb r1, [r0, #7]
241 ; ARM: strb r1, [r0, #8]
243 ; ARM: strb r1, [r0, #9]
245 ; ARM: strb r1, [r0, #10]
247 ; ARM: strb r1, [r0, #11]
249 ; ARM: strb r1, [r0, #12]
251 ; ARM: strb r1, [r0, #13]
[all …]
/external/llvm/test/CodeGen/ARM/
D2011-10-26-memset-inline.ll8 ; CHECK-GENERIC: strb
9 ; CHECK-GENERIC-NEXT: strb
10 ; CHECK-GENERIC-NEXT: strb
11 ; CHECK-GENERIC-NEXT: strb
12 ; CHECK-GENERIC-NEXT: strb
13 ; CHECK-UNALIGNED: strb
Dunaligned_load_store.ll20 ; EXPANDED: strb [[R1]]
21 ; EXPANDED: strb [[R12]]
22 ; EXPANDED: strb [[R3]]
23 ; EXPANDED: strb [[R2]]
58 ; EXPANDED: strb
72 ; EXPANDED: strb
77 ; UNALIGNED-NOT: strb
Dfast-isel-align.ll85 ; ARM-STRICT-ALIGN: strb
86 ; ARM-STRICT-ALIGN: strb
89 ; THUMB-STRICT-ALIGN: strb
90 ; THUMB-STRICT-ALIGN: strb
113 ; ARM-STRICT-ALIGN: strb
114 ; ARM-STRICT-ALIGN: strb
115 ; ARM-STRICT-ALIGN: strb
116 ; ARM-STRICT-ALIGN: strb
119 ; THUMB-STRICT-ALIGN: strb
120 ; THUMB-STRICT-ALIGN: strb
[all …]
Dfast-isel-intrinsic.ll233 ; ARM: strb r1, [r0, #4]
235 ; ARM: strb r1, [r0, #5]
237 ; ARM: strb r1, [r0, #6]
239 ; ARM: strb r1, [r0, #7]
241 ; ARM: strb r1, [r0, #8]
243 ; ARM: strb r1, [r0, #9]
245 ; ARM: strb r1, [r0, #10]
247 ; ARM: strb r1, [r0, #11]
249 ; ARM: strb r1, [r0, #12]
251 ; ARM: strb r1, [r0, #13]
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-strb.ll5 ; CHECK: strb r0, [r1]
12 ; CHECK: strb.w r0, [r1, #4092]
20 ; CHECK: strb r0, [r1, #-128]
29 ; CHECK: strb r0, [r1, r2]
38 ; CHECK: strb r0, [r1, #-128]
48 ; CHECK: strb r0, [r1, r2]
58 ; CHECK: strb.w r0, [r1, r2, lsl #2]
70 ; CHECK: strb r0, [r1, r2]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dthumb2-strb.ll5 ; CHECK: strb r0, [r1]
12 ; CHECK: strb.w r0, [r1, #4092]
20 ; CHECK: strb r0, [r1, #-128]
29 ; CHECK: strb r0, [r1, r2]
38 ; CHECK: strb r0, [r1, #-128]
48 ; CHECK: strb r0, [r1, r2]
58 ; CHECK: strb.w r0, [r1, r2, lsl #2]
70 ; CHECK: strb r0, [r1, r2]
/external/u-boot/board/freescale/mx35pdk/
Dlowlevel_init.S173 strb r3, [r1, r4]
184 strb r3, [r1, r4]
186 strb r3, [r1, r4]
188 strb r3, [r1, r4]
190 strb r3, [r1, r4]
197 strb r3, [r1, r4]
205 strb r3, [r1]
206 strb r3, [r1]
215 strb r3, [r1, r4]
220 strb r3, [r1, r4]
/external/boringssl/ios-arm/crypto/fipsmodule/
Dghash-armv4.S163 strb r4,[r0,#12+3]
165 strb r9,[r0,#12+2]
167 strb r10,[r0,#12+1]
168 strb r11,[r0,#12]
178 strb r5,[r0,#8+3]
180 strb r9,[r0,#8+2]
182 strb r10,[r0,#8+1]
183 strb r11,[r0,#8]
197 strb r6,[r0,#4+3]
199 strb r9,[r0,#4+2]
[all …]
/external/boringssl/linux-arm/crypto/fipsmodule/
Dghash-armv4.S160 strb r4,[r0,#12+3]
162 strb r9,[r0,#12+2]
164 strb r10,[r0,#12+1]
165 strb r11,[r0,#12]
175 strb r5,[r0,#8+3]
177 strb r9,[r0,#8+2]
179 strb r10,[r0,#8+1]
180 strb r11,[r0,#8]
194 strb r6,[r0,#4+3]
196 strb r9,[r0,#4+2]
[all …]
/external/boringssl/ios-arm/crypto/chacha/
Dchacha-armv4.S463 strb r0,[r14],#16 @ store output
470 strb r1,[r14,#-12]
472 strb r2,[r14,#-8]
479 strb r3,[r14,#-4]
481 strb r0,[r14,#-15]
488 strb r1,[r14,#-11]
490 strb r2,[r14,#-7]
497 strb r3,[r14,#-3]
499 strb r0,[r14,#-14]
506 strb r1,[r14,#-10]
[all …]
/external/boringssl/linux-arm/crypto/chacha/
Dchacha-armv4.S462 strb r0,[r14],#16 @ store output
469 strb r1,[r14,#-12]
471 strb r2,[r14,#-8]
478 strb r3,[r14,#-4]
480 strb r0,[r14,#-15]
487 strb r1,[r14,#-11]
489 strb r2,[r14,#-7]
496 strb r3,[r14,#-3]
498 strb r0,[r14,#-14]
505 strb r1,[r14,#-10]
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-abi.ll46 ; CHECK-DAG: strb {{w[0-9]+}}, [sp, #5]
47 ; CHECK-DAG: strb {{w[0-9]+}}, [sp, #4]
49 ; CHECK-DAG: strb {{w[0-9]+}}, [sp]
52 ; FAST: strb {{w[0-9]+}}, [sp]
54 ; FAST: strb {{w[0-9]+}}, [sp, #4]
55 ; FAST: strb {{w[0-9]+}}, [sp, #5]
163 ; CHECK: strb [[REG_3:w[0-9]+]], [sp, #16]
177 ; CHECK: strb [[REG_2:w[0-9]+]], [sp, #8]
194 ; CHECK: strb [[REG_2:w[0-9]+]], [sp, #8]
208 ; CHECK: strb {{w[0-9]+}}, [sp, #3]
[all …]
Darm64-fast-isel-intrinsic.ll59 ; ARM64: strb w11, [x8, #16]
76 ; ARM64: strb w11, [x8, #16]
93 ; ARM64: strb w10, [x8, #8]
112 ; ARM64: strb w10, [x8, #6]
125 ; ARM64: strb w10, [x8]
127 ; ARM64: strb w10, [x8, #1]
129 ; ARM64: strb w10, [x8, #2]
131 ; ARM64: strb w10, [x8, #3]
143 ; ARM64: strb [[BYTE]], [x0]
/external/u-boot/board/armadeus/apf27/
Dlowlevel_init.S93 strb r2, [r1]
110 strb r2, [r4]
114 strb r5, [r4]
130 strb r2, [r1]
147 strb r2, [r4]
151 strb r2, [r4]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-intrinsic.ll59 ; ARM64: strb w11, [x8, #16]
76 ; ARM64: strb w11, [x8, #16]
93 ; ARM64: strb w10, [x8, #8]
112 ; ARM64: strb w10, [x8, #6]
125 ; ARM64: strb w10, [x8]
127 ; ARM64: strb w10, [x8, #1]
129 ; ARM64: strb w10, [x8, #2]
131 ; ARM64: strb w10, [x8, #3]
143 ; ARM64: strb [[BYTE]], [x0]

12345678910