Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpu.cpp45 const GrSamplerParams& textureParams, in isACopyNeededForTextureParams() argument
49 if (textureParams.isTiled() && !caps.npotTextureTileSupport() && in isACopyNeededForTextureParams()
56 switch (textureParams.filterMode()) { in isACopyNeededForTextureParams()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1838 const TextureBinding::Parameters& textureParams = textureBinding.getParameters(); in useSampler() local
1839 const bool isMSTexture = textureParams.samples != vk::VK_SAMPLE_COUNT_1_BIT; in useSampler()
2022 …nitialization, texFormat, texSize, textureData, refSampler, mipLevels, arrayLayers, textureParams); in useSampler()
2047 TextureBinding::Parameters textureParams) in createSamplerUniform() argument
2085 textureParams.samples, // VkSampleCountFlagBits samples; in createSamplerUniform()
2107 DE_ASSERT(textureParams.samples == VK_SAMPLE_COUNT_1_BIT); in createSamplerUniform()
2130 const deUint32 baseMipLevel = textureParams.baseMipLevel; in createSamplerUniform()
2131 const vk::VkComponentMapping components = textureParams.componentMapping; in createSamplerUniform()
DvktShaderRender.hpp576 TextureBinding::Parameters textureParams);
DvktShaderRenderTextureGatherTests.cpp1164 TextureBinding::Parameters textureParams; in init() local
1200 textureParams.componentMapping = components; in init()
1204 textureParams.baseMipLevel = m_baseParams.baseLevel; in init()
1206 textureBinding->setParameters(textureParams); in init()
/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp1363 GrSamplerParams textureParams(SkShader::TileMode::kRepeat_TileMode, in asFragmentProcessor() local
1368 textureParams, nullptr)); in asFragmentProcessor()
1372 textureParams, nullptr)); in asFragmentProcessor()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp4305 const GrSamplerParams& textureParams, in onIsACopyNeededForTextureParams() argument
4315 if (textureParams.isTiled() || in onIsACopyNeededForTextureParams()
4316 GrSamplerParams::kMipMap_FilterMode == textureParams.filterMode()) { in onIsACopyNeededForTextureParams()