/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 61 void getPossibleCubeFaces (const Vec3& coord, const IVec3& bits, CubeFace* faces, int& numFaces) in getPossibleCubeFaces() argument 77 if (x >= ex) faces[numFaces++] = CUBEFACE_POSITIVE_X; in getPossibleCubeFaces() 78 if (x <= ex) faces[numFaces++] = CUBEFACE_NEGATIVE_X; in getPossibleCubeFaces() 82 if (y >= ey) faces[numFaces++] = CUBEFACE_POSITIVE_Y; in getPossibleCubeFaces() 83 if (y <= ey) faces[numFaces++] = CUBEFACE_NEGATIVE_Y; in getPossibleCubeFaces() 87 if (z >= ez) faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces() 88 if (z <= ez) faces[numFaces++] = CUBEFACE_NEGATIVE_Z; in getPossibleCubeFaces() 95 faces[numFaces++] = CUBEFACE_NEGATIVE_X; in getPossibleCubeFaces() 96 faces[numFaces++] = CUBEFACE_POSITIVE_X; in getPossibleCubeFaces() 101 faces[numFaces++] = CUBEFACE_NEGATIVE_Y; in getPossibleCubeFaces() [all …]
|
D | tcuTexLookupVerifier.cpp | 1443 static bool isSeamlessLinearSampleResultValid (const ConstPixelBufferAccess (&faces)[CUBEFACE_LAST], in isSeamlessLinearSampleResultValid() 1449 const int size = faces[coords.face].getWidth(); in isSeamlessLinearSampleResultValid() 1460 const TextureChannelClass texClass = getTextureChannelClass(faces[coords.face].getFormat().type); in isSeamlessLinearSampleResultValid() 1490 quad.p00 = lookup<float>(faces[c00.face], sampler, c00.s, c00.t, 0); in isSeamlessLinearSampleResultValid() 1491 quad.p10 = lookup<float>(faces[c10.face], sampler, c10.s, c10.t, 0); in isSeamlessLinearSampleResultValid() 1492 quad.p01 = lookup<float>(faces[c01.face], sampler, c01.s, c01.t, 0); in isSeamlessLinearSampleResultValid() 1493 quad.p11 = lookup<float>(faces[c11.face], sampler, c11.s, c11.t, 0); in isSeamlessLinearSampleResultValid() 1687 ConstPixelBufferAccess faces[CUBEFACE_LAST]; in isLookupResultValid() local 1688 getCubeLevelFaces(texture, 0, faces); in isLookupResultValid() 1690 if (isCubeLevelSampleResultValid(faces, sampler, sampler.magFilter, prec, faceCoords, result)) in isLookupResultValid() [all …]
|
D | tcuTexVerifierUtil.hpp | 97 void getPossibleCubeFaces (const Vec3& coord, const IVec3& bits, CubeFace* faces, int& numFaces…
|
D | tcuTexCompareVerifier.cpp | 1025 ConstPixelBufferAccess faces[CUBEFACE_LAST]; in isSeamlessLinearCompareResultValid() local 1027 faces[face] = texture.getLevelFace(levelNdx, CubeFace(face)); in isSeamlessLinearCompareResultValid() 1050 depths[0] = lookupDepthNoBorder(faces[c00.face], sampler, c00.s, c00.t); in isSeamlessLinearCompareResultValid() 1051 depths[1] = lookupDepthNoBorder(faces[c10.face], sampler, c10.s, c10.t); in isSeamlessLinearCompareResultValid() 1052 depths[2] = lookupDepthNoBorder(faces[c01.face], sampler, c01.s, c01.t); in isSeamlessLinearCompareResultValid() 1053 depths[3] = lookupDepthNoBorder(faces[c11.face], sampler, c11.s, c11.t); in isSeamlessLinearCompareResultValid() 1338 ConstPixelBufferAccess faces[CUBEFACE_LAST]; in isGatherCompareResultValid() local 1340 faces[face] = texture.getLevelFace(0, CubeFace(face)); in isGatherCompareResultValid() 1365 const float depth = lookupDepthNoBorder(faces[c.face], sampler, c.s, c.t); in isGatherCompareResultValid()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboStateQueryTests.cpp | 187 const GLenum faces[] = in test() local 194 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(faces); ++ndx) in test() 195 glTexImage2D(faces[ndx], 0, GL_RGB, 64, 64, 0, GL_RGB, GL_UNSIGNED_BYTE, DE_NULL); in test() 198 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(faces); ++ndx) in test() 200 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, faces[ndx], textureID, 0); in test() 201 …ram(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, faces[ndx]); in test()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Meshes.cpp | 97 …ld(const std::vector<std::array<float, 6>> &vertices, const std::vector<std::array<int, 3>> &faces) in build() argument 106 faces_.reserve(faces.size()); in build() 107 for (const auto &f : faces) in build() 176 const std::vector<std::array<int, 3>> faces = { in BuildPyramid() local 185 mesh.build(vertices, faces); in BuildPyramid() 259 std::vector<Mesh::Face> faces; in tessellate() local 260 faces.reserve(final_face_count); in tessellate() 277 faces.emplace_back(Mesh::Face{ v0, v01, v20 }); in tessellate() 278 faces.emplace_back(Mesh::Face{ v1, v12, v01 }); in tessellate() 279 faces.emplace_back(Mesh::Face{ v2, v20, v12 }); in tessellate() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.c | 140 lvl->faces[face].offset = *curOffset; in compute_tex_image_offset() 147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset); in compute_tex_image_offset() 166 for(face = 0; face < mt->faces; face++) { in calculate_miptree_layout() 201 mt->faces = _mesa_num_tex_faces(target); in radeon_miptree_create() 394 return (mt->levels[level].faces[face].offset); in radeon_miptree_image_offset() 396 return mt->levels[level].faces[0].offset; in radeon_miptree_image_offset() 420 dest = mt->bo->ptr + dstlvl->faces[face].offset; in migrate_image_to_miptree() 438 image->mt->bo->ptr + srclvl->faces[face].offset, in migrate_image_to_miptree() 572 const unsigned faces = _mesa_num_tex_faces(texObj->Target); in radeon_validate_texture_miptree() local 576 for (face = 0; face < faces; ++face) { in radeon_validate_texture_miptree()
|
D | radeon_mipmap_tree.h | 48 radeon_mipmap_image faces[6]; member 70 GLuint faces; /** # of faces: 6 for cubemaps, 1 otherwise */ member
|
D | radeon_texture.c | 171 image->base.Map = image->mt->bo->ptr + lvl->faces[image->base.Base.Face].offset; in teximage_set_map_data() 255 base = mt->bo->ptr + lvl->faces[image->base.Base.Face].offset; in radeon_map_texture_image() 729 image->base.Map = mt->bo->ptr + lvl->faces[face].offset; in radeon_swrast_map_image()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.c | 140 lvl->faces[face].offset = *curOffset; in compute_tex_image_offset() 147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset); in compute_tex_image_offset() 166 for(face = 0; face < mt->faces; face++) { in calculate_miptree_layout() 201 mt->faces = _mesa_num_tex_faces(target); in radeon_miptree_create() 394 return (mt->levels[level].faces[face].offset); in radeon_miptree_image_offset() 396 return mt->levels[level].faces[0].offset; in radeon_miptree_image_offset() 420 dest = mt->bo->ptr + dstlvl->faces[face].offset; in migrate_image_to_miptree() 438 image->mt->bo->ptr + srclvl->faces[face].offset, in migrate_image_to_miptree() 572 const unsigned faces = _mesa_num_tex_faces(texObj->Target); in radeon_validate_texture_miptree() local 576 for (face = 0; face < faces; ++face) { in radeon_validate_texture_miptree()
|
D | radeon_mipmap_tree.h | 48 radeon_mipmap_image faces[6]; member 70 GLuint faces; /** # of faces: 6 for cubemaps, 1 otherwise */ member
|
/external/skia/tests/ |
D | FontObjTest.cpp | 45 static const char* const faces[] = { in test_cachedfont() local 80 for (size_t i = 0; i < SK_ARRAY_COUNT(faces); i++) { in test_cachedfont() 81 paint.setTypeface(SkTypeface::MakeFromName(faces[i], SkFontStyle())); in test_cachedfont()
|
D | FontHostTest.cpp | 245 static const char* const faces[] = { in test_advances() local 280 for (size_t i = 0; i < SK_ARRAY_COUNT(faces); i++) { in test_advances() 281 paint.setTypeface(SkTypeface::MakeFromName(faces[i], SkFontStyle())); in test_advances()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texture.c | 250 const GLuint faces = _mesa_num_tex_faces(texObj->Target); in _swrast_map_texture() local 253 for (face = 0; face < faces; face++) { in _swrast_map_texture() 271 const GLuint faces = _mesa_num_tex_faces(texObj->Target); in _swrast_unmap_texture() local 274 for (face = 0; face < faces; face++) { in _swrast_unmap_texture()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1477 …lter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_l… in mip_filter_linear() 1480 …samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], texture->last_level, samp->faces[j], tgsi_sam… in mip_filter_linear() 1487 …samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], level0, samp->faces[j], tgsi_sampler_lod_bi… in mip_filter_linear() 1488 …samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], level0+1, samp->faces[j], tgsi_sampler_lod_bi… in mip_filter_linear() 1532 …lter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_l… in mip_filter_nearest() 1536 …samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], level, samp->faces[j], tgsi_sampler_lod_bias,… in mip_filter_nearest() 1570 …lter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_l… in mip_filter_none() 1573 …lter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_l… in mip_filter_none() 1592 …lter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_l… in mip_filter_none_no_filter_select() 1745 … samp->min_img_filter(tgsi_sampler, s_buffer[jj], t_buffer[jj], p[jj], level, samp->faces[j], in img_filter_2d_ewa() [all …]
|
D | sp_tex_sample.h | 111 unsigned faces[TGSI_QUAD_SIZE]; member
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.c | 271 SVGA3dSurfaceFace **faces, // OUT in SVGA3D_BeginDefineSurface() argument 287 *faces = &cmd->face[0]; in SVGA3D_BeginDefineSurface() 290 memset(*faces, 0, sizeof **faces * SVGA3D_MAX_SURFACE_FACES); in SVGA3D_BeginDefineSurface() 322 SVGA3dSurfaceFace *faces; in SVGA3D_DefineSurface2D() local 326 sid, 0, format, &faces, &mipSizes, 1); in SVGA3D_DefineSurface2D() 330 faces[0].numMipLevels = 1; in SVGA3D_DefineSurface2D()
|
/external/opencv/ |
D | cvjni.cpp | 629 bool highlightFaces(IplImage *sourceImage, CvSeq *faces, double scale = 1.0) { in highlightFaces() argument 630 if (faces == 0 || faces->total <= 0) { in highlightFaces() 637 for (int i = 0; i < faces->total; i++) { in highlightFaces() 638 face = (CvRect*)cvGetSeqElem(faces, i); in highlightFaces()
|
/external/freetype/src/cache/ |
D | ftcmanag.h | 104 FTC_MruListRec faces; member
|
/external/harfbuzz_ng/docs/ |
D | Makefile.am | 77 usermanual-fonts-and-faces.xml \
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifier.cpp | 176 int faces[3] = {arrayFace, 0, 0}; in fetchTexel() local 182 faces[1], in fetchTexel() 183 faces[2], in fetchTexel() 194 int cornerLayer = faces[ndx] + arrayLayer * 6; in fetchTexel()
|
/external/mesa3d/src/gallium/docs/source/ |
D | glossary.rst | 27 3D textures have zslices, cube maps have faces, 1D and 2D array textures
|
/external/deqp/modules/egl/ |
D | teglImageUtil.cpp | 305 static const GLenum faces[] = in initTexture() local 315 for (int faceNdx = 0; faceNdx < DE_LENGTH_OF_ARRAY(faces); faceNdx++) in initTexture() 316 …GLU_CHECK_GLW_CALL(gl, texImage2D(faces[faceNdx], 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, … in initTexture()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.specification.txt | 46 tested. All texture levels, faces (for cube maps) and slices (for 2D array
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.texture.cube_map_array.txt | 46 Specification tests go through all levels, faces, and layers.
|