Searched refs:RS_ALLOCATION_USAGE_IO_INPUT (Results 1 – 4 of 4) sorted by relevance
58 RS_ALLOCATION_USAGE_IO_INPUT | in Allocation()63 if ((usage & RS_ALLOCATION_USAGE_IO_INPUT) != 0) { in Allocation()65 if ((usage & ~(RS_ALLOCATION_USAGE_IO_INPUT | in Allocation()163 if ((mUsage & RS_ALLOCATION_USAGE_IO_INPUT) == 0) { in ioGetInput()
107 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, enumerator
152 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) { in UploadToTexture()