HomeSort by: relevance | last modified time | path
    Searched defs:bvec (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_instructions.cpp 431 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
447 new(ir) ir_variable(bvec, "flush_to_zero", ir_var_temporary);
449 new(ir) ir_variable(bvec, "zero_mantissa", ir_var_temporary);
553 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
577 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary);
676 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
691 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
749 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
764 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
1623 new(ir) ir_variable(glsl_type::bvec(elements), "different_signs"
    [all...]
builtin_functions.cpp 5162 ir_variable *flip = body.make_temp(glsl_type::bvec(n), "flip");
5560 MAKE_SIG(glsl_type::bvec(type->vector_elements), avail, 1, x);
5571 MAKE_SIG(glsl_type::bvec(type->vector_elements), avail, 1, x);
6361 glsl_type::bvec(type->vector_elements), type, type);
6369 glsl_type::bvec(type->vector_elements), type, type,
6378 glsl_type::bvec(type->vector_elements), type, type,
6387 glsl_type::bvec(type->vector_elements), type, type);
6395 glsl_type::bvec(type->vector_elements), type, type);
6403 glsl_type::bvec(type->vector_elements), type, type);
7010 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1) local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_instructions.cpp 424 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
440 new(ir) ir_variable(bvec, "flush_to_zero", ir_var_temporary);
442 new(ir) ir_variable(bvec, "zero_mantissa", ir_var_temporary);
546 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
570 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary);
669 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
684 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
742 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
757 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
1596 new(ir) ir_variable(glsl_type::bvec(elements), "different_signs"
    [all...]
builtin_functions.cpp 4672 ir_variable *flip = body.make_temp(glsl_type::bvec(n), "flip");
5071 MAKE_SIG(glsl_type::bvec(type->vector_elements), avail, 1, x);
5082 MAKE_SIG(glsl_type::bvec(type->vector_elements), avail, 1, x);
5866 glsl_type::bvec(type->vector_elements), type, type);
5874 glsl_type::bvec(type->vector_elements), type, type,
5883 glsl_type::bvec(type->vector_elements), type, type,
5892 glsl_type::bvec(type->vector_elements), type, type);
5900 glsl_type::bvec(type->vector_elements), type, type);
5908 glsl_type::bvec(type->vector_elements), type, type);
6531 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1) local
    [all...]
  /xsrc/external/mit/freetype/dist/src/base/
ftstroke.c 1475 FT_Vector bvec, delta; local
1483 bvec.x = end.x - start.x;
1484 bvec.y = end.y - start.y;
1486 blen = FT_Vector_Length( &bvec );
1688 FT_Vector bvec, delta; local
1696 bvec.x = end.x - start.x;
1697 bvec.y = end.y - start.y;
1699 blen = FT_Vector_Length( &bvec );

Completed in 23 milliseconds