Home
last modified time | relevance | path

Searched refs:tex3DSizes (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp2448 } tex3DSizes[] = in init() local
2654 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[ in init()
[all...]
H A Des3fTextureSpecificationTests.cpp4619 } tex3DSizes[] = in init() local
4647 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(tex3DSizes); ndx++) in init()
4650 int width = tex3DSizes[ndx].width; in init()
4651 int height = tex3DSizes[ndx].height; in init()
4652 int depth = tex3DSizes[ndx].depth; in init()
4653 int levels = tex3DSizes[ndx].levels; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp3052 } tex3DSizes[] =
3436 int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(tex3DSizes) : 1;
3452 testParameters.width = tex3DSizes[size].width;
3453 testParameters.height = tex3DSizes[size].height;
3454 testParameters.depth = tex3DSizes[size].depth;
3460 if (tex3DSizes[size].name)
3461 name << "_" << tex3DSizes[size].name;
3482 testParameters.width = tex3DSizes[0].width;
3483 testParameters.height = tex3DSizes[0].height;
3484 testParameters.depth = tex3DSizes[
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp3054 } tex3DSizes[] =
3435 int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(tex3DSizes) : 1;
3451 testParameters.width = tex3DSizes[size].width;
3452 testParameters.height = tex3DSizes[size].height;
3453 testParameters.depth = tex3DSizes[size].depth;
3459 if (tex3DSizes[size].name)
3460 name << "_" << tex3DSizes[size].name;
3481 testParameters.width = tex3DSizes[0].width;
3482 testParameters.height = tex3DSizes[0].height;
3483 testParameters.depth = tex3DSizes[
[all...]

Completed in 24 milliseconds