Home
last modified time | relevance | path

Searched refs:tex2DSizes (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp1123 } tex2DSizes[] = in init() local
1140 int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(tex2DSizes) : 1; in init()
1148 if (tex2DSizes[size].name) in init()
1149 name << "_" << tex2DSizes[size].name; in init()
1158 tex2DSizes[size].width, tex2DSizes[size].height)); in init()
1176 tex2DSizes[0].width, tex2DSizes[0].height)); in init()
1186 for (int size = 0; size < DE_LENGTH_OF_ARRAY(tex2DSizes); size++) in init()
1193 if (tex2DSizes[siz in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp2435 } tex2DSizes[] = in init() local
2479 int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(tex2DSizes) : 1; in init()
2487 if (tex2DSizes[size].name) in init()
2488 name << "_" << tex2DSizes[size].name; in init()
2497 tex2DSizes[size].width, tex2DSizes[size].height)); in init()
2515 tex2DSizes[0].width, tex2DSizes[0].height)); in init()
2525 for (int size = 0; size < DE_LENGTH_OF_ARRAY(tex2DSizes); size++) in init()
2532 if (tex2DSizes[siz in init()
[all...]
H A Des3fTextureSpecificationTests.cpp4503 } tex2DSizes[] = in init() local
4533 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(tex2DSizes); ndx++) in init()
4536 int width = tex2DSizes[ndx].width; in init()
4537 int height = tex2DSizes[ndx].height; in init()
4538 int levels = tex2DSizes[ndx].levels; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp3039 } tex2DSizes[] =
3100 int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(tex2DSizes) : 1;
3111 testParameters.width = tex2DSizes[size].width;
3112 testParameters.height = tex2DSizes[size].height;
3120 if (tex2DSizes[size].name)
3121 name << "_" << tex2DSizes[size].name;
3143 testParameters.width = tex2DSizes[0].width;
3144 testParameters.height = tex2DSizes[0].height;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp3041 } tex2DSizes[] =
3099 int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(tex2DSizes) : 1;
3110 testParameters.width = tex2DSizes[size].width;
3111 testParameters.height = tex2DSizes[size].height;
3119 if (tex2DSizes[size].name)
3120 name << "_" << tex2DSizes[size].name;
3142 testParameters.width = tex2DSizes[0].width;
3143 testParameters.height = tex2DSizes[0].height;

Completed in 27 milliseconds