Home
last modified time | relevance | path

Searched defs:FeatureProbabilities (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp216 struct FeatureProbabilities struct in deqp::gls::LongStressCase
218 float rebuildProgram; //!< Rebuild program, with variable name-mangling.
219 …oat reuploadTexture; //!< Reupload texture, even if it already exists and has been uploaded.
220 …loat reuploadBuffer; //!< Reupload buffer, even if it already exists and has been uploaded.
221 …oat reuploadWithTexImage; //!< Use glTexImage*() when re-uploading texture, not glTexSubImage*().
222 …at reuploadWithBufferData; //!< Use glBufferData() when re-uploading buffer, not glBufferSubData().
223 … float deleteTexture; //!< Delete texture at end of iteration, even if we could re-use it.
224 … float deleteBuffer; //!< Delete buffer at end of iteration, even if we could re-use it.
226 …xtureMemoryUsage; //!< Don't re-use a texture, and don't delete it until given memory limit is hit.
228 …BufferMemoryUsage; //!< Don't re-use a buffer, and don't delete it until given memory limit is hit.
[all …]