Home
last modified time | relevance | path

Searched +defs:py +defs:unit (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuTestLog.cpp352 int py = (w + d + h) - (x + y + z + 1); in writeImage() local
383 int py = (w + d + h) - (x + y + z + 1); in writeImage() local
487 void TestLog::writeFloat(const char *name, const char *description, const char *unit, qpKeyValueTag… in writeFloat()
497 void TestLog::writeInteger(const char *name, const char *description, const char *unit, qpKeyValueT… in writeInteger()
600 …g::writeValueInfo(const std::string &name, const std::string &description, const std::string &unit, in writeValueInfo()
/external/mesa3d/src/mesa/main/
Dtexobj.c1457 struct gl_texture_unit *unit = &ctx->Texture.Unit[u]; in unbind_texobj_from_texunits() local
1480 struct gl_image_unit *unit = &ctx->ImageUnits[i]; in unbind_texobj_from_image_units() local
1494 unbind_textures_from_unit(struct gl_context *ctx, GLuint unit) in unbind_textures_from_unit()
1671 bind_texture_object(struct gl_context *ctx, unsigned unit, in bind_texture_object()
1856 unsigned unit = texunit - GL_TEXTURE0; in _mesa_BindMultiTextureEXT() local
1886 bind_texture_unit(struct gl_context *ctx, GLuint unit, GLuint texture, in bind_texture_unit()
1926 _mesa_BindTextureUnit_no_error(GLuint unit, GLuint texture) in _mesa_BindTextureUnit_no_error()
1934 _mesa_BindTextureUnit(GLuint unit, GLuint texture) in _mesa_BindTextureUnit()
2425 int px, py, pz; in texture_page_commitment() local
/external/toybox/toys/pending/
Dfdisk.c770 unsigned long unit = (disp_unit_cyl && (g_heads * g_sectors))? g_heads * g_sectors : 1; in ask_value() local
1223 struct partition *px, *py, temp, *pj, *pjj, tmp; in fix_order() local