Searched refs:plane0 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_dotprod_tmp.h | 44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; local in function:TAG 47 *out = (coord[0] * plane0 + 64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local in function:TAG 68 *out = (coord[0] * plane0 + 85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local in function:TAG 89 *out = (coord[0] * plane0 +
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| H A D | m_dotprod_tmp.h | 44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; local in function:TAG 47 *out = (coord[0] * plane0 + 64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local in function:TAG 68 *out = (coord[0] * plane0 + 85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local in function:TAG 89 *out = (coord[0] * plane0 +
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 879 * \param plane0 if a non-zero plane is being created, this is the first plane 882 * \param alloc_size the size to allocate if plane0 != NULL 888 const struct si_texture *plane0, 993 if (plane0) { 995 resource->bo_size = plane0->buffer.bo_size; 996 resource->bo_alignment_log2 = plane0->buffer.bo_alignment_log2; 997 resource->flags = plane0->buffer.flags; 998 resource->domains = plane0->buffer.domains; 999 resource->memory_usage_kb = plane0->buffer.memory_usage_kb; 1001 radeon_bo_reference(sscreen->ws, &resource->buf, plane0 885 si_texture_create_object(struct pipe_screen * screen,const struct pipe_resource * base,const struct radeon_surf * surface,const struct si_texture * plane0,struct pb_buffer * imported_buf,uint64_t offset,unsigned pitch_in_bytes,uint64_t alloc_size,unsigned alignment) argument 1280 struct si_texture *plane0 = NULL, *last_plane = NULL; local in function:si_texture_create_with_modifier [all...] |
Completed in 6 milliseconds