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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_blend_cso.h 39 bool fixed_function : 1; member in struct:pan_blend_info
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
test-blend.c 33 bool fixed_function; member in struct:test
51 .fixed_function = true,
68 .fixed_function = true,
86 .fixed_function = true,
103 .fixed_function = true,
121 .fixed_function = true,
138 .fixed_function = true,
154 .fixed_function = true,
166 .fixed_function = true,
182 .fixed_function = true
    [all...]
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v6_pack.h 1636 struct MALI_BLEND_FIXED_FUNCTION fixed_function; member in struct:MALI_INTERNAL_BLEND
1641 .fixed_function = { MALI_BLEND_FIXED_FUNCTION_header }
1649 __gen_uint(values->fixed_function.num_comps - 1, 3, 4) |
1650 __gen_uint(values->fixed_function.alpha_zero_nop, 5, 5) |
1651 __gen_uint(values->fixed_function.alpha_one_store, 6, 6) |
1652 __gen_uint(values->fixed_function.rt, 16, 19);
1654 __gen_uint(values->fixed_function.conversion.memory_format, 0, 21) |
1655 __gen_uint(values->fixed_function.conversion.raw, 22, 22) |
1656 __gen_uint(values->fixed_function.conversion.register_format, 24, 26);
1670 values->fixed_function.num_comps = __gen_unpack_uint(cl, 3, 4) + 1
    [all...]
v7_pack.h 1688 struct MALI_BLEND_FIXED_FUNCTION fixed_function; member in struct:MALI_INTERNAL_BLEND
1693 .fixed_function = { MALI_BLEND_FIXED_FUNCTION_header }
1701 __gen_uint(values->fixed_function.num_comps - 1, 3, 4) |
1702 __gen_uint(values->fixed_function.alpha_zero_nop, 5, 5) |
1703 __gen_uint(values->fixed_function.alpha_one_store, 6, 6) |
1704 __gen_uint(values->fixed_function.rt, 16, 19);
1706 __gen_uint(values->fixed_function.conversion.memory_format, 0, 21) |
1707 __gen_uint(values->fixed_function.conversion.raw, 22, 22) |
1708 __gen_uint(values->fixed_function.conversion.register_format, 24, 26);
1722 values->fixed_function.num_comps = __gen_unpack_uint(cl, 3, 4) + 1
    [all...]

Completed in 14 milliseconds