Searched refs:strb (Results 1 - 25 of 80) sorted by relevance

1234

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_fbo.c69 struct st_renderbuffer *strb = st_renderbuffer(rb); local
73 free(strb->data);
74 strb->data = NULL;
95 strb->Base.Format = st_pipe_format_to_mesa_format(format);
97 size = _mesa_format_image_size(strb->Base.Format, width, height, 1);
98 strb->data = malloc(size);
99 return strb->data != NULL;
117 struct st_renderbuffer *strb = st_renderbuffer(rb); local
123 strb->Base.Width = width;
124 strb
239 struct st_renderbuffer *strb = st_renderbuffer(rb); local
256 struct st_renderbuffer *strb = ST_CALLOC_STRUCT(st_renderbuffer); local
275 struct st_renderbuffer *strb; local
386 st_update_renderbuffer_surface(struct st_context *st, struct st_renderbuffer *strb) argument
488 struct st_renderbuffer *strb = st_renderbuffer(rb); local
527 struct st_renderbuffer *strb = st_renderbuffer(rb); local
754 struct st_renderbuffer *strb = st_renderbuffer(rb); local
824 struct st_renderbuffer *strb = st_renderbuffer(rb); local
[all...]
H A Dst_atom_framebuffer.c112 struct st_renderbuffer *strb; local
144 strb = st_renderbuffer(fb->_ColorDrawBuffers[i]);
146 if (strb) {
147 if (strb->is_rtt || (strb->texture &&
148 _mesa_get_format_color_encoding(strb->Base.Format) == GL_SRGB)) {
150 st_update_renderbuffer_surface(st, strb);
153 if (strb->surface) {
154 pipe_surface_reference(&framebuffer->cbufs[i], strb->surface);
155 update_framebuffer_size(framebuffer, strb
[all...]
H A Dst_cb_eglimage.c77 struct st_renderbuffer *strb = st_renderbuffer(rb); local
82 strb->Base.Width = ps->width;
83 strb->Base.Height = ps->height;
84 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format);
85 strb->Base._BaseFormat = st_pipe_format_to_base_format(ps->format);
86 strb->Base.InternalFormat = strb->Base._BaseFormat;
88 pipe_surface_reference(&strb->surface, ps);
89 pipe_resource_reference(&strb->texture, ps->texture);
H A Dst_cb_flush.c54 struct st_renderbuffer *strb local
56 return strb && strb->defined;
67 struct st_renderbuffer *strb local
70 if (strb) {
H A Dst_cb_readpixels.c95 try_pbo_readpixels(struct st_context *st, struct st_renderbuffer *strb, argument
104 struct pipe_surface *surface = strb->surface;
105 struct pipe_resource *texture = strb->texture;
266 blit_to_staging(struct st_context *st, struct st_renderbuffer *strb, argument
304 blit.src.resource = strb->texture;
305 blit.src.level = strb->surface->u.tex.level;
314 blit.src.box.z = strb->surface->u.tex.first_layer;
319 blit.mask = st_get_blit_mask(strb->Base._BaseFormat, format);
324 blit.src.box.y = strb->Base.Height - blit.src.box.y;
335 try_cached_readpixels(struct st_context *st, struct st_renderbuffer *strb, argument
412 struct st_renderbuffer *strb = st_renderbuffer(rb); local
[all...]
H A Dst_cb_fbo.h82 struct st_renderbuffer *strb);
H A Dst_manager.c214 struct st_renderbuffer *strb; local
227 strb = st_renderbuffer(stfb->Base.Attachment[idx].Renderbuffer);
228 assert(strb);
229 if (strb->texture == textures[i]) {
237 pipe_surface_reference(&strb->surface, ps);
238 pipe_resource_reference(&strb->texture, ps->texture);
244 strb->Base.Width = strb->surface->width;
245 strb->Base.Height = strb
270 struct st_renderbuffer *strb; local
822 struct st_renderbuffer *strb = NULL; local
[all...]
H A Dst_cb_clear.c418 struct st_renderbuffer *strb = st_renderbuffer(rb); local
421 if (!strb || !strb->surface)
438 struct st_renderbuffer *strb = st_renderbuffer(depthRb); local
440 if (strb->surface && ctx->Depth.Mask) {
449 struct st_renderbuffer *strb = st_renderbuffer(stencilRb); local
451 if (strb->surface && !is_stencil_disabled(ctx, stencilRb)) {
/external/boringssl/ios-arm/crypto/chacha/
H A Dchacha-armv4.S449 strb r0,[r14],#16 @ store output
456 strb r1,[r14,#-12]
458 strb r2,[r14,#-8]
465 strb r3,[r14,#-4]
467 strb r0,[r14,#-15]
474 strb r1,[r14,#-11]
476 strb r2,[r14,#-7]
483 strb r3,[r14,#-3]
485 strb r0,[r14,#-14]
492 strb r
[all...]
/external/boringssl/linux-arm/crypto/chacha/
H A Dchacha-armv4.S448 strb r0,[r14],#16 @ store output
455 strb r1,[r14,#-12]
457 strb r2,[r14,#-8]
464 strb r3,[r14,#-4]
466 strb r0,[r14,#-15]
473 strb r1,[r14,#-11]
475 strb r2,[r14,#-7]
482 strb r3,[r14,#-3]
484 strb r0,[r14,#-14]
491 strb r
[all...]
/external/boringssl/ios-arm/crypto/fipsmodule/
H A Dghash-armv4.S152 strb r4,[r0,#12+3]
154 strb r9,[r0,#12+2]
156 strb r10,[r0,#12+1]
157 strb r11,[r0,#12]
167 strb r5,[r0,#8+3]
169 strb r9,[r0,#8+2]
171 strb r10,[r0,#8+1]
172 strb r11,[r0,#8]
186 strb r6,[r0,#4+3]
188 strb r
[all...]
H A Daes-armv4.S248 strb r4,[r12,#0]
249 strb r5,[r12,#1]
251 strb r6,[r12,#2]
253 strb r0,[r12,#3]
255 strb r4,[r12,#4]
256 strb r5,[r12,#5]
258 strb r6,[r12,#6]
260 strb r1,[r12,#7]
262 strb r4,[r12,#8]
263 strb r
[all...]
/external/boringssl/linux-arm/crypto/fipsmodule/
H A Dghash-armv4.S149 strb r4,[r0,#12+3]
151 strb r9,[r0,#12+2]
153 strb r10,[r0,#12+1]
154 strb r11,[r0,#12]
164 strb r5,[r0,#8+3]
166 strb r9,[r0,#8+2]
168 strb r10,[r0,#8+1]
169 strb r11,[r0,#8]
183 strb r6,[r0,#4+3]
185 strb r
[all...]
H A Daes-armv4.S247 strb r4,[r12,#0]
248 strb r5,[r12,#1]
250 strb r6,[r12,#2]
252 strb r0,[r12,#3]
254 strb r4,[r12,#4]
255 strb r5,[r12,#5]
257 strb r6,[r12,#6]
259 strb r1,[r12,#7]
261 strb r4,[r12,#8]
262 strb r
[all...]
/external/capstone/suite/MC/ARM/
H A 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 r
[all...]
H A Dbasic-thumb-instructions.s.cs110 0x1c,0x70 = strb r4, [r3]
111 0x35,0x70 = strb r5, [r6]
112 0xfe,0x77 = strb r6, [r7, #31]
113 0x66,0x55 = strb r6, [r4, r5]
/external/libavc/common/armv8/
H A Dih264_mem_fns_neon_av8.s130 strb w3, [x0], #1
192 strb w1, [x0], #1
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUPropertyAliases.java333 public static int compare(String stra, String strb) { argument
351 while (istrb<strb.length()) {
352 cstrb = strb.charAt(istrb);
364 boolean endstrb = istrb==strb.length();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUPropertyAliases.java332 public static int compare(String stra, String strb) { argument
350 while (istrb<strb.length()) {
351 cstrb = strb.charAt(istrb);
363 boolean endstrb = istrb==strb.length();
/external/boringssl/src/crypto/fipsmodule/aes/asm/
H A Daes-armv4.pl277 strb $t1,[$rounds,#0]
278 strb $t2,[$rounds,#1]
280 strb $t3,[$rounds,#2]
282 strb $s0,[$rounds,#3]
284 strb $t1,[$rounds,#4]
285 strb $t2,[$rounds,#5]
287 strb $t3,[$rounds,#6]
289 strb $s1,[$rounds,#7]
291 strb $t1,[$rounds,#8]
292 strb
[all...]
/external/valgrind/exp-bbv/tests/arm-linux/
H A Dll.S92 strb r4,[r1],#+1 @ store a byte, increment pointer
93 strb r4,[r9,r2] @ store a byte to text_buf[r]
152 strb r3,[r10],#+1 @ store a linefeed, increment pointer
153 strb r0,[r10],#+1 @ NUL terminate, increment pointer
288 strb r5,[r10],#+1 @ store a byte, increment pointer
294 strb r0,[r10],#-1 @ replace last value with NUL
307 strb r3,[r10],#+1 @ store a byte, increment pointer
387 strb r8,[r10],#-1 @ store a byte, decrement pointer
/external/boringssl/src/crypto/chacha/asm/
H A Dchacha-armv4.pl538 strb @x[$j+0],[r14],#16 @ store output
545 strb @x[$j+1],[r14,#-12]
547 strb @x[$j+2],[r14,#-8]
554 strb @x[$j+3],[r14,#-4]
556 strb @x[$j+0],[r14,#-15]
563 strb @x[$j+1],[r14,#-11]
565 strb @x[$j+2],[r14,#-7]
572 strb @x[$j+3],[r14,#-3]
574 strb @x[$j+0],[r14,#-14]
581 strb
[all...]
/external/vixl/benchmarks/aarch32/
H A Dasm-disasm-speed-test.cc215 __ strb(r5, MemOperand(r4, 48));
220 __ strb(Narrow, r3, MemOperand(r4, 24));
222 __ strb(r3, MemOperand(r4, 32));
223 __ strb(r3, MemOperand(r4, 36));
246 __ strb(r3, MemOperand(r4, 160));
374 __ strb(r3, MemOperand(fp, 16));
504 __ strb(Narrow, r2, MemOperand(r5, 17));
548 __ strb(Narrow, r3, MemOperand(r5, 17));
629 __ strb(r8, MemOperand(r5, 17));
680 __ strb(Narro
[all...]
/external/libavc/common/arm/
H A Dih264_mem_fns_neon.s128 strb r3, [r0], #1
195 strb r1, [r0], #1
/external/llvm/test/MC/ARM/
H A Dbasic-thumb-instructions.s560 strb r4, [r3]
561 strb r5, [r6, #0]
562 strb r6, [r7, #31]
564 @ CHECK: strb r4, [r3] @ encoding: [0x1c,0x70]
565 @ CHECK: strb r5, [r6] @ encoding: [0x35,0x70]
566 @ CHECK: strb r6, [r7, #31] @ encoding: [0xfe,0x77]
572 strb r6, [r4, r5]
574 @ CHECK: strb r6, [r4, r5] @ encoding: [0x66,0x55]

Completed in 842 milliseconds

1234