Lines Matching defs:formats
137 // Auxiliar class to group depth formats by compatibility in bit size and format. Note there is at most one alternative format for
1074 // formats containing just depth component
1395 FormatData formats[] =
1497 // iterate over depth/stencil formats
1498 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
1500 const FormatData& formatData = formats[formatNdx];
1636 // All formats with stencil and depth aspects have incompatible formats and sizes in the depth
1638 // format has no compatible formats that can be used.
1681 // iterate over depth/stencil formats
1682 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
1684 const FormatData& formatData = formats[formatNdx];