Searched refs:textureParams (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrGpu.cpp | 45 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/ |
D | vktShaderRender.cpp | 1838 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()
|
D | vktShaderRender.hpp | 576 TextureBinding::Parameters textureParams);
|
D | vktShaderRenderTextureGatherTests.cpp | 1164 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/ |
D | SkPerlinNoiseShader.cpp | 1363 GrSamplerParams textureParams(SkShader::TileMode::kRepeat_TileMode, in asFragmentProcessor() local 1368 textureParams, nullptr)); in asFragmentProcessor() 1372 textureParams, nullptr)); in asFragmentProcessor()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 4305 const GrSamplerParams& textureParams, in onIsACopyNeededForTextureParams() argument 4315 if (textureParams.isTiled() || in onIsACopyNeededForTextureParams() 4316 GrSamplerParams::kMipMap_FilterMode == textureParams.filterMode()) { in onIsACopyNeededForTextureParams()
|