Searched refs:tex3DSizes (Results 1 – 3 of 3) sorted by relevance
1769 } tex3DSizes[] = in populateTextureMipmappingTests() local2036 … int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(tex3DSizes) : 1; in populateTextureMipmappingTests()2051 testParameters.width = tex3DSizes[size].width; in populateTextureMipmappingTests()2052 testParameters.height = tex3DSizes[size].height; in populateTextureMipmappingTests()2053 testParameters.depth = tex3DSizes[size].depth; in populateTextureMipmappingTests()2059 if (tex3DSizes[size].name) in populateTextureMipmappingTests()2060 name << "_" << tex3DSizes[size].name; in populateTextureMipmappingTests()2081 testParameters.width = tex3DSizes[0].width; in populateTextureMipmappingTests()2082 testParameters.height = tex3DSizes[0].height; in populateTextureMipmappingTests()2083 testParameters.depth = tex3DSizes[0].depth; in populateTextureMipmappingTests()
2448 } tex3DSizes[] = in init() local2654 … int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(tex3DSizes) : 1; in init()2662 if (tex3DSizes[size].name) in init()2663 name << "_" << tex3DSizes[size].name; in init()2673 tex3DSizes[size].width, tex3DSizes[size].height, tex3DSizes[size].depth)); in init()2691 tex3DSizes[0].width, tex3DSizes[0].height, tex3DSizes[0].depth)); in init()
4499 } tex3DSizes[] = in init() local4527 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(tex3DSizes); ndx++) in init()4530 int width = tex3DSizes[ndx].width; in init()4531 int height = tex3DSizes[ndx].height; in init()4532 int depth = tex3DSizes[ndx].depth; in init()4533 int levels = tex3DSizes[ndx].levels; in init()