Home
last modified time | relevance | path

Searched defs:type_a (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp330 const glsl_type *type_a = value_a->type; in arithmetic_result_type() local
503 const glsl_type *type_a = value_a->type; in bit_logic_result_type() local
590 const glsl_type *type_a = value_a->type; in modulus_result_type() local
657 const glsl_type *type_a = value_a->type; in relational_result_type() local
709 shift_result_type(const struct glsl_type *type_a, in shift_result_type()
6371 const glsl_type *type_a = label_const->type; in hir() local
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c428 u8 type_a, type_b; in acpi_sleep_test() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h168 unsigned type_a:3; member
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h175 unsigned type_a:3; member
/external/mesa3d/src/compiler/
Dglsl_types.cpp1133 glsl_type::get_mul_type(const glsl_type *type_a, const glsl_type *type_b) in get_mul_type()