Searched refs:supported_formats (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dformat.hpp40 std::set<cl_image_format> supported_formats(const context &ctx,
H A Ddevice.hpp92 supported_formats(const context &, cl_mem_object_type);
H A Dformat.cpp146 supported_formats(const context &ctx, cl_mem_object_type type) { function in namespace:clover
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dformat.hpp40 std::set<cl_image_format> supported_formats(const context &ctx,
H A Ddevice.hpp109 supported_formats(const context &, cl_mem_object_type);
H A Dformat.cpp153 supported_formats(const context &ctx, cl_mem_object_type type) { function in namespace:clover
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_tracker.c189 xa->supported_formats = calloc(num_formats, sizeof(*xa->supported_formats));
190 if (!xa->supported_formats)
193 xa->supported_formats[0] = xa_format_unknown;
213 xa->supported_formats[num_formats++] = xa_format;
234 free(xa->supported_formats);
279 fdesc = xa_get_pipe_format(xa, xa->supported_formats[i]);
H A Dxa_priv.h75 enum xa_formats *supported_formats; member in struct:xa_tracker
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_tracker.c189 xa->supported_formats = calloc(num_formats, sizeof(*xa->supported_formats));
190 if (!xa->supported_formats)
193 xa->supported_formats[0] = xa_format_unknown;
213 xa->supported_formats[num_formats++] = xa_format;
234 free(xa->supported_formats);
279 fdesc = xa_get_pipe_format(xa, xa->supported_formats[i]);
H A Dxa_priv.h75 enum xa_formats *supported_formats; member in struct:xa_tracker
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dmemory.cpp168 if (!supported_formats(ctx, desc->image_type).count(*format))
250 auto formats = supported_formats(ctx, type);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dmemory.cpp207 if (!supported_formats(ctx, desc->image_type).count(*format))
320 auto formats = supported_formats(ctx, type);

Completed in 14 milliseconds