HomeSort by relevance Sort by last modified time
    Searched refs:lod (Results 76 - 100 of 141) sorted by null

1 2 34 5 6

  /frameworks/native/opengl/libagl/
primitives.cpp 699 // lod = log2( rho )
700 // lod = log2( texelArea / area ) / 2
701 // lod = (log2( texelArea ) - log2( area )) / 2
711 int lod = (log2TArea - log2Area + 1) >> 1; local
712 return lod;
735 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2); local
737 &c->textures.tmu[i].texture->mip(lod));
792 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2); local
794 &c->textures.tmu[i].texture->mip(lod));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_clone.cpp 256 new_tex->lod_info.lod = this->lod_info.lod->clone(mem_ctx, ht);
opt_tree_grafting.cpp 284 if (do_graft(&ir->lod_info.lod))
ir_hv_accept.cpp 225 s = this->lod_info.lod->accept(v);
  /external/mesa3d/src/glsl/
ir_clone.cpp 256 new_tex->lod_info.lod = this->lod_info.lod->clone(mem_ctx, ht);
opt_tree_grafting.cpp 284 if (do_graft(&ir->lod_info.lod))
ir_hv_accept.cpp 225 s = this->lod_info.lod->accept(v);
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 682 tcu::Vec2 lod; member in struct:deqp::gles3::Functional::Texture2DArrayFilteringCase::FilterCase
693 , lod (lod_)
848 m_testCtx.getLog() << TestLog::Message << "Approximate lod per axis = " << curCase.lod << ", offset = " << curCase.offset << TestLog::EndMessage;
851 const float lodX = curCase.lod.x();
852 const float lodY = curCase.lod.y();
948 tcu::Vec3 lod; member in struct:deqp::gles3::Functional::Texture3DFilteringCase::FilterCase
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 166 /** Obtain texture min lod (returns float) */
171 /** Obtain texture max lod (returns float) */
176 /** Obtain texture lod bias (returns float) */
335 LLVMValueRef lod,
lp_bld_sample_soa.c 1567 LLVMValueRef lod; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.h 114 const int lod[TGSI_QUAD_SIZE], const int8_t offset[3],
tgsi_exec.c 1755 const union tgsi_exec_channel *lod = &ZeroVec; local
2103 const union tgsi_exec_channel *lod = &ZeroVec; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 166 /** Obtain texture min lod (returns float) */
171 /** Obtain texture max lod (returns float) */
176 /** Obtain texture lod bias (returns float) */
335 LLVMValueRef lod,
lp_bld_sample_soa.c 1567 LLVMValueRef lod; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 114 const int lod[TGSI_QUAD_SIZE], const int8_t offset[3],
  /frameworks/rs/scriptc/
rs_allocation.rsh 62 * Query an allocation for the presence of more than one LOD.
64 * @return uint32_t Returns 1 if more than one LOD is present, 0 otherwise.
256 * @param lod mip level to sample from, for fractional values
261 rsSample(rs_allocation a, rs_sampler s, float location, float lod);
277 * @param lod mip level to sample from, for fractional values
282 rsSample(rs_allocation a, rs_sampler s, float2 location, float lod);
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 62 * Query an allocation for the presence of more than one LOD.
64 * @return uint32_t Returns 1 if more than one LOD is present, 0 otherwise.
256 * @param lod mip level to sample from, for fractional values
261 rsSample(rs_allocation a, rs_sampler s, float location, float lod);
277 * @param lod mip level to sample from, for fractional values
282 rsSample(rs_allocation a, rs_sampler s, float2 location, float lod);
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_allocation.rsh 62 * Query an allocation for the presence of more than one LOD.
64 * @return uint32_t Returns 1 if more than one LOD is present, 0 otherwise.
256 * @param lod mip level to sample from, for fractional values
261 rsSample(rs_allocation a, rs_sampler s, float location, float lod);
277 * @param lod mip level to sample from, for fractional values
282 rsSample(rs_allocation a, rs_sampler s, float2 location, float lod);
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 1650 ExecConstValueAccess lod = m_lodBiasExpr->getValue(); local
1683 ExecConstValueAccess lod = m_lodBiasExpr->getValue(); local
1717 ExecConstValueAccess lod = m_lodBiasExpr->getValue(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 1929 GLfloat lod; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 1929 GLfloat lod; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 1857 src_reg lod, dPdx, dPdy; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 1857 src_reg lod, dPdx, dPdy; local
    [all...]
  /frameworks/rs/cpp/
rsDispatch.h 88 typedef void * (*AllocationGetPointerFnPtr) (RsContext, RsAllocation, uint32_t lod, RsAllocationCubemapFace face, uint32_t z, uint32_t array, size_t *stride);

Completed in 1090 milliseconds

1 2 34 5 6