/external/mesa3d/src/gallium/tests/graw/ |
D | quad-tex.c | 121 ubyte tex2d[SIZE][SIZE][4]; in init_tex() local 129 tex2d[t][s][0] = (x) ? 0 : 63; in init_tex() 130 tex2d[t][s][1] = (x) ? 0 : 128; in init_tex() 131 tex2d[t][s][2] = 0; in init_tex() 132 tex2d[t][s][3] = 0xff; in init_tex() 136 tex2d[t][s][0] = s*255/(SIZE-1); in init_tex() 137 tex2d[t][s][1] = t*255/(SIZE-1); in init_tex() 138 tex2d[t][s][2] = (x) ? 0 : 128; in init_tex() 139 tex2d[t][s][3] = 0xff; in init_tex() 144 tex2d[0][0][0] = 0; in init_tex() [all …]
|
D | quad-sample.c | 169 ubyte tex2d[SIZE][SIZE][4]; in init_tex() local 177 tex2d[t][s][0] = (x) ? 0 : 63; in init_tex() 178 tex2d[t][s][1] = (x) ? 0 : 128; in init_tex() 179 tex2d[t][s][2] = 0; in init_tex() 180 tex2d[t][s][3] = 0xff; in init_tex() 184 tex2d[t][s][0] = s*255/(SIZE-1); in init_tex() 185 tex2d[t][s][1] = t*255/(SIZE-1); in init_tex() 186 tex2d[t][s][2] = (x) ? 0 : 128; in init_tex() 187 tex2d[t][s][3] = 0xff; in init_tex() 192 tex2d[0][0][0] = 0; in init_tex() [all …]
|
D | fs-test.c | 295 ubyte tex2d[SIZE][SIZE][4]; in init_tex() local 303 tex2d[t][s][0] = (x) ? 0 : 63; in init_tex() 304 tex2d[t][s][1] = (x) ? 0 : 128; in init_tex() 305 tex2d[t][s][2] = 0; in init_tex() 306 tex2d[t][s][3] = 0xff; in init_tex() 310 tex2d[t][s][0] = s*255/(SIZE-1); in init_tex() 311 tex2d[t][s][1] = t*255/(SIZE-1); in init_tex() 312 tex2d[t][s][2] = (x) ? 0 : 128; in init_tex() 313 tex2d[t][s][3] = 0xff; in init_tex() 318 tex2d[0][0][0] = 0; in init_tex() [all …]
|
D | vs-test.c | 246 ubyte tex2d[SIZE][SIZE][4]; in init_tex() local 254 tex2d[t][s][0] = (x) ? 0 : 63; in init_tex() 255 tex2d[t][s][1] = (x) ? 0 : 128; in init_tex() 256 tex2d[t][s][2] = 0; in init_tex() 257 tex2d[t][s][3] = 0xff; in init_tex() 261 tex2d[t][s][0] = s*255/(SIZE-1); in init_tex() 262 tex2d[t][s][1] = t*255/(SIZE-1); in init_tex() 263 tex2d[t][s][2] = (x) ? 0 : 128; in init_tex() 264 tex2d[t][s][3] = 0xff; in init_tex() 269 tex2d[0][0][0] = 0; in init_tex() [all …]
|
D | gs-test.c | 359 ubyte tex2d[SIZE][SIZE][4]; in init_tex() local 367 tex2d[t][s][0] = (x) ? 0 : 63; in init_tex() 368 tex2d[t][s][1] = (x) ? 0 : 128; in init_tex() 369 tex2d[t][s][2] = 0; in init_tex() 370 tex2d[t][s][3] = 0xff; in init_tex() 374 tex2d[t][s][0] = s*255/(SIZE-1); in init_tex() 375 tex2d[t][s][1] = t*255/(SIZE-1); in init_tex() 376 tex2d[t][s][2] = (x) ? 0 : 128; in init_tex() 377 tex2d[t][s][3] = 0xff; in init_tex() 382 tex2d[0][0][0] = 0; in init_tex() [all …]
|
D | tex-swizzle.c | 122 ubyte tex2d[SIZE][SIZE][4]; in init_tex() local 127 tex2d[t][s][0] = 0; /*B*/ in init_tex() 128 tex2d[t][s][1] = t; /*G*/ in init_tex() 129 tex2d[t][s][2] = s; /*R*/ in init_tex() 130 tex2d[t][s][3] = 1; /*A*/ in init_tex() 135 PIPE_FORMAT_B8G8R8A8_UNORM, tex2d); in init_tex()
|
D | tex-srgb.c | 147 ubyte tex2d[SIZE][SIZE][4]; in init_tex() local 152 tex2d[t][s][0] = 0; in init_tex() 153 tex2d[t][s][1] = s * 255 / SIZE; in init_tex() 154 tex2d[t][s][2] = t * 255 / SIZE; in init_tex() 155 tex2d[t][s][3] = 255; in init_tex() 160 PIPE_FORMAT_B8G8R8A8_UNORM, tex2d); in init_tex()
|
D | graw_util.h | 269 if (memcmp(ptr, tex2d, sizeof tex2d) != 0) { in graw_util_create_tex2d()
|
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t628/ |
D | dEQP-GLES3.functional.hasty.NotSupported.bz2 | 1dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f
2dEQP-GLES3. ... |
D | dEQP-GLES3.functional.NotSupported.bz2 | 1dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f
2dEQP-GLES3. ... |
D | gles3-master.NotSupported.bz2 | 1dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f
2dEQP-GLES3. ... |
/external/deqp/modules/gles2/functional/ |
D | es2fTextureCompletenessTests.cpp | 933 tcu::TestCaseGroup* tex2d = new tcu::TestCaseGroup(m_testCtx, "2d", "2D completeness"); in init() local 934 addChild(tex2d); in init() 939 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size", … in init() 940 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level… in init() 941 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level… in init() 942 …tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "not_positive_le… in init() 944 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init() 945 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init() 946 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init() 947 …tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init() [all …]
|
/external/autotest/client/site_tests/graphics_dEQP/expectations/rogue/ |
D | dEQP-GLES3.functional.hasty.NotSupported.bz2 | ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f
5dEQP-GLES3.functional.fbo ... |
D | dEQP-GLES3.functional.NotSupported.bz2 | ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f
5dEQP-GLES3.functional.fbo ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t604/ |
D | dEQP-GLES3.functional.hasty.NotSupported.bz2 |
|
D | gles3-master.NotSupported.bz2 | 1dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f
2dEQP-GLES3. ... |
D | dEQP-GLES3.functional.NotSupported.bz2 | 1dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f
2dEQP-GLES3. ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/skylake/ |
D | dEQP-GLES3.functional.hasty.NotSupported.bz2 | ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f
5dEQP-GLES3.functional.fbo ... |
D | gles3-master.NotSupported.bz2 | ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f
5dEQP-GLES3.functional.fbo ... |
D | dEQP-GLES3.functional.NotSupported.bz2 | ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f
5dEQP-GLES3.functional.fbo ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/haswell/ |
D | dEQP-GLES3.functional.hasty.NotSupported.bz2 | ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f
5dEQP-GLES3.functional.fbo ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/braswell/ |
D | dEQP-GLES3.functional.hasty.NotSupported.bz2 | ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f
5dEQP-GLES3.functional.fbo ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/baytrail/ |
D | dEQP-GLES3.functional.hasty.NotSupported.bz2 | ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f
5dEQP-GLES3.functional.fbo ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/ |
D | dEQP-GLES3.functional.hasty.NotSupported.bz2 | ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f
5dEQP-GLES3.functional.fbo ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/ivybridge/ |
D | dEQP-GLES3.functional.hasty.NotSupported.bz2 | ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f
5dEQP-GLES3.functional.fbo ... |