Home
last modified time | relevance | path

Searched refs:outWidth (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_msaa.c61 GLuint *outBits, GLuint *outWidth, GLuint *outHeight) in st_GetProgrammableSampleCaps() argument
69 *outWidth = 1; in st_GetProgrammableSampleCaps()
74 outWidth, outHeight); in st_GetProgrammableSampleCaps()
78 if (*outWidth > MAX_SAMPLE_LOCATION_GRID_SIZE || in st_GetProgrammableSampleCaps()
80 *outWidth = 1; in st_GetProgrammableSampleCaps()
/third_party/mesa3d/include/android_stub/hardware/
Dgralloc1.h583 gralloc1_device_t* device, buffer_handle_t buffer, uint32_t* outWidth,
/third_party/mesa3d/src/util/format/
Du_format_fxt1.c1144 int32_t outWidth, int32_t outHeight, in upscale_teximage2d() argument
1150 assert(outWidth >= inWidth); in upscale_teximage2d()
1154 assert((outWidth & 3) == 0); in upscale_teximage2d()
1160 for (j = 0; j < outWidth; j++) { in upscale_teximage2d()
1163 dest[(i * outWidth + j) * comps + k] in upscale_teximage2d()