Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h22 GrGLSLVarying* texIdx, in append_index_uv_varyings()
32 int texIdx = 0; in append_index_uv_varyings()
39 int texIdx = ((coords.x >> 12) & 0xc) + ((coords.y >> 14) & 0x3); in append_index_uv_varyings()
45 int texIdx = coords.x >> 13; in append_index_uv_varyings()
53 float texIdx = 0; in append_index_uv_varyings()
62 float texIdx = 4 * diff0 + diff1; in append_index_uv_varyings()
68 float texIdx = floor(coord.x * exp2(-13)); in append_index_uv_varyings()
69 float2 unormTexCoords = float2(coord.x - texIdx * exp2(13), coord.y); in append_index_uv_varyings()
83 texIdx->reset(kFloat_GrSLType); in append_index_uv_varyings()
84 // If we computed the local var "texIdx" a in append_index_uv_varyings()
17 append_index_uv_varyings(GrGeometryProcessor::ProgramImpl::EmitArgs& args, int numTextureSamplers, const char* inTexCoordsName, const char* atlasDimensionsInvName, GrGLSLVarying* uv, GrGLSLVarying* texIdx, GrGLSLVarying* st) append_index_uv_varyings() argument
96 append_multitexture_lookup(GrGeometryProcessor::ProgramImpl::EmitArgs& args, int numTextureSamplers, const GrGLSLVarying& texIdx, const char* coordName, const char* colorName) append_multitexture_lookup() argument
[all...]
H A DGrDistanceFieldGeoProc.cpp94 GrGLSLVarying uv, texIdx, st; variable
100 &texIdx,
113 texIdx, "uv", "texColor");
366 GrGLSLVarying uv, texIdx, st; variable
372 &texIdx,
405 append_multitexture_lookup(args, dfPathEffect.numTextureSamplers(), texIdx, "uv",
658 GrGLSLVarying uv, texIdx, st; variable
664 &texIdx,
718 texIdx, "uv", "texColor");
726 texIdx, "uv_adjuste
[all...]
H A DGrBitmapTextGeoProc.cpp59 GrGLSLVarying uv, texIdx; variable
65 &texIdx,
90 texIdx, uv.fsIn(), "texColor");
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp1185 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init()
1220 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init()
1227 **m_textureImages[texIdx], // VkImage image; in init()
1251 for (deUint32 texIdx = 0; texIdx < 2; texIdx in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp1173 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init()
1208 for (deUint32 texIdx = 0; texIdx < 2; texIdx++) in init()
1215 **m_textureImages[texIdx], // VkImage image; in init()
1239 for (deUint32 texIdx = 0; texIdx < 2; texIdx in init()
[all...]

Completed in 9 milliseconds