Path: blob/21.2-virgl/src/gallium/drivers/llvmpipe/lp_memory.h
4570 views
/**************************************************************************1*2* Copyright 2010 VMware, Inc. All Rights Reserved.3*4* Permission is hereby granted, free of charge, to any person obtaining a5* copy of this software and associated documentation files (the6* "Software"), to deal in the Software without restriction, including7* without limitation the rights to use, copy, modify, merge, publish,8* distribute, sub license, and/or sell copies of the Software, and to9* permit persons to whom the Software is furnished to do so, subject to10* the following conditions:11*12* The above copyright notice and this permission notice (including the13* next paragraph) shall be included in all copies or substantial portions14* of the Software.15*16* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS17* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF18* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.19* IN NO EVENT SHALL VMWARE AND/OR ITS SUPPLIERS BE LIABLE FOR20* ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,21* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE22* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.23*24**************************************************************************/252627#ifndef LP_MEMORY_H28#define LP_MEMORY_H293031#include "pipe/p_compiler.h"32#include "pipe/p_state.h"33#include "lp_limits.h"34#include "gallivm/lp_bld_type.h"3536extern PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)37uint8_t lp_dummy_tile[TILE_SIZE * TILE_SIZE * 4];3839#endif /* LP_MEMORY_H */404142