HomeSort by relevance Sort by last modified time
    Searched refs:MinLevel (Results 1 - 25 of 28) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tex_copy.c 82 intelImage->base.Base.TexObject->MinLevel;
intel_copy_image.c 188 src_level = src_image->Level + src_image->TexObject->MinLevel;
205 dst_level = dst_image->Level + dst_image->TexObject->MinLevel;
intel_tex.c 231 tex_image->Level + tex_image->TexObject->MinLevel,
251 tex_image->Level + tex_image->TexObject->MinLevel,
intel_tex_subimage.c 171 int level = texImage->Level + texImage->TexObject->MinLevel;
brw_sampler_state.c 523 U_FIXED(CLAMP(texObj->MinLevel + texObj->BaseLevel, 0, hw_max_lod), 1);
intel_tex_image.c 551 int level = texImage->Level + texImage->TexObject->MinLevel;
brw_wm_surface_state.c 620 .base_level = obj->MinLevel + obj->BaseLevel,
    [all...]
brw_blorp.c 675 int dst_level = dst_image->Level + dst_image->TexObject->MinLevel;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_sampler_view.c 337 unsigned ret = MIN2(stObj->base.MinLevel + stObj->base._MaxLevel,
340 ret = MIN2(ret, stObj->base.MinLevel + stObj->base.NumLevels - 1);
430 templ.u.tex.first_level = stObj->base.MinLevel + stObj->base.BaseLevel;
482 assert(stObj->base.MinLevel + stObj->base.BaseLevel ==
st_atom_image.c 100 img->u.tex.level = u->Level + stObj->base.MinLevel;
st_cb_copyimage.c 645 src_level += src_image->TexObject->MinLevel;
660 dst_level += dst_image->TexObject->MinLevel;
st_texture.c 268 level += stObj->base.MinLevel;
st_cb_texture.c     [all...]
  /external/mesa3d/src/mesa/main/
textureview.c 486 texObj->MinLevel = 0;
524 GLuint minlevel, GLuint numlevels,
543 minlevel, numlevels, minlayer, numlayers);
602 /* minlevel and minlayer are relative to the view of origtexture.
603 * If minlevel or minlayer is greater than level or layer, respectively,
606 newViewMinLevel = origTexObj->MinLevel + minlevel;
608 if (newViewMinLevel >= (origTexObj->MinLevel + origTexObj->NumLevels)) {
610 "glTextureView(new minlevel (%d) > orig minlevel (%d)
    [all...]
texparam.c     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GenericDomTreeConstruction.h 296 void runSemiNCA(DomTreeT &DT, const unsigned MinLevel = 0) {
318 if (TN && TN->getLevel() < MinLevel)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GenericDomTreeConstruction.h 296 void runSemiNCA(DomTreeT &DT, const unsigned MinLevel = 0) {
318 if (TN && TN->getLevel() < MinLevel)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GenericDomTreeConstruction.h 296 void runSemiNCA(DomTreeT &DT, const unsigned MinLevel = 0) {
318 if (TN && TN->getLevel() < MinLevel)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GenericDomTreeConstruction.h 296 void runSemiNCA(DomTreeT &DT, const unsigned MinLevel = 0) {
318 if (TN && TN->getLevel() < MinLevel)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GenericDomTreeConstruction.h 296 void runSemiNCA(DomTreeT &DT, const unsigned MinLevel = 0) {
318 if (TN && TN->getLevel() < MinLevel)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GenericDomTreeConstruction.h 296 void runSemiNCA(DomTreeT &DT, const unsigned MinLevel = 0) {
318 if (TN && TN->getLevel() < MinLevel)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GenericDomTreeConstruction.h 296 void runSemiNCA(DomTreeT &DT, const unsigned MinLevel = 0) {
318 if (TN && TN->getLevel() < MinLevel)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GenericDomTreeConstruction.h 296 void runSemiNCA(DomTreeT &DT, const unsigned MinLevel = 0) {
318 if (TN && TN->getLevel() < MinLevel)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go 190 // Cut this off safely by making minLevel sticky: once you
193 // Making minLevel smaller (more negative) would handle more
199 const MinLevel = -2
228 if i <= MinLevel {
229 return Level{value: MinLevel}
257 if l.value <= MinLevel {
258 return Level{value: MinLevel}
265 if l.value <= MinLevel {
266 return Level{value: MinLevel}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go 190 // Cut this off safely by making minLevel sticky: once you
193 // Making minLevel smaller (more negative) would handle more
199 const MinLevel = -2
228 if i <= MinLevel {
229 return Level{value: MinLevel}
257 if l.value <= MinLevel {
258 return Level{value: MinLevel}
265 if l.value <= MinLevel {
266 return Level{value: MinLevel}
    [all...]

Completed in 496 milliseconds

1 2