Home
last modified time | relevance | path

Searched defs:lodBias (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.hpp51 float lodBias; member
93 float lodBias; member
H A DvktTextureSwizzleTests.cpp201 const float lodBias = (sampleParams.flags & ReferenceParams::USE_BIAS) ? sampleParams.bias : 0.0f; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifier.hpp51 float lodBias; member
93 float lodBias; member
H A DvktTextureSwizzleTests.cpp173 const float lodBias = (sampleParams.flags & ReferenceParams::USE_BIAS) ? sampleParams.bias : 0.0f; in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp495 const char* lodBias = isVtxCase ? "a_in1" : "v_lodBias"; in initShaderSources() local
501 op << ", " << lodBias; in initShaderSources() local
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp247 TIntermTyped* lodBias = nullptr; in acceptSamplerState() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp846 const char* lodBias = isVtxCase ? "a_in1" : "v_lodShadowRef"; in initShaderSources() local
857 op << ", " << lodBias << ".y"; in initShaderSources() local
862 op << ", " << lodBias << ".x"; in initShaderSources() local
880 op << ", " << lodBias << ".x"; in initShaderSources() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp1382 void SamplerCore::computeLod(Pointer<Byte> &texture, Float &lod, Float &anisotropy, Float4 &uDelta, Float4 &vDelta, Float4 &uuuu, Float4 &vvvv, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, SamplerFunction function) in computeLod() argument
1453 void SamplerCore::computeLodCube(Pointer<Byte> &texture, Float &lod, Float4 &u, Float4 &v, Float4 &w, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, Float4 &M, SamplerFunction function) in computeLodCube() argument
1519 void SamplerCore::computeLod3D(Pointer<Byte> &texture, Float &lod, Float4 &uuuu, Float4 &vvvv, Float4 &wwww, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, SamplerFunction function) in computeLod3D() argument
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp398 float lodBias = (params.flags & ReferenceParams::USE_BIAS) ? params.bias : 0.0f; in sampleTextureNonProjected() local
434 float lodBias = (params.flags & ReferenceParams::USE_BIAS) ? params.bias : 0.0f; in sampleTextureNonProjected() local
480 float lodBias = (params.flags & ReferenceParams::USE_BIAS) ? params.bias : 0.0f; in sampleTextureProjected() local
521 float lodBias = (params.flags & ReferenceParams::USE_BIAS) ? params.bias : 0.0f; in sampleTextureProjected() local
728 float lodBias = (params.flags & ReferenceParams::USE_BIAS) ? params.bias : 0.0f; sampleTextureNonProjected() local
777 float lodBias = (params.flags & ReferenceParams::USE_BIAS) ? params.bias : 0.0f; sampleTextureNonProjected() local
823 float lodBias = (params.flags & ReferenceParams::USE_BIAS) ? params.bias : 0.0f; sampleTextureNonProjected() local
865 float lodBias = (params.flags & ReferenceParams::USE_BIAS) ? params.bias : 0.0f; sampleTextureProjected() local
946 const float lodBias = (params.flags & ReferenceParams::USE_BIAS) ? params.bias : 0.0f; sampleTextureCubeArray() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp856 const char* lodBias = isVtxCase ? "a_in1" : "v_lodBias"; in initShaderSources() local
877 op << ", int(" << lodBias << ")"; in initShaderSources() local
879 op << ", " << lodBias; in initShaderSources() local
897 op << ", " << lodBias; in initShaderSources() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp1015 float lodBias; in setSamplerState() local
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp1076 SpvId lodBias = this->writeLiteral(-0.5, *fContext.fTypes.fFloat); in writeSpecialIntrinsic() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1381 const char* lodBias = isVtxCase ? "a_in1" : "v_lodBias"; in initShaderSources() local
1404 op << ", int(" << lodBias << ")"; in initShaderSources() local
1406 op << ", " << lodBias; in initShaderSources() local
1431 op << ", " << lodBias; in initShaderSources() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1380 const char* lodBias = isVtxCase ? "a_in1" : "v_lodBias"; in initShaderSources() local
1403 op << ", int(" << lodBias << ")"; in initShaderSources() local
1405 op << ", " << lodBias; in initShaderSources() local
1430 op << ", " << lodBias; in initShaderSources() local

Completed in 58 milliseconds