HomeSort by: relevance | last modified time | path
    Searched refs:usage (Results 1 - 25 of 1675) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
fd4_screen.c 42 unsigned usage)
48 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
49 util_format_name(format), target, sample_count, usage);
56 if ((usage & PIPE_BIND_VERTEX_BUFFER) &&
61 if ((usage & PIPE_BIND_SAMPLER_VIEW) &&
68 if ((usage & (PIPE_BIND_RENDER_TARGET |
74 retval |= usage & (PIPE_BIND_RENDER_TARGET |
81 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) {
82 retval |= usage & PIPE_BIND_RENDER_TARGET;
85 if ((usage & PIPE_BIND_DEPTH_STENCIL) &
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_transfer.c 9 unsigned usage, unsigned offset,
16 assert(!(usage & PIPE_MAP_READ));
19 usage |= PIPE_MAP_WRITE;
24 if (!(usage & PIPE_MAP_DIRECTLY)) {
26 usage |= PIPE_MAP_DISCARD_WHOLE_RESOURCE;
28 usage |= PIPE_MAP_DISCARD_RANGE;
34 map = pipe->buffer_map(pipe, resource, 0, usage, &box, &transfer);
45 unsigned usage,
55 assert(!(usage & PIPE_MAP_READ));
58 usage |= PIPE_MAP_WRITE
    [all...]
u_suballoc.h 45 enum pipe_resource_usage usage; member in struct:u_suballocator
57 enum pipe_resource_usage usage, unsigned flags,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_debug_gallium.h 53 debug_print_transfer_flags(const char *msg, unsigned usage);
56 debug_print_bind_flags(const char *msg, unsigned usage);
59 debug_print_usage_enum(const char *msg, enum pipe_resource_usage usage);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
fd3_screen.c 42 unsigned usage)
48 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
49 util_format_name(format), target, sample_count, usage);
56 if ((usage & PIPE_BIND_VERTEX_BUFFER) &&
61 if ((usage & PIPE_BIND_SAMPLER_VIEW) &&
66 if ((usage & (PIPE_BIND_RENDER_TARGET |
73 retval |= usage & (PIPE_BIND_RENDER_TARGET |
78 retval |= usage & PIPE_BIND_BLENDABLE;
81 if ((usage & PIPE_BIND_DEPTH_STENCIL) &&
87 if ((usage & PIPE_BIND_INDEX_BUFFER) &
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
fd5_screen.c 58 unsigned storage_sample_count, unsigned usage)
64 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
65 util_format_name(format), target, sample_count, usage);
72 if ((usage & PIPE_BIND_VERTEX_BUFFER) &&
77 if ((usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE)) &&
80 retval |= usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE);
83 if ((usage &
88 retval |= usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET |
94 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) {
95 retval |= usage & PIPE_BIND_RENDER_TARGET
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
fd5_screen.c 58 unsigned usage)
64 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
65 util_format_name(format), target, sample_count, usage);
72 if ((usage & PIPE_BIND_VERTEX_BUFFER) &&
77 if ((usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE)) &&
81 retval |= usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE);
84 if ((usage & (PIPE_BIND_RENDER_TARGET |
91 retval |= usage & (PIPE_BIND_RENDER_TARGET |
99 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) {
100 retval |= usage & PIPE_BIND_RENDER_TARGET
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
fd6_screen.c 64 unsigned usage)
70 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
71 util_format_name(format), target, sample_count, usage);
78 if ((usage & PIPE_BIND_VERTEX_BUFFER) &&
83 if ((usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE)) &&
87 retval |= usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE);
90 if ((usage & (PIPE_BIND_RENDER_TARGET |
97 retval |= usage & (PIPE_BIND_RENDER_TARGET |
105 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) {
106 retval |= usage & PIPE_BIND_RENDER_TARGET
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
fd2_screen.c 41 unsigned storage_sample_count, unsigned usage)
47 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
48 util_format_name(format), target, sample_count, usage);
55 if ((usage & PIPE_BIND_RENDER_TARGET) &&
60 if ((usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_VERTEX_BUFFER)) &&
63 retval |= usage & PIPE_BIND_VERTEX_BUFFER;
67 retval |= usage & PIPE_BIND_SAMPLER_VIEW;
70 if ((usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET |
73 retval |= usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET |
77 if ((usage & PIPE_BIND_DEPTH_STENCIL) &
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
fd4_screen.c 43 unsigned storage_sample_count, unsigned usage)
49 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
50 util_format_name(format), target, sample_count, usage);
57 if ((usage & PIPE_BIND_VERTEX_BUFFER) &&
62 if ((usage & PIPE_BIND_SAMPLER_VIEW) &&
68 if ((usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET |
72 retval |= usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET |
77 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) {
78 retval |= usage & PIPE_BIND_RENDER_TARGET;
81 if ((usage & PIPE_BIND_DEPTH_STENCIL) &
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
fd2_screen.c 41 unsigned usage)
47 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
48 util_format_name(format), target, sample_count, usage);
56 if ((usage & PIPE_BIND_RENDER_TARGET) &&
66 DBG("not supported render target: format=%s, target=%d, sample_count=%d, usage=%x",
67 util_format_name(format), target, sample_count, usage);
71 if ((usage & (PIPE_BIND_SAMPLER_VIEW |
74 retval |= usage & (PIPE_BIND_SAMPLER_VIEW |
78 if ((usage & (PIPE_BIND_RENDER_TARGET |
83 retval |= usage & (PIPE_BIND_RENDER_TARGET
    [all...]
  /xsrc/external/mit/bdftopcf/dist/
bdftopcf.c 66 goto usage;
70 goto usage;
80 goto usage;
84 goto usage;
90 goto usage;
96 goto usage;
102 goto usage;
108 goto usage;
114 goto usage;
119 goto usage;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
fd3_screen.c 43 unsigned storage_sample_count, unsigned usage)
49 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
50 util_format_name(format), target, sample_count, usage);
57 if ((usage & PIPE_BIND_VERTEX_BUFFER) &&
62 if ((usage & PIPE_BIND_SAMPLER_VIEW) &&
67 if ((usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET |
71 retval |= usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET |
74 retval |= usage & PIPE_BIND_BLENDABLE;
77 if ((usage & PIPE_BIND_DEPTH_STENCIL) &&
83 if ((usage & PIPE_BIND_INDEX_BUFFER) &
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_batch.h 40 #define OUT_RELOC(buf, usage, offset) \
41 i915_winsys_batchbuffer_reloc(i915->batch, buf, usage, offset, false)
43 #define OUT_RELOC_FENCED(buf, usage, offset) \
44 i915_winsys_batchbuffer_reloc(i915->batch, buf, usage, offset, true)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_batch.h 44 #define OUT_RELOC(buf, usage, offset) \
45 i915_winsys_batchbuffer_reloc(i915->batch, buf, usage, offset, false)
47 #define OUT_RELOC_FENCED(buf, usage, offset) \
48 i915_winsys_batchbuffer_reloc(i915->batch, buf, usage, offset, true)
  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl_aux_info.c 106 enum isl_aux_usage usage)
111 return info[usage].fast_clear;
113 return info[usage].fast_clear && info[usage].compressed;
115 return info[usage].compressed;
131 enum isl_aux_usage usage,
134 if (usage != ISL_AUX_USAGE_NONE) {
136 usage == ISL_AUX_USAGE_CCS_D ? ISL_AUX_USAGE_CCS_E : usage;
139 assert(!fast_clear_supported || info[usage].fast_clear)
    [all...]
isl_gfx8.c 49 if (info->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT)
69 if (isl_surf_usage_is_display(info->usage))
74 if (isl_surf_usage_is_depth_or_stencil(info->usage) ||
75 (info->usage & ISL_SURF_USAGE_HIZ_BIT))
131 if (isl_surf_usage_is_depth(info->usage)) {
135 } else if (isl_surf_usage_is_stencil(info->usage)) {
161 if (!(info->usage & ISL_SURF_USAGE_DISABLE_AUX_BIT)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_screen.c 64 unsigned storage_sample_count, unsigned usage)
70 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
71 util_format_name(format), target, sample_count, usage);
78 if ((usage & PIPE_BIND_VERTEX_BUFFER) &&
86 if ((usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE)) &&
89 retval |= usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE);
92 if ((usage &
96 retval |= usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET |
102 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) {
103 retval |= usage & PIPE_BIND_RENDER_TARGET
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl_gen8.c 49 if (info->usage & ISL_SURF_USAGE_RENDER_TARGET_BIT)
69 if (isl_surf_usage_is_display(info->usage))
74 if (isl_surf_usage_is_depth_or_stencil(info->usage) ||
75 (info->usage & ISL_SURF_USAGE_HIZ_BIT))
131 if (isl_surf_usage_is_depth(info->usage)) {
135 } else if (isl_surf_usage_is_stencil(info->usage)) {
155 if (!(info->usage & ISL_SURF_USAGE_DISABLE_AUX_BIT)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
radeon_video.h 41 unsigned usage; member in struct:rvid_buffer
50 unsigned usage);
54 unsigned usage);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_tgsi.h 50 unsigned *usage,
54 *usage = SVGA3D_DECLUSAGE_POSITION;
58 *usage = SVGA3D_DECLUSAGE_TEXCOORD;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_tgsi.h 50 unsigned *usage,
54 *usage = SVGA3D_DECLUSAGE_POSITION;
58 *usage = SVGA3D_DECLUSAGE_TEXCOORD;
  /xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
gralloc.h 122 /* mask for the software usage bit-mask */
142 /* implementation-specific private usage flags */
195 * specified usage. This call may block, for instance if the h/w needs
204 * If usage specifies GRALLOC_USAGE_SW_*, vaddr is filled with the address
223 * If the buffer was created with a usage mask incompatible with the
224 * requested usage flags here, -EINVAL is returned.
229 buffer_handle_t handle, int usage,
268 buffer_handle_t handle, int usage,
283 buffer_handle_t handle, int usage,
313 buffer_handle_t handle, int usage,
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_transfer.h 35 unsigned usage,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_transfer.h 35 unsigned usage,

Completed in 10 milliseconds

1 2 3 4 5 6 7 8 91011>>