Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/scripts/
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:
Dgen-swizzle-math-operations.py27 VECTOR_TYPES = ["vec2", "vec3", "vec4", "ivec2", "ivec3", "ivec4"] variable
164 for dataType in VECTOR_TYPES:
/third_party/vk-gl-cts/modules/gles2/scripts/
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: