HomeSort by relevance Sort by last modified time
    Searched defs:pure_integer (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos_array.c 64 boolean pure_integer = format_desc->channel[0].pure_integer; local
101 if (pure_integer) {
115 if (pure_integer && dst_type.floating) {
  /external/mesa3d/src/amd/vulkan/
vk_format.h 113 unsigned pure_integer:1; member in struct:vk_format_channel_description
398 return channel >= 0 && desc->channel[channel].pure_integer;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 132 unsigned pure_integer:1; member in struct:util_format_channel_description
    [all...]

Completed in 771 milliseconds