Home
last modified time | relevance | path

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

123

/third_party/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 if (strb->surface->context != st->pipe) { in st_update_framebuffer_state()
156 st_regen_renderbuffer_surface(st, strb); in st_update_framebuffer_state()
158 framebuffer.cbufs[i] = strb->surface; 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
107 struct pipe_surface *surface = strb->surface; in try_pbo_readpixels()
108 struct pipe_resource *texture = strb->texture; in try_pbo_readpixels()
275 blit_to_staging(struct st_context *st, struct st_renderbuffer *strb, in blit_to_staging() argument
312 blit.src.resource = strb->texture; in blit_to_staging()
313 blit.src.level = strb->surface->u.tex.level; in blit_to_staging()
322 blit.src.box.z = strb->surface->u.tex.first_layer; in blit_to_staging()
327 blit.mask = st_get_blit_mask(strb->Base._BaseFormat, format); in blit_to_staging()
332 blit.src.box.y = strb->Base.Height - blit.src.box.y; in blit_to_staging()
343 try_cached_readpixels(struct st_context *st, struct st_renderbuffer *strb, in try_cached_readpixels() argument
[all …]
Dst_manager.c177 st_set_ws_renderbuffer_surface(struct st_renderbuffer *strb, in st_set_ws_renderbuffer_surface() argument
180 pipe_surface_reference(&strb->surface_srgb, NULL); in st_set_ws_renderbuffer_surface()
181 pipe_surface_reference(&strb->surface_linear, NULL); in st_set_ws_renderbuffer_surface()
184 pipe_surface_reference(&strb->surface_srgb, surf); in st_set_ws_renderbuffer_surface()
186 pipe_surface_reference(&strb->surface_linear, surf); in st_set_ws_renderbuffer_surface()
188 strb->surface = surf; /* just assign, don't ref */ in st_set_ws_renderbuffer_surface()
189 pipe_resource_reference(&strb->texture, surf->texture); in st_set_ws_renderbuffer_surface()
191 strb->Base.Width = surf->width; in st_set_ws_renderbuffer_surface()
192 strb->Base.Height = surf->height; in st_set_ws_renderbuffer_surface()
234 struct st_renderbuffer *strb; in st_framebuffer_validate() local
[all …]
Dst_cb_clear.c451 struct st_renderbuffer *strb = st_renderbuffer(rb); in st_Clear() local
454 if (!strb || !strb->surface) in st_Clear()
464 util_format_colormask(util_format_description(strb->surface->format)); in st_Clear()
479 struct st_renderbuffer *strb = st_renderbuffer(depthRb); in st_Clear() local
481 if (strb->surface && ctx->Depth.Mask) { in st_Clear()
492 struct st_renderbuffer *strb = st_renderbuffer(stencilRb); in st_Clear() local
494 if (strb->surface && !is_stencil_disabled(ctx, stencilRb)) { in st_Clear()
Dst_cb_eglimage.c234 struct st_renderbuffer *strb = st_renderbuffer(rb); in st_egl_image_target_renderbuffer_storage() local
255 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format); in st_egl_image_target_renderbuffer_storage()
256 strb->Base._BaseFormat = st_pipe_format_to_base_format(ps->format); in st_egl_image_target_renderbuffer_storage()
257 strb->Base.InternalFormat = strb->Base._BaseFormat; in st_egl_image_target_renderbuffer_storage()
259 st_set_ws_renderbuffer_surface(strb, ps); in st_egl_image_target_renderbuffer_storage()
Dst_cb_fbo.h110 struct st_renderbuffer *strb);
117 struct st_renderbuffer *strb);
Dst_manager.h62 st_set_ws_renderbuffer_surface(struct st_renderbuffer *strb,
/third_party/openssl/crypto/modes/asm/arm32/
Dghash-armv4.S139 strb r4,[r0,#12+3]
141 strb r9,[r0,#12+2]
143 strb r10,[r0,#12+1]
144 strb r11,[r0,#12]
154 strb r5,[r0,#8+3]
156 strb r9,[r0,#8+2]
158 strb r10,[r0,#8+1]
159 strb r11,[r0,#8]
173 strb r6,[r0,#4+3]
175 strb r9,[r0,#4+2]
[all …]
/third_party/openssl/crypto/chacha/asm/arm32/
Dchacha-armv4.S442 strb r0,[r14],#16 @ store output
449 strb r1,[r14,#-12]
451 strb r2,[r14,#-8]
458 strb r3,[r14,#-4]
460 strb r0,[r14,#-15]
467 strb r1,[r14,#-11]
469 strb r2,[r14,#-7]
476 strb r3,[r14,#-3]
478 strb r0,[r14,#-14]
485 strb r1,[r14,#-10]
[all …]
/third_party/openssl/crypto/aes/asm/arm32/
Daes-armv4.S240 strb r4,[r12,#0]
241 strb r5,[r12,#1]
243 strb r6,[r12,#2]
245 strb r0,[r12,#3]
247 strb r4,[r12,#4]
248 strb r5,[r12,#5]
250 strb r6,[r12,#6]
252 strb r1,[r12,#7]
254 strb r4,[r12,#8]
255 strb r5,[r12,#9]
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dac3dsp_armv6.S65 strb r8, [r7], #1 @ bap[bin]
66 strb lr, [r7], #1
77 strb r8, [r7], #1 @ bap[bin]
/third_party/musl/src/string/arm/
D__aeabi_memcpy.s29 strb r3, [r0]
41 strb r3, [r0]
D__aeabi_memset.s27 1: strb r2, [r0]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUPropertyAliases.java331 public static int compare(String stra, String strb) { in compare() argument
349 while (istrb<strb.length()) { in compare()
350 cstrb = strb.charAt(istrb); in compare()
362 boolean endstrb = istrb==strb.length(); in compare()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUPropertyAliases.java332 public static int compare(String stra, String strb) { in compare() argument
350 while (istrb<strb.length()) { in compare()
351 cstrb = strb.charAt(istrb); in compare()
363 boolean endstrb = istrb==strb.length(); in compare()
/third_party/openssl/crypto/poly1305/asm/arm32/
Dpoly1305-armv4.S343 strb r3,[r1,#0]
345 strb r4,[r1,#4]
347 strb r5,[r1,#8]
349 strb r6,[r1,#12]
352 strb r3,[r1,#1]
354 strb r4,[r1,#5]
356 strb r5,[r1,#9]
358 strb r6,[r1,#13]
361 strb r3,[r1,#2]
363 strb r4,[r1,#6]
[all …]
/third_party/openssl/crypto/sha/asm/arm64/
Dkeccak1600-armv8.S540 strb w4,[x20],#1
544 strb w4,[x20],#1
548 strb w4,[x20],#1
552 strb w4,[x20],#1
556 strb w4,[x20],#1
560 strb w4,[x20],#1
564 strb w4,[x20],#1
1063 strb w4,[x1],#1
1067 strb w4,[x1],#1
1071 strb w4,[x1],#1
[all …]
/third_party/musl/porting/liteos_a/user/src/string/arm/
Dmemset.S59 strb r1, [r4], #1
118 strb r1, [r4], #1
/third_party/optimized-routines/string/aarch64/
Dmemcpy-advsimd.S100 strb A_lw, [dstin]
101 strb B_lw, [dstin, tmp1]
102 strb C_lw, [dstend, -1]
Dmemcpy.S103 strb A_lw, [dstin]
104 strb B_lw, [dstin, tmp1]
105 strb C_lw, [dstend, -1]
/third_party/musl/porting/liteos_m/kernel/src/string/arch/arm/
Dmemset_armv8m.S68 strb r1, [r4], #1
125 strb r1, [r4], #1
/third_party/openssl/crypto/
Darm64cpuid.S69 strb wzr,[x0],#1 // store byte-by-byte
77 strb wzr,[x0],#1 // store byte-by-byte
Darmv4cpuid.S62 strb ip,[r0],#1
69 strb ip,[r0],#1
/third_party/openssl/crypto/sha/asm/arm32/
Dkeccak1600-armv4.S2098 strb r2,[r4],#1
2100 strb r1,[r4],#1
2102 strb r3,[r4],#1
2103 strb r2,[r4],#1
2106 strb r0,[r4],#1
2108 strb r1,[r4],#1
2110 strb r3,[r4],#1
2111 strb r0,[r4],#1
2128 strb r2,[r4],#1
2132 strb r2,[r4],#1
[all …]

123