HomeSort by relevance Sort by last modified time
    Searched refs:UTIL_FORMAT_COLORSPACE_SRGB (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 122 UTIL_FORMAT_COLORSPACE_SRGB = 1,
502 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB;
616 case UTIL_FORMAT_COLORSPACE_SRGB:
849 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
852 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
    [all...]
u_format.c 72 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
84 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
101 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
198 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
216 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
541 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 325 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB &&
430 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB ||
775 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.c 449 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture.c 218 case UTIL_FORMAT_COLORSPACE_SRGB:
380 desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) {
    [all...]
r300_state_derived.c 741 } else if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_tex.c 126 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c     [all...]
evergreen_state.c     [all...]
r600_state.c 859 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_tex.c 123 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
336 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]

Completed in 420 milliseconds