Searched refs:VECTOR_TYPES (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/scripts/ |
D | gen-swizzles.py | 47 VECTOR_TYPES = [ "vec2", "vec3", "vec4", "ivec2", "ivec3", "ivec4", "bvec2", "bvec3", "bvec4" ] variable 83 combinations = Combinations(INPUT_TYPES, VECTOR_TYPES, PRECISION_TYPES) 229 for dataType in VECTOR_TYPES:
|
/external/deqp/modules/gles3/scripts/ |
D | gen-swizzles.py | 47 VECTOR_TYPES = [ "vec2", "vec3", "vec4", "ivec2", "ivec3", "ivec4", "bvec2", "bvec3", "bvec4" ] variable 83 combinations = Combinations(INPUT_TYPES, VECTOR_TYPES, PRECISION_TYPES) 233 for dataType in VECTOR_TYPES:
|