Home
last modified time | relevance | path

Searched refs:texIdx (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/effects/
DGrAtlasedShaderHelpers.h22 GrGLSLVarying* texIdx, in append_index_uv_varyings() argument
83 texIdx->reset(kFloat_GrSLType); in append_index_uv_varyings()
86 args.fVaryingHandler->addVarying("TexIndex", texIdx, Interpolation::kCanBeFlat); in append_index_uv_varyings()
87 args.fVertBuilder->codeAppendf("%s = %s(texIdx);", texIdx->vsOut(), cast); in append_index_uv_varyings()
98 const GrGLSLVarying& texIdx, in append_multitexture_lookup() argument
110 args.fFragBuilder->codeAppendf("if (%s == %d) { %s = ", texIdx.fsIn(), i, colorName); in append_multitexture_lookup()
DGrDistanceFieldGeoProc.cpp94 GrGLSLVarying uv, texIdx, st; in onEmitCode() local
100 &texIdx, in onEmitCode()
113 texIdx, "uv", "texColor"); in onEmitCode()
358 GrGLSLVarying uv, texIdx, st; in onEmitCode() local
364 &texIdx, in onEmitCode()
397 append_multitexture_lookup(args, dfPathEffect.numTextureSamplers(), texIdx, "uv", in onEmitCode()
642 GrGLSLVarying uv, texIdx, st; in onEmitCode() local
648 &texIdx, in onEmitCode()
702 texIdx, "uv", "texColor"); in onEmitCode()
710 texIdx, "uv_adjusted", "texColor"); in onEmitCode()
[all …]
DGrBitmapTextGeoProc.cpp59 GrGLSLVarying uv, texIdx; in onEmitCode() local
65 &texIdx, in onEmitCode()
90 texIdx, uv.fsIn(), "texColor"); in onEmitCode()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp1173 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init() local
1208 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init() local
1215 **m_textureImages[texIdx], // VkImage image; in init()
1239 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init() local
1258 **m_textureImages[texIdx], // VkImage image; in init()
1278 **m_textureImages[texIdx], // VkImage image; in init()
1299 …arColorImage(*cmdBuffer, **m_textureImages[texIdx], VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clearVa… in init()
1984 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init() local
2019 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init() local
2026 **m_textureImages[texIdx], // VkImage image; in init()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp1173 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init() local
1208 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init() local
1215 **m_textureImages[texIdx], // VkImage image; in init()
1239 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init() local
1258 **m_textureImages[texIdx], // VkImage image; in init()
1278 **m_textureImages[texIdx], // VkImage image; in init()
1299 …arColorImage(*cmdBuffer, **m_textureImages[texIdx], VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clearVa… in init()
1984 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init() local
2019 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init() local
2026 **m_textureImages[texIdx], // VkImage image; in init()
[all …]