Searched defs:type_b (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc778 unsigned char type_b = (*slice_b)[0]; local
783 KeyTypeByteToKeyType(type_b)))
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp170 const glsl_type *type_b = value_b->type; local
178 if (!type_a->is_numeric() || !type_b->is_numeric()) {
190 && !apply_implicit_conversion(type_b, value_a, state)) {
197 type_b = value_b->type;
208 if (type_a->base_type != type_b->base_type) {
222 if (type_a->is_scalar() && type_b->is_scalar())
231 if (!type_b->is_scalar())
232 return type_b;
233 } else if (type_b->is_scalar()) {
242 assert(!type_b
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
500 const glsl_type *type_b = value_b->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.cpp170 const glsl_type *type_b = value_b->type; local
178 if (!type_a->is_numeric() || !type_b->is_numeric()) {
190 && !apply_implicit_conversion(type_b, value_a, state)) {
197 type_b = value_b->type;
208 if (type_a->base_type != type_b->base_type) {
222 if (type_a->is_scalar() && type_b->is_scalar())
231 if (!type_b->is_scalar())
232 return type_b;
233 } else if (type_b->is_scalar()) {
242 assert(!type_b
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
500 const glsl_type *type_b = value_b->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...]

Completed in 460 milliseconds