Home
last modified time | relevance | path

Searched refs:tex2d (Results 1 – 25 of 48) sorted by relevance

12

/external/mesa3d/src/gallium/tests/graw/
Dquad-tex.c121 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 …]
Dquad-sample.c169 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 …]
Dfs-test.c295 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 …]
Dvs-test.c246 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 …]
Dgs-test.c359 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 …]
Dtex-swizzle.c122 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()
Dtex-srgb.c147 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()
Dgraw_util.h269 if (memcmp(ptr, tex2d, sizeof tex2d) != 0) { in graw_util_create_tex2d()
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t628/
DdEQP-GLES3.functional.hasty.NotSupported.bz21dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f 2dEQP-GLES3. ...
DdEQP-GLES3.functional.NotSupported.bz21dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f 2dEQP-GLES3. ...
Dgles3-master.NotSupported.bz21dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f 2dEQP-GLES3. ...
/external/deqp/modules/gles2/functional/
Des2fTextureCompletenessTests.cpp933 tcu::TestCaseGroup* tex2d = new tcu::TestCaseGroup(m_testCtx, "2d", "2D completeness"); in init() local
934 addChild(tex2d); in init()
939tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size", … in init()
940tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level… in init()
941tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_level… in init()
942tex2d->addChild(new Incomplete2DSizeCase(m_testCtx, m_context.getRenderContext(), "not_positive_le… in init()
944tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
945tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
946tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
947tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismat… in init()
[all …]
/external/autotest/client/site_tests/graphics_dEQP/expectations/rogue/
DdEQP-GLES3.functional.hasty.NotSupported.bz2 ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f 5dEQP-GLES3.functional.fbo ...
DdEQP-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/
DdEQP-GLES3.functional.hasty.NotSupported.bz2
Dgles3-master.NotSupported.bz21dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f 2dEQP-GLES3. ...
DdEQP-GLES3.functional.NotSupported.bz21dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f 2dEQP-GLES3. ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/skylake/
DdEQP-GLES3.functional.hasty.NotSupported.bz2 ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f 5dEQP-GLES3.functional.fbo ...
Dgles3-master.NotSupported.bz2 ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f 5dEQP-GLES3.functional.fbo ...
DdEQP-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/
DdEQP-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/
DdEQP-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/
DdEQP-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/
DdEQP-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/
DdEQP-GLES3.functional.hasty.NotSupported.bz2 ... functional.fbo.color.repeated_clear.blit.tex2d.rgb16f 5dEQP-GLES3.functional.fbo ...

12