Searched refs:new_format (Results 1 – 6 of 6) sorted by relevance
51 Format new_format; in SetValueFromCString() local52 error = Args::StringToFormat (value_cstr, new_format, NULL); in SetValueFromCString()56 m_current_value = new_format; in SetValueFromCString()
109 Format new_format = eFormatInvalid; in Property() local111 Args::StringToFormat (definition.default_cstr_value, new_format, NULL); in Property()113 new_format = (Format)definition.default_uint_value; in Property()114 m_value_sp.reset (new OptionValueFormat(new_format)); in Property()
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()
739 Format* new_format = newFormat.clone(); in setFormat() local740 if (new_format) { in setFormat()742 setCustomArgStartFormat(partIndex, new_format, status); in setFormat()789 Format* new_format = newFormat.clone(); in setFormat() local790 if (new_format == NULL) { in setFormat()794 setCustomArgStartFormat(partIndex, new_format, status); in setFormat()
1306 DXGI_FORMAT new_format, in ResizeBuffers()1323 desc.BufferDesc.Format = new_format; in ResizeBuffers()