Searched refs:type_b (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp352 const glsl_type *type_b = value_b->type; local in function:arithmetic_result_type
360 if (!type_a->is_numeric() || !type_b->is_numeric()) {
372 && !apply_implicit_conversion(type_b, value_a, state)) {
379 type_b = value_b->type;
390 if (type_a->base_type != type_b->base_type) {
404 if (type_a->is_scalar() && type_b->is_scalar())
413 if (!type_b->is_scalar())
414 return type_b;
415 } else if (type_b->is_scalar()) {
424 assert(!type_b
523 const glsl_type *type_b = value_b->type; local in function:bit_logic_result_type
610 const glsl_type *type_b = value_b->type; local in function:modulus_result_type
678 const glsl_type *type_b = value_b->type; local in function:relational_result_type
729 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
7044 const glsl_type *type_b = state->switch_state.test_var->type; local in function:ast_case_label::hir
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp352 const glsl_type *type_b = value_b->type; local in function:arithmetic_result_type
360 if (!type_a->is_numeric() || !type_b->is_numeric()) {
372 && !apply_implicit_conversion(type_b, value_a, state)) {
379 type_b = value_b->type;
390 if (type_a->base_type != type_b->base_type) {
404 if (type_a->is_scalar() && type_b->is_scalar())
413 if (!type_b->is_scalar())
414 return type_b;
415 } else if (type_b->is_scalar()) {
424 assert(!type_b
523 const glsl_type *type_b = value_b->type; local in function:bit_logic_result_type
610 const glsl_type *type_b = value_b->type; local in function:modulus_result_type
678 const glsl_type *type_b = value_b->type; local in function:relational_result_type
729 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
6815 const glsl_type *type_b = state->switch_state.test_var->type; local in function:ast_case_label::hir
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h192 unsigned type_b:3; member in struct:nvc0_format::__anon70f869150608
H A Dnvc0_tex.c111 tic[0] |= fmt->tic.type_b << GM107_TIC2_0_B_DATA_TYPE__SHIFT;
326 (fmt->tic.type_b << G80_TIC_0_B_DATA_TYPE__SHIFT) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h168 unsigned type_b:3; member in struct:nv50_format::__anon48c308f90508
H A Dnv50_tex.c107 (fmt->tic.type_b << G80_TIC_0_B_DATA_TYPE__SHIFT) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h168 unsigned type_b:3; member in struct:nv50_format::__anon8cc54b0c0508
H A Dnv50_tex.c106 (fmt->tic.type_b << G80_TIC_0_B_DATA_TYPE__SHIFT) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h192 unsigned type_b:3; member in struct:nvc0_format::__anonb4faab280608
H A Dnvc0_tex.c110 tic[0] |= fmt->tic.type_b << GM107_TIC2_0_B_DATA_TYPE__SHIFT;
325 (fmt->tic.type_b << G80_TIC_0_B_DATA_TYPE__SHIFT) |
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.cpp1501 glsl_type::get_mul_type(const glsl_type *type_a, const glsl_type *type_b) argument
1503 if (type_a->is_matrix() && type_b->is_matrix()) {
1509 if (type_a->row_type() == type_b->column_type()) {
1518 type_b->row_type()->vector_elements);
1523 } else if (type_a == type_b) {
1531 if (type_a->row_type() == type_b) {
1543 assert(type_b->is_matrix());
1550 if (type_a == type_b->column_type()) {
1555 type_b->row_type()->vector_elements,
H A Dglsl_types.h503 * Get the type resulting from a multiplication of \p type_a * \p type_b
506 const glsl_type *type_b);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.cpp1312 glsl_type::get_mul_type(const glsl_type *type_a, const glsl_type *type_b) argument
1314 if (type_a == type_b) {
1316 } else if (type_a->is_matrix() && type_b->is_matrix()) {
1322 if (type_a->row_type() == type_b->column_type()) {
1331 type_b->row_type()->vector_elements);
1342 if (type_a->row_type() == type_b) {
1354 assert(type_b->is_matrix());
1361 if (type_a == type_b->column_type()) {
1366 type_b->row_type()->vector_elements,
H A Dglsl_types.h389 * Get the type resulting from a multiplication of \p type_a * \p type_b
392 const glsl_type *type_b);

Completed in 26 milliseconds