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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp169 const glsl_type *type_a = value_a->type; local
178 if (!type_a->is_numeric() || !type_b->is_numeric()) {
189 if (!apply_implicit_conversion(type_a, value_b, state)
196 type_a = value_a->type;
208 if (type_a->base_type != type_b->base_type) {
222 if (type_a->is_scalar() && type_b->is_scalar())
223 return type_a;
230 if (type_a->is_scalar()) {
234 return type_a;
241 assert(!type_a
388 bit_logic_result_type(const struct glsl_type *type_a, const struct glsl_type *type_b, ast_operators op, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
445 modulus_result_type(const struct glsl_type *type_a, const struct glsl_type *type_b, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
499 const glsl_type *type_a = value_a->type; local
551 shift_result_type(const struct glsl_type *type_a, const struct glsl_type *type_b, ast_operators op, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
[all...]
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp169 const glsl_type *type_a = value_a->type; local
178 if (!type_a->is_numeric() || !type_b->is_numeric()) {
189 if (!apply_implicit_conversion(type_a, value_b, state)
196 type_a = value_a->type;
208 if (type_a->base_type != type_b->base_type) {
222 if (type_a->is_scalar() && type_b->is_scalar())
223 return type_a;
230 if (type_a->is_scalar()) {
234 return type_a;
241 assert(!type_a
388 bit_logic_result_type(const struct glsl_type *type_a, const struct glsl_type *type_b, ast_operators op, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
445 modulus_result_type(const struct glsl_type *type_a, const struct glsl_type *type_b, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
499 const glsl_type *type_a = value_a->type; local
551 shift_result_type(const struct glsl_type *type_a, const struct glsl_type *type_b, ast_operators op, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc777 unsigned char type_a = (*slice_a)[0]; local
782 if (int x = CompareTypes(KeyTypeByteToKeyType(type_a),
786 switch (type_a) {

Completed in 201 milliseconds