Home
last modified time | relevance | path

Searched refs:isProj (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp3389 bool isProj = false; in createImageTextureBuiltIn() local
3393 // and |isProj|. in createImageTextureBuiltIn()
3449 isProj = true; in createImageTextureBuiltIn()
3486 isProj = true; in createImageTextureBuiltIn()
3532 isProj = true; in createImageTextureBuiltIn()
3552 isProj = true; in createImageTextureBuiltIn()
3570 isProj = true; in createImageTextureBuiltIn()
3586 isProj = true; in createImageTextureBuiltIn()
3788 int drefComponent = isProj ? 2 : coordinatesChannelCount - 1; in createImageTextureBuiltIn()
3897 if (isProj) in createImageTextureBuiltIn()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp419 bool isProj = functionHasProj(function); in initShaderSources() local
423 int extraCoordComps = isProj ? (is2DProj4 ? 2 : 1) : 0; in initShaderSources()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExpression.cpp1551 bool isProj = m_type == TYPE_TEXTURE2D_PROJ || m_type == TYPE_TEXTURE2D_PROJ_LOD; in createNextChild() local
1552 int coordScalarSize = isProj ? 3 : 2; in createNextChild()
1557 if (isProj) in createNextChild()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp147 coordinates = coordinateType.componentCount - (isProj() ? 1 : 0); in ImageInstruction()
371 if(instruction.isProj()) in callSamplerFunction()
385 if(instruction.isProj()) in callSamplerFunction()
H A DSpirvShader.hpp537 bool isProj() const
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp881 bool isProj = functionHasProj(m_lookupSpec.function); in initTexture() local
884 float proj = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ2 ? 1 : m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f; in initTexture()
1252 bool isProj = functionHasProj(function); in initShaderSources() local
1263 int extraCoordComps = (isProj ? (is2DProj4 ? 2 : (is1DProj4 ? 3 : 1)) : 0) + (isShadow ? (m_textureSpec.type == TEXTURETYPE_1D ? 2 : 1) : 0); in initShaderSources()
3385 const bool isProj = functionHasProj(function);
3392 const int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp878 bool isProj = functionHasProj(m_lookupSpec.function); in initTexture() local
881 float proj = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ2 ? 1 : m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f; in initTexture()
1251 bool isProj = functionHasProj(function); in initShaderSources() local
1262 int extraCoordComps = (isProj ? (is2DProj4 ? 2 : (is1DProj4 ? 3 : 1)) : 0) + (isShadow ? (m_textureSpec.type == TEXTURETYPE_1D ? 2 : 1) : 0); in initShaderSources()
3230 const bool isProj = functionHasProj(function);
3237 const int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0);
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp747 bool isProj = functionHasProj(function); in initShaderSources() local
754 int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources()

Completed in 44 milliseconds