Searched refs:cube (Results 1 – 25 of 115) sorted by relevance
12345
... dEQP-GLES2.functional.texture.filtering.cube.linear_linear_clamp_rgb888_npot 2dEQP-GLES2.functional.texture ...
40 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/demos/cube-vert.spv41 COMMAND ${GLSLANG_VALIDATOR} -s -V ${PROJECT_SOURCE_DIR}/demos/cube.vert42 COMMAND move vert.spv ${CMAKE_BINARY_DIR}/demos/cube-vert.spv43 DEPENDS cube.vert ${GLSLANG_VALIDATOR}45 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/demos/cube-frag.spv46 COMMAND ${GLSLANG_VALIDATOR} -s -V ${PROJECT_SOURCE_DIR}/demos/cube.frag47 COMMAND move frag.spv ${CMAKE_BINARY_DIR}/demos/cube-frag.spv48 DEPENDS cube.frag ${GLSLANG_VALIDATOR}50 file(COPY cube.vcxproj.user DESTINATION ${CMAKE_BINARY_DIR}/demos)62 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/demos/cube-vert.spv[all …]
41 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.base_level.level_142 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.base_level.level_243 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mag_linear44 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_linear_mag_…45 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_nearest_mag…46 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_nearest_mipmap_linear_mag…47 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_nearest_mipmap_nearest_ma…48 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…49 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.mirrored_repeat…50 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.repeat_mirrored…[all …]
2 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_filter.linear5 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_filter.linear6 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_filter.linear7 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_filter.linear8 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_filter.linear9 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_filter.linear10 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_filter.linear
542 dEQP-GLES3.functional.texture.filtering.cube.combinations.linear_mipmap_linear_linear_clamp_clamp543 dEQP-GLES3.functional.texture.filtering.cube.combinations.linear_mipmap_linear_linear_clamp_mirror544 dEQP-GLES3.functional.texture.filtering.cube.combinations.linear_mipmap_linear_linear_clamp_repeat545 dEQP-GLES3.functional.texture.filtering.cube.combinations.linear_mipmap_linear_linear_mirror_clamp546 dEQP-GLES3.functional.texture.filtering.cube.combinations.linear_mipmap_linear_linear_mirror_mirror547 dEQP-GLES3.functional.texture.filtering.cube.combinations.linear_mipmap_linear_linear_mirror_repeat548 dEQP-GLES3.functional.texture.filtering.cube.combinations.linear_mipmap_linear_linear_repeat_clamp549 dEQP-GLES3.functional.texture.filtering.cube.combinations.linear_mipmap_linear_linear_repeat_mirror550 dEQP-GLES3.functional.texture.filtering.cube.combinations.linear_mipmap_linear_linear_repeat_repeat551 dEQP-GLES3.functional.texture.filtering.cube.combinations.linear_mipmap_linear_nearest_clamp_clamp[all …]
2363 dEQP-GLES2.functional.texture.completeness.cube.empty_object2364 dEQP-GLES2.functional.texture.completeness.cube.not_positive_level_02365 dEQP-GLES2.functional.texture.completeness.cube.npot_size_level_12366 dEQP-GLES2.functional.texture.completeness.cube.npot_size_level_1_neg_x2499 dEQP-GLES2.functional.texture.filtering.cube.linear_linear_clamp_l8_npot2500 dEQP-GLES2.functional.texture.filtering.cube.linear_linear_clamp_rgb888_npot2501 dEQP-GLES2.functional.texture.filtering.cube.linear_linear_clamp_rgba4444_npot2502 dEQP-GLES2.functional.texture.filtering.cube.linear_linear_clamp_rgba8888_npot2503 dEQP-GLES2.functional.texture.filtering.cube.linear_nearest_clamp_etc12504 dEQP-GLES2.functional.texture.filtering.cube.linear_nearest_clamp_l8_npot[all …]
9 1 33.3% 33.3% LazyCompile: DrawLine 3d-cube.js:1731 2 100.0% LazyCompile: DrawLine 3d-cube.js:1732 2 100.0% LazyCompile: DrawQube 3d-cube.js:18834 1 33.3% LazyCompile: DrawLine 3d-cube.js:1735 1 100.0% LazyCompile: DrawQube 3d-cube.js:188
6 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,
26 + Creating and sampling from cube map arrays28 + Various methods for specifying cube map array contents32 + Immutable cube map arrays (TexStorage3D)37 + Rendering into cube map arrays44 Tests perform a set of API calls that create and specify cube map array
935 tcu::TestCaseGroup* cube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap completeness"); in init() local936 addChild(cube); in init()965 …cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_leve… in init()966 …cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_leve… in init()967 …cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_leve… in init()968 …cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "npot_size_leve… in init()969 …cube->addChild(new IncompleteCubeSizeCase(m_testCtx, m_context.getRenderContext(), "not_positive_l… in init()971 …cube->addChild(new IncompleteCubeFormatCase(m_testCtx, m_context.getRenderContext(), "format_misma… in init()972 …cube->addChild(new IncompleteCubeFormatCase(m_testCtx, m_context.getRenderContext(), "format_misma… in init()973 …cube->addChild(new IncompleteCubeFormatCase(m_testCtx, m_context.getRenderContext(), "format_misma… in init()[all …]
4 ; 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
13 %10 = call <4 x float> @llvm.AMDGPU.cube(<4 x float> %9)47 declare <4 x float> @llvm.AMDGPU.cube(<4 x float>) #1
687 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 …]
575 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 …]
542 cube; in AssignImageColors() local562 cube=(*cube_info); in AssignImageColors()590 AssociateAlphaPixel(image,&cube,q,&pixel); in AssignImageColors()591 node_info=cube.root; in AssignImageColors()594 id=ColorToNodeId(&cube,&pixel,index); in AssignImageColors()602 cube.target=pixel; in AssignImageColors()603 cube.distance=(double) (4.0*(QuantumRange+1.0)*(QuantumRange+1.0)+ in AssignImageColors()605 ClosestColor(image,&cube,node_info->parent); in AssignImageColors()606 index=cube.color_number; in AssignImageColors()611 if (cube.quantize_info->measure_error == MagickFalse) in AssignImageColors()[all …]
21 per{"{0} pour chaque centimetre cube"}24 per{"{0} pour chaque metre cube"}
34 TODO: document all targets. Note that both 3D and cube have restrictions149 The 6 surfaces form an imaginary cube, and sampling happens by mapping an150 input 3-vector to the point of the cube surface in that direction.154 UNIMPLEMENTED: seamless cube map sampling not supported156 UNIMPLEMENTED: cube map arrays not supported166 - 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?
41 - Construct a cube.43 /// Construct a cube widget60 - Use Affine3f to set pose of the cube.
30 + 2D and cube map textures38 4x4 grid layout is used. For cube map textures the viewport is recursively40 cube face.
33 - 2D, 2D array, cube map and 3D textures46 tested. All texture levels, faces (for cube maps) and slices (for 2D array
30293 dEQP-VK.pipeline.image.view_type.cube.format.r4g4_unorm_pack8.size.32x3230294 dEQP-VK.pipeline.image.view_type.cube.format.r4g4_unorm_pack8.size.13x1330295 dEQP-VK.pipeline.image.view_type.cube.format.r4g4b4a4_unorm_pack16.size.32x3230296 dEQP-VK.pipeline.image.view_type.cube.format.r4g4b4a4_unorm_pack16.size.13x1330297 dEQP-VK.pipeline.image.view_type.cube.format.r5g6b5_unorm_pack16.size.32x3230298 dEQP-VK.pipeline.image.view_type.cube.format.r5g6b5_unorm_pack16.size.13x1330299 dEQP-VK.pipeline.image.view_type.cube.format.r5g5b5a1_unorm_pack16.size.32x3230300 dEQP-VK.pipeline.image.view_type.cube.format.r5g5b5a1_unorm_pack16.size.13x1330301 dEQP-VK.pipeline.image.view_type.cube.format.r8_unorm.size.32x3230302 dEQP-VK.pipeline.image.view_type.cube.format.r8_unorm.size.13x13[all …]
30289 dEQP-VK.pipeline.image.view_type.cube.format.r4g4_unorm_pack8.size.32x3230290 dEQP-VK.pipeline.image.view_type.cube.format.r4g4_unorm_pack8.size.13x1330291 dEQP-VK.pipeline.image.view_type.cube.format.r4g4b4a4_unorm_pack16.size.32x3230292 dEQP-VK.pipeline.image.view_type.cube.format.r4g4b4a4_unorm_pack16.size.13x1330293 dEQP-VK.pipeline.image.view_type.cube.format.r5g6b5_unorm_pack16.size.32x3230294 dEQP-VK.pipeline.image.view_type.cube.format.r5g6b5_unorm_pack16.size.13x1330295 dEQP-VK.pipeline.image.view_type.cube.format.r5g5b5a1_unorm_pack16.size.32x3230296 dEQP-VK.pipeline.image.view_type.cube.format.r5g5b5a1_unorm_pack16.size.13x1330297 dEQP-VK.pipeline.image.view_type.cube.format.r8_unorm.size.32x3230298 dEQP-VK.pipeline.image.view_type.cube.format.r8_unorm.size.13x13[all …]
2 cout << v.cube() << endl;
4 comment this file is a cube