Searched refs:new_format (Results 1 – 4 of 4) sorted by relevance
274 int new_format; in r600_compressed_to_blittable() local286 new_format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */ in r600_compressed_to_blittable()288 new_format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */ in r600_compressed_to_blittable()295 tex->format = new_format; in r600_compressed_to_blittable()
576 int new_format; in r600_compressed_to_blittable() local588 new_format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */ in r600_compressed_to_blittable()590 new_format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */ in r600_compressed_to_blittable()597 tex->format = new_format; in r600_compressed_to_blittable()
740 Format* new_format = newFormat.clone(); in setFormat() local741 if (new_format) { in setFormat()743 setCustomArgStartFormat(partIndex, new_format, status); in setFormat()790 Format* new_format = newFormat.clone(); in setFormat() local791 if (new_format == NULL) { in setFormat()795 setCustomArgStartFormat(partIndex, new_format, status); in setFormat()
1306 DXGI_FORMAT new_format, in ResizeBuffers()1323 desc.BufferDesc.Format = new_format; in ResizeBuffers()