Searched refs:VECTOR_TYPES (Results 1 - 3 of 3) sorted by relevance
/external/deqp/modules/gles2/scripts/ |
H A D | gen-swizzles.py | 69 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 D | gen-swizzles.py | 69 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 D | gen-swizzle-math-operations.py | 27 VECTOR_TYPES = ["vec2", "vec3", "vec4", "ivec2", "ivec3", "ivec4"] variable 164 for dataType in VECTOR_TYPES:
|
Completed in 512 milliseconds