Home
last modified time | relevance | path

Searched refs:GLhalfARB (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfetch_tmp.h97 FETCH_RGBA(RGBA_FLOAT16, GLhalfARB, 4)
99 FETCH_RGBA(RGB_FLOAT16, GLhalfARB, 3)
101 FETCH_RGBA(A_FLOAT16, GLhalfARB, 1)
103 FETCH_RGBA(L_FLOAT16, GLhalfARB, 1)
105 FETCH_RGBA(LA_FLOAT16, GLhalfARB, 2)
107 FETCH_RGBA(I_FLOAT16, GLhalfARB, 1)
109 FETCH_RGBA(R_FLOAT16, GLhalfARB, 1)
111 FETCH_RGBA(RG_FLOAT16, GLhalfARB, 2)
185 FETCH_RGBA(RGBX_FLOAT16, GLhalfARB, 4)
/external/mesa3d/src/mesa/main/
Dmipmap.c410 const GLhalfARB(*rowA)[4] = (const GLhalfARB(*)[4]) srcRowA; in do_row()
411 const GLhalfARB(*rowB)[4] = (const GLhalfARB(*)[4]) srcRowB; in do_row()
412 GLhalfARB(*dst)[4] = (GLhalfARB(*)[4]) dstRow; in do_row()
427 const GLhalfARB(*rowA)[3] = (const GLhalfARB(*)[3]) srcRowA; in do_row()
428 const GLhalfARB(*rowB)[3] = (const GLhalfARB(*)[3]) srcRowB; in do_row()
429 GLhalfARB(*dst)[3] = (GLhalfARB(*)[3]) dstRow; in do_row()
444 const GLhalfARB(*rowA)[2] = (const GLhalfARB(*)[2]) srcRowA; in do_row()
445 const GLhalfARB(*rowB)[2] = (const GLhalfARB(*)[2]) srcRowB; in do_row()
446 GLhalfARB(*dst)[2] = (GLhalfARB(*)[2]) dstRow; in do_row()
461 const GLhalfARB *rowA = (const GLhalfARB *) srcRowA; in do_row()
[all …]
Dpack.c413 const GLhalfARB *s = (const GLhalfARB *) src; in extract_uint_indexes()
416 GLhalfARB value = s[i]; in extract_uint_indexes()
477 clamp_half_to_uint(GLhalfARB h) in clamp_half_to_uint()
707 GLhalfARB *dst = (GLhalfARB *) dest; in _mesa_pack_stencil_span()
926 const GLhalfARB *src = (const GLhalfARB *) source; in _mesa_unpack_depth_span()
928 GLhalfARB value = src[i]; in _mesa_unpack_depth_span()
1130 GLhalfARB *dst = (GLhalfARB *) dest; in _mesa_pack_depth_span()
Dimports.h344 _mesa_half_is_negative(GLhalfARB h) in _mesa_half_is_negative()
Dglformats.c296 return sizeof(GLhalfARB); in _mesa_sizeof_type()
329 return sizeof(GLhalfARB); in _mesa_sizeof_packed_type()
446 return comps * sizeof(GLhalfARB); in _mesa_bytes_per_pixel()
550 return comps * sizeof(GLhalfARB); in _mesa_bytes_per_vertex_attrib()
/external/mesa3d/src/mesa/tnl/
Dt_draw.c123 GLhalfARB *in = (GLhalfARB *)ptr; in convert_half_to_float()
/external/swiftshader/include/GL/
Dglext.h3031 typedef unsigned short GLhalfARB; typedef
/external/mesa3d/include/GL/
Dglext.h3453 typedef unsigned short GLhalfARB; typedef