Home
last modified time | relevance | path

Searched defs:bias (Results 126 - 150 of 202) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DContext.cpp333 void Context::setGlobalMipmapBias(float bias) in setGlobalMipmapBias() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.cpp154 bool bias = instruction->bias; in applyShader() local
748 Vector4f PixelProgram::sampleTexture(const Src &sampler, Vector4f &uvwq, Float4 &bias, Vector4f &dsx, Vector4f &dsy, Vector4f &offset, SamplerFunction function) in sampleTexture() argument
782 Vector4f PixelProgram::sampleTexture(int samplerIndex, Vector4f &uvwq, Float4 &bias, Vector4f &dsx, Vector4f &dsy, Vector4f &offset, SamplerFunction function) in sampleTexture() argument
1252 void PixelProgram::TEX(Vector4f &dst, Vector4f &src0, const Src &src1, bool project, bool bias) in TEX() argument
1280 TEXBIAS(Vector4f &dst, Vector4f &src0, const Src &src1, Float4 &bias) TEXBIAS() argument
1285 TEXOFFSETBIAS(Vector4f &dst, Vector4f &src0, const Src &src1, Vector4f &offset, Float4 &bias) TEXOFFSETBIAS() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff-common.hh524 int bias; member
/third_party/python/Modules/
H A Daudioop.c1140 audioop_bias_impl(PyObject *module, Py_buffer *fragment, int width, int bias) in audioop_bias_impl() argument
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp671 SkScalar gain, bias; in make_fuzz_imageFilter() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp902 log << TestLog::Image(string("MinBoundImage_") + de::toString(i), string("MinBoundImage_") + de::toString(i), minImages[i].getAccess(), scale, bias); in textureConversionTest() local
903 log << TestLog::Image(string("MaxBoundImage_") + de::toString(i), string("MaxBoundImage_") + de::toString(i), maxImages[i].getAccess(), scale, bias); in textureConversionTest() local
907 log << TestLog::Image(string("MinMidpointBoundImage_") + de::toString(i), string("MinMidpointBoundImage_") + de::toString(i), minMidpointImages[i].getAccess(), scale, bias); in textureConversionTest() local
908 log << TestLog::Image(string("MaxMidpointBoundImage_") + de::toString(i), string("MaxMidpointBoundImage_") + de::toString(i), maxMidpointImages[i].getAccess(), scale, bias); in textureConversionTest() local
911 log << TestLog::Image(string("ResultImage_") + de::toString(i), string("ResultImage_") + de::toString(i), resImages[i].getAccess(), scale, bias); textureConversionTest() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTestLog.cpp97 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& access, const Vec4& scale, const Vec4& bias, qpImageCompressionMode compression) in LogImage() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp166 tcu::Vec4 bias; member
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcook.c428 int exp_idx, bias, tmpbias1, tmpbias2, bits_left, num_bits, index, v, i, j; in categorize() local
H A Droqvideoenc.c220 int bias = (k ? CHROMA_BIAS : 4); in block_sse() local
262 int bias = (cp ? CHROMA_BIAS : 4); in squared_diff_macroblock() local
H A Dsnowenc.c1244 static void quantize(SnowContext *s, SubBand *b, IDWTELEM *dst, DWTELEM *src, int stride, int bias){ in quantize() argument
/third_party/elfutils/src/
H A Dunstrip.c842 collect_symbols(Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn, const size_t nent, const GElf_Addr bias, const size_t scnmap[], struct symbol *table, size_t *map, struct section *split_bss) collect_symbols() argument
993 find_alloc_section(const GElf_Shdr *shdr, GElf_Addr bias, const char *name, struct section sections[], size_t nalloc) find_alloc_section() argument
1088 find_alloc_sections_prelink(Elf *debug, Elf_Data *debug_shstrtab, Elf *main, const GElf_Ehdr *main_ehdr, Elf_Data *main_shstrtab, GElf_Addr bias, struct section *sections, size_t nalloc, size_t nsections) find_alloc_sections_prelink() argument
1386 copy_elided_sections(Elf *unstripped, Elf *stripped, const GElf_Ehdr *stripped_ehdr, GElf_Addr bias) copy_elided_sections() argument
2150 GElf_Addr bias = 0; handle_file() local
2295 GElf_Addr bias; handle_dwfl_module() local
2390 GElf_Addr bias; handle_output_dir_module() local
2413 GElf_Addr bias; list_module() local
2476 GElf_Addr bias; match_module() local
[all...]
H A Dnm.c1217 Dwarf_Addr bias; in getdbg_dwflmod() local
/third_party/ffmpeg/libavfilter/
H A Dvf_nnedi.c208 dot_dsp(const NNEDIContext *const s, const float *kernel, const float *input, int n, float scale, float bias) dot_dsp() argument
/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c346 const int bias = 0x8000; in yuv2planeX_16_vsx() local
[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.h548 Id bias; member
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h406 LLVMValueRef bias; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp907 Value *bias = i->getSrc(i->tex.target.getArgCount()); in handleTXB() local
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c1866 float bias = bias_int + bias_frac; in print_texture_word() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp355 verifyConstantDerivate(tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask, glu::DataType dataType, const tcu::Vec4& reference, const tcu::Vec4& threshold, const tcu::Vec4& scale, const tcu::Vec4& bias, VerificationLogging logPolicy = LOG_ALL) verifyConstantDerivate() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp63 float bias; //!< User-supplied bias. member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp900 TIntermTyped *bias = (*arguments)[2]->getAsTyped()->deepCopy(); in convertBuiltinFunction() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp180 tcu::Vec4 bias; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp86 Float bias = state.mipLodBias; in sampleTexture() local
H A DShaderCore.cpp596 SIMD::UInt bias = normal & SIMD::UInt(0xC8000000); in floatToHalfBits() local

Completed in 53 milliseconds

123456789