Home | History | Annotate | Download | only in functional

Lines Matching full:sampler

1622 			<< declareShaderUniform(samplerDataType, "sampler")
1647 source << " textureSize(sampler);\n";
1660 << " textureSize(sampler, lod);\n";
1674 ctx.beginSection("textureSize: Invalid sampler
1684 ctx.beginSection("Verify sampler data type: " + std::string(getDataTypeName(s_samplerTypes[dataTypeNdx])));
1702 << declareShaderUniform(samplerDataType, "sampler")
1706 << " textureSize(sampler, lod);\n"
1724 ctx.beginSection("Verify sampler/lod data type" + std::string(getDataTypeName(s_samplerTypes[dataTypeNdx])));
1749 << declareShaderUniform(samplerDataType, "sampler")
1757 source << " texture(sampler, lod);\n";
1762 << " texture(sampler, lod, thirdArgument);\n";
2578 << declareShaderUniform(samplerDataType, "sampler")
2583 << " textureLod(sampler, P, lod);\n"
2720 << declareShaderUniform(samplerDataType, "sampler")
2734 << " texelFetch(sampler, P, varSample);\n";
2740 source << " texelFetch(sampler, P);\n";
3091 << declareShaderUniform(samplerDataType, "sampler")
3097 << " textureGrad(sampler, P, dPdx, dPdy);\n"
3163 << declareShaderUniform(samplerDataType, "sampler")
3170 << " textureGather(sampler, P, arg3);\n";
3172 source << " textureGather(sampler, P);\n";
3551 << declareShaderUniform(samplerDataType, "sampler")
3563 << " textureGatherOffset(sampler, P, offset, comp);\n";
3565 source << " textureGatherOffset(sampler, P, offset);\n";
3572 << " textureGatherOffset(sampler, P, refZ, offset);\n";
4253 << declareShaderUniform(spec.samplerDataType, "sampler")
4265 << " textureGatherOffsets(sampler, P, offsets, comp);\n";
4267 source << " textureGatherOffsets(sampler, P, offsets);\n";
4274 << " textureGatherOffsets(sampler, P, refZ, offsets);\n";