Home
last modified time | relevance | path

Searched refs:cube (Results 1 – 25 of 99) sorted by relevance

1234

/external/qemu/distrib/sdl-1.2.15/test/
Dtestgl.c469 float cube[8][3]= {{ 0.5, 0.5, -0.5}, in RunGLTest() local
624 glVertex3fv(cube[0]); in RunGLTest()
626 glVertex3fv(cube[1]); in RunGLTest()
628 glVertex3fv(cube[2]); in RunGLTest()
630 glVertex3fv(cube[3]); in RunGLTest()
633 glVertex3fv(cube[3]); in RunGLTest()
635 glVertex3fv(cube[4]); in RunGLTest()
637 glVertex3fv(cube[7]); in RunGLTest()
639 glVertex3fv(cube[2]); in RunGLTest()
642 glVertex3fv(cube[0]); in RunGLTest()
[all …]
/external/chromium_org/third_party/sqlite/src/test/
Dloadext2.test42 SELECT cube(2)
44 } {1 {no such function: cube}}
57 SELECT cube(2)
59 } {1 {no such function: cube}}
72 SELECT cube(2)
87 SELECT cube(2)
103 SELECT cube(2)
105 } {1 {no such function: cube}}
107 # Register only the cube() function.
119 SELECT cube(2)
[all …]
/external/chromium_org/net/quic/congestion_control/
Dcube_root_test.cc20 uint64 cube = i * i * i; in TEST_F() local
21 uint8 cube_root = CubeRoot::Root(cube); in TEST_F()
30 uint64 cube = i * i * i; in TEST_F() local
31 uint32 cube_root = CubeRoot::Root(cube); in TEST_F()
38 uint64 cube = i * i * i; in TEST_F() local
39 uint32 cube_root = CubeRoot::Root(cube); in TEST_F()
/external/chromium_org/v8/test/mjsunit/tools/
Dtickprocessor-test.func-info9 1 33.3% 33.3% LazyCompile: DrawLine 3d-cube.js:17
28 2 100.0% LazyCompile: DrawLine 3d-cube.js:17
29 2 100.0% LazyCompile: DrawQube 3d-cube.js:188
31 1 33.3% LazyCompile: DrawLine 3d-cube.js:17
32 1 100.0% LazyCompile: DrawQube 3d-cube.js:188
Dtickprocessor-test-func-info.log6 code-creation,LazyCompile,0,0x2a8100,18535,"DrawQube 3d-cube.js:188",0xf43abcac,
7 code-creation,LazyCompile,0,0x480100,3908,"DrawLine 3d-cube.js:17",0xf43abc50,
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree9.test28 SELECT * FROM rt WHERE id MATCH cube(0, 0, 0, 2, 2, 2);
31 SELECT * FROM rt WHERE id MATCH cube(3, 3, 3, 2, 2, 2);
45 SELECT id FROM rt WHERE id MATCH cube(2.5, 2.5, 2.5, 1, 1, 1) ORDER BY id;
48 SELECT id FROM rt WHERE id MATCH cube(5.5, 5.5, 5.5, 1, 1, 1) ORDER BY id;
62 SELECT id FROM rt32 WHERE id MATCH cube(3, 3, 3, 1, 1, 1) ORDER BY id;
65 SELECT id FROM rt32 WHERE id MATCH cube(5.5, 5.5, 5.5, 1, 1, 1) ORDER BY id;
70 SELECT id FROM rt32 WHERE id MATCH cube(5.5, 5.5, 1, 1, 1) ORDER BY id;
79 (cube(5.5, 5.5, 5.5, 1, 1, 1) || X'1234567812345678') AS blob
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.cube_map_array.txt26 + Creating and sampling from cube map arrays
28 + Various methods for specifying cube map array contents
32 + Immutable cube map arrays (TexStorage3D)
37 + Rendering into cube map arrays
44 Tests perform a set of API calls that create and specify cube map array
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
DMakefile56 PROJECTS = earth voronoi life bullet lua smoothlife cube
166 cube_SRC_DIR = cube
167 cube_TGT_DIR = cube/pnacl/Release
168 cube_SRCS = $(cube_SRC_DIR)/cube.cc \
174 cube_TGTS = $(cube_TGT_DIR)/cube.pexe \
175 $(cube_TGT_DIR)/cube.nmf
178 $(MAKE) -C cube TOOLCHAIN=pnacl CONFIG=Release
/external/llvm/test/CodeGen/R600/
Dllvm.AMDGPU.cube.ll4 ; CHECK: @cube
9 define void @cube() #0 {
26 %15 = call <4 x float> @llvm.AMDGPU.cube(<4 x float> %14)
47 declare <4 x float> @llvm.AMDGPU.cube(<4 x float>) #1
Dr600-infinite-loop-bug-while-reorganizing-vector.ll14 %10 = call <4 x float> @llvm.AMDGPU.cube(<4 x float> %9)
48 declare <4 x float> @llvm.AMDGPU.cube(<4 x float>) #1
/external/deqp/modules/gles2/functional/
Des2fTextureCompletenessTests.cpp931 tcu::TestCaseGroup* cube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap completeness"); in init() local
932 addChild(cube); in init()
961cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_leve… in init()
962cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_leve… in init()
963cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_leve… in init()
964cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_leve… in init()
965cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "not_positive_l… in init()
967cube->addChild(new IncompleteCubeFormatCase(m_testCtx, m_context.getRenderContext(), "format_misma… in init()
968cube->addChild(new IncompleteCubeFormatCase(m_testCtx, m_context.getRenderContext(), "format_misma… in init()
969cube->addChild(new IncompleteCubeFormatCase(m_testCtx, m_context.getRenderContext(), "format_misma… in init()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c687 ALLOC_STATE( cube[0], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-0", 0 ); in r200InitState()
688 ALLOC_STATE( cube[1], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-1", 1 ); in r200InitState()
689 ALLOC_STATE( cube[2], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-2", 2 ); in r200InitState()
690 ALLOC_STATE( cube[3], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-3", 3 ); in r200InitState()
691 ALLOC_STATE( cube[4], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-4", 4 ); in r200InitState()
692 ALLOC_STATE( cube[5], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-5", 5 ); in r200InitState()
694 rmesa->hw.cube[i].emit = cube_emit_cs; in r200InitState()
695 rmesa->hw.cube[i].check = check_tex_cube_cs; in r200InitState()
786 rmesa->hw.cube[0].cmd[CUBE_CMD_0] = cmdpkt(rmesa, R200_EMIT_PP_CUBIC_FACES_0); in r200InitState()
787 rmesa->hw.cube[0].cmd[CUBE_CMD_1] = cmdpkt(rmesa, R200_EMIT_PP_CUBIC_OFFSETS_0); in r200InitState()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
Dr200_state_init.c687 ALLOC_STATE( cube[0], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-0", 0 ); in r200InitState()
688 ALLOC_STATE( cube[1], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-1", 1 ); in r200InitState()
689 ALLOC_STATE( cube[2], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-2", 2 ); in r200InitState()
690 ALLOC_STATE( cube[3], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-3", 3 ); in r200InitState()
691 ALLOC_STATE( cube[4], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-4", 4 ); in r200InitState()
692 ALLOC_STATE( cube[5], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-5", 5 ); in r200InitState()
694 rmesa->hw.cube[i].emit = cube_emit_cs; in r200InitState()
695 rmesa->hw.cube[i].check = check_tex_cube_cs; in r200InitState()
786 rmesa->hw.cube[0].cmd[CUBE_CMD_0] = cmdpkt(rmesa, R200_EMIT_PP_CUBIC_FACES_0); in r200InitState()
787 rmesa->hw.cube[0].cmd[CUBE_CMD_1] = cmdpkt(rmesa, R200_EMIT_PP_CUBIC_OFFSETS_0); in r200InitState()
[all …]
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
DMakefile13 TARGET = cube
18 cube.cc \
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c575 ALLOC_STATE_IDX( cube[0], cube0_mm, CUBE_STATE_SIZE, "CUBE/cube-0", 0, 0 ); in radeonInitState()
576 ALLOC_STATE_IDX( cube[1], cube1_mm, CUBE_STATE_SIZE, "CUBE/cube-1", 0, 1 ); in radeonInitState()
577 ALLOC_STATE_IDX( cube[2], cube2_mm, CUBE_STATE_SIZE, "CUBE/cube-2", 0, 2 ); in radeonInitState()
579 rmesa->hw.cube[i].emit = cube_emit_cs; in radeonInitState()
605 rmesa->hw.cube[0].cmd[CUBE_CMD_0] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_FACES_0); in radeonInitState()
606 rmesa->hw.cube[0].cmd[CUBE_CMD_1] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_OFFSETS_T0); in radeonInitState()
607 rmesa->hw.cube[1].cmd[CUBE_CMD_0] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_FACES_1); in radeonInitState()
608 rmesa->hw.cube[1].cmd[CUBE_CMD_1] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_OFFSETS_T1); in radeonInitState()
609 rmesa->hw.cube[2].cmd[CUBE_CMD_0] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_FACES_2); in radeonInitState()
610 rmesa->hw.cube[2].cmd[CUBE_CMD_1] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_OFFSETS_T2); in radeonInitState()
[all …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c575 ALLOC_STATE_IDX( cube[0], cube0_mm, CUBE_STATE_SIZE, "CUBE/cube-0", 0, 0 ); in radeonInitState()
576 ALLOC_STATE_IDX( cube[1], cube1_mm, CUBE_STATE_SIZE, "CUBE/cube-1", 0, 1 ); in radeonInitState()
577 ALLOC_STATE_IDX( cube[2], cube2_mm, CUBE_STATE_SIZE, "CUBE/cube-2", 0, 2 ); in radeonInitState()
579 rmesa->hw.cube[i].emit = cube_emit_cs; in radeonInitState()
605 rmesa->hw.cube[0].cmd[CUBE_CMD_0] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_FACES_0); in radeonInitState()
606 rmesa->hw.cube[0].cmd[CUBE_CMD_1] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_OFFSETS_T0); in radeonInitState()
607 rmesa->hw.cube[1].cmd[CUBE_CMD_0] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_FACES_1); in radeonInitState()
608 rmesa->hw.cube[1].cmd[CUBE_CMD_1] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_OFFSETS_T1); in radeonInitState()
609 rmesa->hw.cube[2].cmd[CUBE_CMD_0] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_FACES_2); in radeonInitState()
610 rmesa->hw.cube[2].cmd[CUBE_CMD_1] = cmdpkt(rmesa, RADEON_EMIT_PP_CUBIC_OFFSETS_T2); in radeonInitState()
[all …]
/external/mesa3d/src/gallium/docs/source/
Dresources.rst34 TODO: document all targets. Note that both 3D and cube have restrictions
149 The 6 surfaces form an imaginary cube, and sampling happens by mapping an
150 input 3-vector to the point of the cube surface in that direction.
154 UNIMPLEMENTED: seamless cube map sampling not supported
156 UNIMPLEMENTED: cube map arrays not supported
166 - Seamless cube maps require GL 3.2 or GL_ARB_seamless_cube_map or GL_AMD_seamless_cubemap_per_text…
173 - TODO: are (non)seamless cube maps supported in D3D11? how?
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Dresources.rst34 TODO: document all targets. Note that both 3D and cube have restrictions
149 The 6 surfaces form an imaginary cube, and sampling happens by mapping an
150 input 3-vector to the point of the cube surface in that direction.
154 UNIMPLEMENTED: seamless cube map sampling not supported
156 UNIMPLEMENTED: cube map arrays not supported
166 - Seamless cube maps require GL 3.2 or GL_ARB_seamless_cube_map or GL_AMD_seamless_cubemap_per_text…
173 - TODO: are (non)seamless cube maps supported in D3D11? how?
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.mipmap.txt30 + 2D and cube map textures
38 4x4 grid layout is used. For cube map textures the viewport is recursively
40 cube face.
Dfunctional.texture.specification.txt33 - 2D, 2D array, cube map and 3D textures
46 tested. All texture levels, faces (for cube maps) and slices (for 2D array
/external/eigen/doc/snippets/
DCwise_cube.cpp2 cout << v.cube() << endl;
/external/chromium_org/third_party/angle/tests/deqp_tests/
Ddeqp_tests.txt28 dEQP-GLES3.functional.texture.mipmap.cube.projected.*
29 dEQP-GLES3.functional.texture.mipmap.cube.bias.*
/external/eigen/bench/
Dvdw_new.cpp25 .cwise().cube() in E_VDW()
/external/deqp/doc/
Dgles3-test-case-resolutions.txt42 dEQP-GLES3.functional.texture.filtering.cube.* 168x112 168x112
46 dEQP-GLES3.functional.texture.mipmap.cube.* 128x128 128x128
50 dEQP-GLES3.functional.texture.shadow.cube.* 84x56 168x112
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
DLIST1 3d-cube

1234