Home
last modified time | relevance | path

Searched refs:rgba8 (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/test/SemaTemplate/
Dinstantiate-invalid.cpp26 struct rgba8
41 agg::rbox_ctrl<agg::rgba8> m_polygons;
/external/mesa3d/src/mesa/swrast/
Ds_fog.c168 GLubyte (*rgba)[4] = span->array->rgba8; in _swrast_fog_rgba_span()
187 GLubyte (*rgba)[4] = span->array->rgba8; in _swrast_fog_rgba_span()
206 GLubyte (*rgba)[4] = span->array->rgba8; in _swrast_fog_rgba_span()
231 GLubyte (*rgba)[4] = span->array->rgba8; in _swrast_fog_rgba_span()
Ds_zoom.c165 zoomed.array->rgba = (GLchan (*)[4]) zoomed.array->rgba8; in zoom_span()
218 COPY_4UBV(zoomed.array->rgba8[i], rgba[j]); in zoom_span()
250 zoomed.array->rgba8[i][0] = rgb[j][0]; in zoom_span()
251 zoomed.array->rgba8[i][1] = rgb[j][1]; in zoom_span()
252 zoomed.array->rgba8[i][2] = rgb[j][2]; in zoom_span()
253 zoomed.array->rgba8[i][3] = 0xff; in zoom_span()
Ds_span.c232 GLubyte (*rgba)[4] = span->array->rgba8; in interpolate_int_colors()
330 col0[i][0] = UBYTE_TO_FLOAT(span->array->rgba8[i][0]); in interpolate_float_colors()
331 col0[i][1] = UBYTE_TO_FLOAT(span->array->rgba8[i][1]); in interpolate_float_colors()
332 col0[i][2] = UBYTE_TO_FLOAT(span->array->rgba8[i][2]); in interpolate_float_colors()
333 col0[i][3] = UBYTE_TO_FLOAT(span->array->rgba8[i][3]); in interpolate_float_colors()
796 SHIFT_ARRAY(span->array->rgba8, leftClip, n - leftClip); in clip_span()
885 GLubyte (*rgba)[4] = span->array->rgba8; in apply_aa_coverage()
944 src = span->array->rgba8; in convert_color_type()
952 dst = span->array->rgba8; in convert_color_type()
1338 span->array->rgba = span->array->rgba8; in _swrast_write_rgba_span()
Ds_span.h84 GLubyte rgba8[SWRAST_MAX_WIDTH][4]; member
Ds_alpha.c114 GLubyte (*rgba)[4] = span->array->rgba8; in _swrast_alpha_test()
Ds_masking.c63 GLuint *src = (GLuint *) span->array->rgba8; in _swrast_mask_rgba_span()
Ds_logic.c204 (GLuint *) span->array->rgba8, in _swrast_logicop_rgba_span()
Ds_triangle.c146 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
204 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
Ds_context.c786 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].rgba8; in _swrast_CreateContext()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c471 LLVMValueRef rgba8; in lp_build_sample_fetch_image_nearest() local
484 rgba8 = lp_build_gather(bld->gallivm, in lp_build_sample_fetch_image_nearest()
490 rgba8 = LLVMBuildBitCast(builder, rgba8, u8n_vec_type, ""); in lp_build_sample_fetch_image_nearest()
493 rgba8 = lp_build_fetch_rgba_aos(bld->gallivm, in lp_build_sample_fetch_image_nearest()
503 rgba8, in lp_build_sample_fetch_image_nearest()
841 LLVMValueRef rgba8; in lp_build_sample_fetch_image_linear() local
848 rgba8 = lp_build_gather(bld->gallivm, in lp_build_sample_fetch_image_linear()
854 rgba8 = LLVMBuildBitCast(builder, rgba8, u8n_vec_type, ""); in lp_build_sample_fetch_image_linear()
857 rgba8 = lp_build_fetch_rgba_aos(bld->gallivm, in lp_build_sample_fetch_image_linear()
867 rgba8, in lp_build_sample_fetch_image_linear()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.gather.txt31 + rgba8 unorm, uint and int color formats
62 texture (except for depth formats, for which rgba8 is used). The resulting image
/external/deqp/android/cts/lmp-mr1/
Dgles31-master.txt8320 dEQP-GLES31.functional.image_load_store.2d.store.rgba8
8333 dEQP-GLES31.functional.image_load_store.2d.load_store.rgba8
8462 dEQP-GLES31.functional.image_load_store.cube.store.rgba8
8488 dEQP-GLES31.functional.image_load_store.cube.load_store.rgba8
8619 dEQP-GLES31.functional.image_load_store.3d.store.rgba8
8645 dEQP-GLES31.functional.image_load_store.3d.load_store.rgba8
8776 dEQP-GLES31.functional.image_load_store.2d_array.store.rgba8
8802 dEQP-GLES31.functional.image_load_store.2d_array.load_store.rgba8
8922 dEQP-GLES31.functional.image_load_store.buffer.store.rgba8
8934 dEQP-GLES31.functional.image_load_store.buffer.load_store.rgba8
[all …]
Dgles3-master.txt18563 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_clamp_nearest_pot
18564 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_clamp_linear_pot
18565 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_repeat_nearest_pot
18566 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_repeat_linear_pot
18567 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_mirror_nearest_pot
18568 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_mirror_linear_pot
18569 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_clamp_nearest_pot
18570 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_clamp_linear_pot
18571 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_repeat_nearest_pot
18572 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_repeat_linear_pot
[all …]
/external/deqp/android/cts/lmp-mr1/src/
Des31-lmp-mr1.txt8320 dEQP-GLES31.functional.image_load_store.2d.store.rgba8
8333 dEQP-GLES31.functional.image_load_store.2d.load_store.rgba8
8462 dEQP-GLES31.functional.image_load_store.cube.store.rgba8
8488 dEQP-GLES31.functional.image_load_store.cube.load_store.rgba8
8619 dEQP-GLES31.functional.image_load_store.3d.store.rgba8
8645 dEQP-GLES31.functional.image_load_store.3d.load_store.rgba8
8776 dEQP-GLES31.functional.image_load_store.2d_array.store.rgba8
8802 dEQP-GLES31.functional.image_load_store.2d_array.load_store.rgba8
8922 dEQP-GLES31.functional.image_load_store.buffer.store.rgba8
8934 dEQP-GLES31.functional.image_load_store.buffer.load_store.rgba8
[all …]
Des30-lmp-mr1.txt18563 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_clamp_nearest_pot
18564 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_clamp_linear_pot
18565 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_repeat_nearest_pot
18566 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_repeat_linear_pot
18567 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_mirror_nearest_pot
18568 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_mirror_linear_pot
18569 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_clamp_nearest_pot
18570 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_clamp_linear_pot
18571 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_repeat_nearest_pot
18572 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_repeat_linear_pot
[all …]
/external/deqp/android/cts/lmp/
Dgles31-master.txt8212 dEQP-GLES31.functional.image_load_store.2d.store.rgba8
8225 dEQP-GLES31.functional.image_load_store.2d.load_store.rgba8
8346 dEQP-GLES31.functional.image_load_store.cube.store.rgba8
8372 dEQP-GLES31.functional.image_load_store.cube.load_store.rgba8
8501 dEQP-GLES31.functional.image_load_store.3d.store.rgba8
8527 dEQP-GLES31.functional.image_load_store.3d.load_store.rgba8
8650 dEQP-GLES31.functional.image_load_store.2d_array.store.rgba8
8676 dEQP-GLES31.functional.image_load_store.2d_array.load_store.rgba8
8788 dEQP-GLES31.functional.image_load_store.buffer.store.rgba8
8800 dEQP-GLES31.functional.image_load_store.buffer.load_store.rgba8
[all …]
Dgles3-master.txt18490 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_clamp_nearest_pot
18491 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_clamp_linear_pot
18492 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_repeat_nearest_pot
18493 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_repeat_linear_pot
18494 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_mirror_nearest_pot
18495 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_mirror_linear_pot
18496 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_clamp_nearest_pot
18497 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_clamp_linear_pot
18498 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_repeat_nearest_pot
18499 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_repeat_linear_pot
[all …]
/external/deqp/android/cts/lmp/src/
Des31-lmp.txt8212 dEQP-GLES31.functional.image_load_store.2d.store.rgba8
8225 dEQP-GLES31.functional.image_load_store.2d.load_store.rgba8
8346 dEQP-GLES31.functional.image_load_store.cube.store.rgba8
8372 dEQP-GLES31.functional.image_load_store.cube.load_store.rgba8
8501 dEQP-GLES31.functional.image_load_store.3d.store.rgba8
8527 dEQP-GLES31.functional.image_load_store.3d.load_store.rgba8
8650 dEQP-GLES31.functional.image_load_store.2d_array.store.rgba8
8676 dEQP-GLES31.functional.image_load_store.2d_array.load_store.rgba8
8788 dEQP-GLES31.functional.image_load_store.buffer.store.rgba8
8800 dEQP-GLES31.functional.image_load_store.buffer.load_store.rgba8
[all …]
Des30-lmp.txt18490 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_clamp_nearest_pot
18491 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_clamp_linear_pot
18492 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_repeat_nearest_pot
18493 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_repeat_linear_pot
18494 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_mirror_nearest_pot
18495 dEQP-GLES3.functional.texture.wrap.rgba8.clamp_mirror_linear_pot
18496 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_clamp_nearest_pot
18497 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_clamp_linear_pot
18498 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_repeat_nearest_pot
18499 dEQP-GLES3.functional.texture.wrap.rgba8.repeat_repeat_linear_pot
[all …]
/external/deqp/android/cts/master/
Dgles31-master.txt8866 dEQP-GLES31.functional.image_load_store.2d.store.rgba8
8879 dEQP-GLES31.functional.image_load_store.2d.load_store.rgba8
9008 dEQP-GLES31.functional.image_load_store.cube.store.rgba8
9034 dEQP-GLES31.functional.image_load_store.cube.load_store.rgba8
9165 dEQP-GLES31.functional.image_load_store.3d.store.rgba8
9191 dEQP-GLES31.functional.image_load_store.3d.load_store.rgba8
9322 dEQP-GLES31.functional.image_load_store.2d_array.store.rgba8
9348 dEQP-GLES31.functional.image_load_store.2d_array.load_store.rgba8
9468 dEQP-GLES31.functional.image_load_store.buffer.store.rgba8
9480 dEQP-GLES31.functional.image_load_store.buffer.load_store.rgba8
[all …]
Dgles3-rotate-landscape.txt326 dEQP-GLES3.functional.fbo.blit.default_framebuffer.rgba8
Dgles3-rotate-reverse-portrait.txt326 dEQP-GLES3.functional.fbo.blit.default_framebuffer.rgba8
Dgles3-rotate-portrait.txt326 dEQP-GLES3.functional.fbo.blit.default_framebuffer.rgba8
Dgles3-rotate-reverse-landscape.txt326 dEQP-GLES3.functional.fbo.blit.default_framebuffer.rgba8

12