Searched refs:util_format_is_pure_integer (Results 1 - 25 of 103) sorted by relevance

12345

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dvk_format_info.h37 return util_format_is_pure_integer(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_screen.c77 if (!util_format_is_pure_integer(format))
H A Dfd3_texture.c235 if (prsc->target == PIPE_BUFFER || util_format_is_pure_integer(cso->format))
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dvk_format.h80 return util_format_is_pure_integer(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_screen.c61 !util_format_is_srgb(format) && !util_format_is_pure_integer(format) &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_screen.c73 if (!util_format_is_pure_integer(format))
H A Dfd3_texture.c171 if (prsc->target == PIPE_BUFFER || util_format_is_pure_integer(cso->format))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c75 if (!is_zs && util_format_is_pure_integer(format))
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c75 if (!is_zs && util_format_is_pure_integer(format))
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dvk_format.h127 return util_format_is_pure_integer(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_surface.c45 !util_format_is_pure_integer(info->src.resource->format)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_blit.h90 util_format_is_pure_integer(info->src.format)) ? 0 : 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_blit.h90 util_format_is_pure_integer(info->src.format)) ? 0 : 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_surface.c45 !util_format_is_pure_integer(info->src.resource->format)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_vertex.c157 if (util_format_is_pure_integer(elem->src_format)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c76 !util_format_is_pure_integer(info.src.resource->format)) {
H A Dlp_test_format.c384 if (util_format_is_pure_integer(format))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h297 if (!util_format_is_pure_integer(fmt))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.c90 bool isint = util_format_is_pure_integer(pfmt);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_vertex.c160 if (util_format_is_pure_integer(elem->src_format)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h162 if (util_format_is_pure_integer(format))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h284 if (util_format_is_pure_integer(format))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c384 if (util_format_is_pure_integer(format))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_context.c174 if (util_format_is_pure_integer(cbuf->format))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c120 if (!util_format_is_pure_integer(pformat))

Completed in 33 milliseconds

12345