Searched refs:need_bgra_swizzle (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo_compute.c | 69 bool *need_bgra_swizzle) in get_convert_format() 93 pformat = get_convert_format(ctx, src_format, format == GL_BGR ? GL_RGB : GL_RGBA, type, need_bgra_swizzle); in get_convert_format() 95 *need_bgra_swizzle = true; in get_convert_format() 99 pformat = get_convert_format(ctx, src_format, format == GL_BGR_INTEGER ? GL_RGB_INTEGER : GL_RGBA_INTEGER, type, need_bgra_swizzle); in get_convert_format() 101 *need_bgra_swizzle = true; in get_convert_format() 1099 bool need_bgra_swizzle = false; in st_GetTexSubImage_shader() local 1100 dst_format = get_convert_format(ctx, src_format, format, type, &need_bgra_swizzle); in st_GetTexSubImage_shader() 1104 if (need_bgra_swizzle) in st_GetTexSubImage_shader() 66 get_convert_format(struct gl_context *ctx, enum pipe_format src_format, GLenum format, GLenum type, bool *need_bgra_swizzle) get_convert_format() argument
|
Completed in 3 milliseconds