Searched refs:textureParams (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/
H A DGrGpu.cpp45 const GrSamplerParams& textureParams,
49 if (textureParams.isTiled() && !caps.npotTextureTileSupport() &&
56 switch (textureParams.filterMode()) {
44 isACopyNeededForTextureParams(int width, int height, const GrSamplerParams& textureParams, GrTextureProducer::CopyParams* copyParams, SkScalar scaleAdjust[2]) const argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp1838 const TextureBinding::Parameters& textureParams = textureBinding.getParameters();
1839 const bool isMSTexture = textureParams.samples != vk::VK_SAMPLE_COUNT_1_BIT;
2022 createSamplerUniform(bindingLocation, textureType, textureBinding.getParameters().initialization, texFormat, texSize, textureData, refSampler, mipLevels, arrayLayers, textureParams);
2047 TextureBinding::Parameters textureParams)
2085 textureParams.samples, // VkSampleCountFlagBits samples;
2107 DE_ASSERT(textureParams.samples == VK_SAMPLE_COUNT_1_BIT);
2130 const deUint32 baseMipLevel = textureParams.baseMipLevel;
2131 const vk::VkComponentMapping components = textureParams.componentMapping;
H A DvktShaderRender.hpp576 TextureBinding::Parameters textureParams);
H A DvktShaderRenderTextureGatherTests.cpp1164 TextureBinding::Parameters textureParams; local
1200 textureParams.componentMapping = components;
1204 textureParams.baseMipLevel = m_baseParams.baseLevel;
1206 textureBinding->setParameters(textureParams);
/external/skia/src/shaders/
H A DSkPerlinNoiseShader.cpp1363 GrSamplerParams textureParams(SkShader::TileMode::kRepeat_TileMode,
1368 textureParams, nullptr));
1372 textureParams, nullptr));
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp4305 const GrSamplerParams& textureParams,
4315 if (textureParams.isTiled() ||
4316 GrSamplerParams::kMipMap_FilterMode == textureParams.filterMode()) {
4304 onIsACopyNeededForTextureParams(GrTextureProxy* proxy, const GrSamplerParams& textureParams, GrTextureProducer::CopyParams* copyParams, SkScalar scaleAdjust[2]) const argument

Completed in 236 milliseconds