Home
last modified time | relevance | path

Searched refs:srcDepth (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dtexstore.c103 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_memcpy_texture() argument
121 for (img = 0; img < srcDepth; img++) { in _mesa_memcpy_texture()
130 for (img = 0; img < srcDepth; img++) { in _mesa_memcpy_texture()
165 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_z32()
195 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_x8_z24()
225 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_z24_x8()
259 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_z16()
299 srcWidth, srcHeight, srcDepth, srcFormat, srcType, in _mesa_texstore_ycbcr()
309 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_ycbcr()
349 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_z24_s8()
[all …]
Dcopyimage.c458 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) in _mesa_CopyImageSubData() argument
479 srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData()
487 if (!prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData()
492 if (!prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
552 dstDepth = srcDepth; in _mesa_CopyImageSubData()
555 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubData()
584 for (i = 0; i < srcDepth; ++i) { in _mesa_CopyImageSubData()
Dmipmap.h36 GLint srcWidth, GLint srcHeight, GLint srcDepth,
54 GLint srcWidth, GLint srcHeight, GLint srcDepth,
Dpack.h101 int srcWidth, int srcHeight, int srcDepth,
108 int srcWidth, int srcHeight, int srcDepth,
Dtexstore.h63 GLint srcWidth, GLint srcHeight, GLint srcDepth, \
83 GLint srcWidth, GLint srcHeight, GLint srcDepth,
Dtexcompress_rgtc.c100 srcWidth, srcHeight, srcDepth, in _mesa_texstore_red_rgtc1()
153 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_red_rgtc1()
214 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rg_rgtc2()
279 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_rg_rgtc2()
Dtexcompress_s3tc.c148 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgb_dxt1()
206 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt1()
264 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt3()
321 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt5()
Dcopyimage.h43 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
Dmipmap.c1539 GLint srcWidth, GLint srcHeight, GLint srcDepth, in make_3d_mipmap() argument
1546 const GLint srcDepthNB = srcDepth - 2 * border; in make_3d_mipmap()
1560 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1; in make_3d_mipmap()
1621 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride, in make_3d_mipmap()
1625 if (srcDepth == dstDepth) { in make_3d_mipmap()
1702 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_generate_mipmap_level() argument
1730 srcWidth, srcHeight, srcDepth, in _mesa_generate_mipmap_level()
1769 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_next_mipmap_level_size() argument
1788 if ((srcDepth - 2 * border > 1) && in _mesa_next_mipmap_level_size()
1793 *dstDepth = (srcDepth - 2 * border) / 2 + 2 * border; in _mesa_next_mipmap_level_size()
[all …]
Dpack.c1568 int srcWidth, int srcHeight, int srcDepth, in _mesa_unpack_color_index_to_rgba_float() argument
1583 rgba = malloc(4 * count * srcDepth * sizeof(GLfloat)); in _mesa_unpack_color_index_to_rgba_float()
1592 for (img = 0; img < srcDepth; img++) { in _mesa_unpack_color_index_to_rgba_float()
1623 int srcWidth, int srcHeight, int srcDepth, in _mesa_unpack_color_index_to_rgba_ubyte() argument
1634 srcWidth, srcHeight, srcDepth, in _mesa_unpack_color_index_to_rgba_ubyte()
1637 count = srcWidth * srcHeight * srcDepth; in _mesa_unpack_color_index_to_rgba_ubyte()
Dtexcompress_bptc.c1298 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgba_unorm()
1609 srcWidth, srcHeight, srcDepth, in texstore_bptc_rgb_float()
1639 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgb_signed_float()
1652 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgb_unsigned_float()
Dtexcompress_fxt1.c81 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgb_fxt1()
136 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_fxt1()
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c276 GLsizei srcWidth, srcHeight, srcDepth; in _mesa_meta_GenerateMipmap() local
286 srcDepth = srcImage->Height; in _mesa_meta_GenerateMipmap()
289 srcDepth = srcImage->Depth; in _mesa_meta_GenerateMipmap()
295 dstDepth = target == GL_TEXTURE_3D ? minify(srcDepth, 1) : srcDepth; in _mesa_meta_GenerateMipmap()
299 dstDepth == srcDepth) { in _mesa_meta_GenerateMipmap()
332 srcWidth, srcHeight, srcDepth, in _mesa_meta_GenerateMipmap()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp1633 const int srcDepth = refTexture.getDepth(); in calculateLod() local
1645 const float dwdx = (trans10.z() - trans00.z()) * (float)srcDepth / dstSize.x(); in calculateLod()
1646 const float dwdy = (trans01.z() - trans00.z()) * (float)srcDepth / dstSize.y(); in calculateLod()
/external/swiftshader/include/GLES2/
Dgl2ext.h280 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
282 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
1105 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
1107 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
/external/mesa3d/include/GLES2/
Dgl2ext.h284 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
286 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
1152 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
1154 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
/external/mesa3d/include/GLES3/
Dgl32.h1724 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
1768 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl724 …stLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) argument
740 DE_UNREF(srcDepth);
/external/swiftshader/include/GL/
Dglcorearb.h2496 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
2540 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
/external/mesa3d/include/GL/
Dglcorearb.h2521 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
2565 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl583 …:GLint dstY, glw::GLint dstZ, glw::GLsizei srcWidth, glw::GLsizei srcHeight, glw::GLsizei srcDepth) argument
586 …stY << ", " << dstZ << ", " << srcWidth << ", " << srcHeight << ", " << srcDepth << ");" << TestLo…
587 …, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth);
DgluCallLogWrapperApi.inl87 …GLint dstY, glw::GLint dstZ, glw::GLsizei srcWidth, glw::GLsizei srcHeight, glw::GLsizei srcDepth);
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl655 …stLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) argument
660 …, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth);
DglwApi.inl747 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
DglwFunctionTypes.inl87 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);

12