Searched defs:rgba8 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-invalid.cpp26 struct rgba8 struct in namespace:PR6375::agg
41 agg::rbox_ctrl<agg::rgba8> m_polygons;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_span.h84 GLubyte rgba8[SWRAST_MAX_WIDTH][4]; member in struct:sw_span_arrays
86 GLchan (*rgba)[4]; /** either == rgba8 or rgba16 */
/external/mesa3d/src/mesa/swrast/
H A Ds_span.h84 GLubyte rgba8[SWRAST_MAX_WIDTH][4]; member in struct:sw_span_arrays
86 GLchan (*rgba)[4]; /** either == rgba8 or rgba16 */
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c471 LLVMValueRef rgba8; local
481 * Given the format is a rgba8, just read the pixels as is,
484 rgba8 = lp_build_gather(bld->gallivm,
490 rgba8 = LLVMBuildBitCast(builder, rgba8, u8n_vec_type, "");
493 rgba8 = lp_build_fetch_rgba_aos(bld->gallivm,
501 /* Expand one 4*rgba8 to two 2*rgba16 */
503 rgba8,
841 LLVMValueRef rgba8; local
845 * Given the format is a rgba8, jus
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c471 LLVMValueRef rgba8; local
481 * Given the format is a rgba8, just read the pixels as is,
484 rgba8 = lp_build_gather(bld->gallivm,
490 rgba8 = LLVMBuildBitCast(builder, rgba8, u8n_vec_type, "");
493 rgba8 = lp_build_fetch_rgba_aos(bld->gallivm,
501 /* Expand one 4*rgba8 to two 2*rgba16 */
503 rgba8,
841 LLVMValueRef rgba8; local
845 * Given the format is a rgba8, jus
[all...]

Completed in 211 milliseconds