HomeSort by: relevance | last modified time | path
    Searched defs:LINEAR (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_surface.h 31 LINEAR = 0,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_surface.h 31 LINEAR = 0,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_resource.c 550 fd_resource_uncompress(struct fd_context *ctx, struct fd_resource *rsc, bool linear)
554 uint64_t modifier = linear ? DRM_FORMAT_MOD_LINEAR : FD_FORMAT_MOD_QCOM_TILED;
1122 LINEAR,
1136 /* First, find all the conditions which would force us to linear */
1138 return LINEAR;
1141 return LINEAR;
1144 return LINEAR;
1148 perf_debug("%" PRSC_FMT ": forcing linear: bind flags",
1150 return LINEAR;
1154 return LINEAR;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_resource.c 892 #define LINEAR \
897 bool linear = drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count); local
898 if (tmpl->bind & LINEAR)
899 linear = true;
930 !linear) {
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident.h 54 #define LINEAR() (pTrident->Linear)
56 #define LINEAR() (1)
130 Bool Linear;
  /xsrc/external/mit/pixman/dist/pixman/
pixman-private.h 83 LINEAR,
206 linear_gradient_t linear; member in union:pixman_image
  /xsrc/external/mit/MesaLib/src/intel/genxml/
gen8_pack.h 1005 #define LINEAR 0
gen10_pack.h 1428 #define LINEAR 0
gen11_pack.h 1508 #define LINEAR 0
gen125_pack.h 1681 #define LINEAR 0
9349 #define Linear 0
gen12_pack.h 1632 #define LINEAR 0
gen9_pack.h 1291 #define LINEAR 0
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/registers/
a3xx.xml.h 50 LINEAR = 0,
  /xsrc/external/mit/MesaLib.old/src/intel/genxml/
gen8_pack.h 989 #define LINEAR 0
gen10_pack.h 1428 #define LINEAR 0
gen11_pack.h 1492 #define LINEAR 0
gen9_pack.h 1275 #define LINEAR 0

Completed in 247 milliseconds