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

  /xsrc/external/mit/xf86-video-i128/dist/src/
i128accel.c 94 static const int min_size[] = { 0x62, 0x32, 0x1A, 0x00 }; variable
145 if ((w >= min_size[bppi]) && (w <= max_size[bppi])) {
i128exa.c 113 static const int min_size[] = { 0x62, 0x32, 0x1A, 0x00 }; variable
155 if ((w >= min_size[bppi]) && (w <= max_size[bppi])) {
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_fs_lower_regioning.cpp 79 unsigned min_size = type_sz(inst->dst.type); local
86 min_size = MIN2(min_size, size);
94 assert(max_size <= 4 * min_size);
100 return MIN2(max_stride, 4 * min_size);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_fs_lower_regioning.cpp 79 unsigned min_size = type_sz(inst->dst.type); local
86 min_size = MIN2(min_size, size);
94 assert(max_size <= 4 * min_size);
100 return MIN2(max_stride, 4 * min_size);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_misc_state.c 670 const unsigned min_size[][2] = { local
676 if (width > min_size[idx][0] || height > min_size[idx][1]) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.c 723 const unsigned min_size = MAX2(ib->max_check_space_size, 8 * 1024 * 4); local
727 buffer_size = MAX2(buffer_size, min_size); /* min_size is more important */
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_allocator.c 1005 uint32_t min_size = 1 << ANV_MIN_STATE_SIZE_LOG2; local
1010 while (chunk_size > 0 && divisor >= min_size) {
genX_cmd_buffer.c 5780 const unsigned min_size[][2] = { local
5787 (width > min_size[idx][0] || height > min_size[idx][1])) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.c 686 const unsigned min_size = MAX2(ib->max_check_space_size, 8 * 1024 * 4); local
690 buffer_size = MAX2(buffer_size, min_size); /* min_size is more important */
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_allocator.c 1084 uint32_t min_size = 1 << ANV_MIN_STATE_SIZE_LOG2; local
1089 while (chunk_size > 0 && divisor >= min_size) {
  /xsrc/external/mit/brotli/dist/c/dec/
decode.c 1418 int min_size = s->ringbuffer_size ? s->ringbuffer_size : 1024; local
1437 min_size = min_size < output_size ? output_size : min_size;
1443 while ((new_ringbuffer_size >> 1) >= min_size) {
  /xsrc/external/mit/libdrm/dist/intel/
intel_bufmgr_gem.c 316 unsigned long min_size, max_size; local
328 min_size = 1024*1024;
331 min_size = 512*1024;
344 for (i = min_size; i < size; i <<= 1)
549 unsigned int min_size; local
553 min_size = 1024*1024;
555 min_size = 512*1024;
557 while (min_size < size)
558 min_size *= 2;
560 min_size = size
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
kgem.c 1951 uint32_t min_size, min_pitch; local
1960 min_size = kgem_surface_size(kgem, kgem->has_relaxed_fencing, 0,
1964 DBG(("%s: min_pitch=%d, min_size=%d\n", __FUNCTION__, min_pitch, min_size));
1966 if (size < min_size)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c 8050 const unsigned min_size[][2] = { local
8056 if (width > min_size[idx][0] || height > min_size[idx][1]) {
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
kgem.c 2407 uint32_t min_size, min_pitch; local
2416 min_size = kgem_surface_size(kgem, kgem->has_relaxed_fencing, 0,
2420 DBG(("%s: min_pitch=%d, min_size=%d\n", __FUNCTION__, min_pitch, min_size));
2422 if (size < min_size)

Completed in 37 milliseconds