Home | History | Annotate | Download | only in scripts

Lines Matching full:vec4

22 			${POSITION_FRAG_COLOR} = vec4(${{LOOKUP}});
56 InvalidTexFuncCase("texture", ["sampler3DShadow", "vec4"]),
57 InvalidTexFuncCase("texture", ["sampler2DArrayShadow", "vec4", "float"]),
60 InvalidTexFuncCase("textureProj", ["samplerCube", "vec4"]),
61 InvalidTexFuncCase("textureProj", ["isamplerCube", "vec4"]),
62 InvalidTexFuncCase("textureProj", ["usamplerCube", "vec4"]),
63 InvalidTexFuncCase("textureProj", ["samplerCube", "vec4", "float"]),
64 InvalidTexFuncCase("textureProj", ["isamplerCube", "vec4", "float"]),
65 InvalidTexFuncCase("textureProj", ["usamplerCube", "vec4", "float"]),
66 InvalidTexFuncCase("textureProj", ["sampler2DArrayShadow", "vec4"]),
67 InvalidTexFuncCase("textureProj", ["sampler2DArrayShadow", "vec4", "float"]),
70 InvalidTexFuncCase("textureLod", ["samplerCubeShadow", "vec4", "float"]),
71 InvalidTexFuncCase("textureLod", ["sampler2DArrayShadow", "vec4", "float"]),
84 InvalidTexFuncCase("textureOffset", ["samplerCubeShadow", "vec4", "ivec2"]),
85 InvalidTexFuncCase("textureOffset", ["samplerCubeShadow", "vec4", "ivec3"]),
86 InvalidTexFuncCase("textureOffset", ["sampler2DArrayShadow", "vec4", "ivec2"]),
87 InvalidTexFuncCase("textureOffset", ["sampler2DArrayShadow", "vec4", "ivec2", "float"]),
104 InvalidTexFuncCase("textureProjOffset", ["samplerCube", "vec4", "ivec2"]),
105 InvalidTexFuncCase("textureProjOffset", ["samplerCube", "vec4", "ivec3"]),
106 InvalidTexFuncCase("textureProjOffset", ["samplerCubeShadow", "vec4", "ivec3"]),
107 InvalidTexFuncCase("textureProjOffset", ["sampler2DArrayShadow", "vec4", "ivec2"]),
108 InvalidTexFuncCase("textureProjOffset", ["sampler2DArrayShadow", "vec4", "ivec3"]),
118 InvalidTexFuncCase("textureProjLod", ["samplerCube", "vec4", "float"]),
119 InvalidTexFuncCase("textureProjLod", ["sampler2DArray", "vec4", "float"]),
120 InvalidTexFuncCase("textureProjLod", ["sampler2DArrayShadow", "vec4", "float"]),
128 InvalidTexFuncCase("textureGradOffset", ["samplerCubeShadow", "vec4", "vec3", "vec3", "ivec2"]),
129 InvalidTexFuncCase("textureGradOffset", ["samplerCubeShadow", "vec4", "vec3", "vec3", "ivec3"]),
132 InvalidTexFuncCase("textureProjGrad", ["samplerCube", "vec4", "vec3", "vec3"]),
133 InvalidTexFuncCase("textureProjGrad", ["sampler2DArray", "vec4", "vec2", "vec2"]),
136 InvalidTexFuncCase("textureProjGradOffset", ["samplerCube", "vec4", "vec3", "vec3", "ivec2"]),
137 InvalidTexFuncCase("textureProjGradOffset", ["samplerCube", "vec4", "vec3", "vec3", "ivec3"]),
138 InvalidTexFuncCase("textureProjGradOffset", ["sampler2DArray", "vec4", "vec2", "vec2", "ivec2"]),
139 InvalidTexFuncCase("textureProjGradOffset", ["sampler2DArray", "vec4", "vec2", "vec2", "ivec3"])