Searched refs:VECTOR_TYPES (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/scripts/
H A Dgen-swizzles.py69 VECTOR_TYPES = [ "vec2", "vec3", "vec4", "ivec2", "ivec3", "ivec4", "bvec2", "bvec3", "bvec4" ] variable
105 combinations = Combinations(INPUT_TYPES, VECTOR_TYPES, PRECISION_TYPES)
251 for dataType in VECTOR_TYPES:
265 #for dataType in VECTOR_TYPES:
/external/deqp/modules/gles3/scripts/
H A Dgen-swizzles.py69 VECTOR_TYPES = [ "vec2", "vec3", "vec4", "ivec2", "ivec3", "ivec4", "bvec2", "bvec3", "bvec4" ] variable
105 combinations = Combinations(INPUT_TYPES, VECTOR_TYPES, PRECISION_TYPES)
255 for dataType in VECTOR_TYPES:
269 #for dataType in VECTOR_TYPES:
H A Dgen-swizzle-math-operations.py27 VECTOR_TYPES = ["vec2", "vec3", "vec4", "ivec2", "ivec3", "ivec4"] variable
164 for dataType in VECTOR_TYPES:

Completed in 512 milliseconds