| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_state.c | 196 svga_update_state(struct svga_context *svga, unsigned max_level) argument 213 for (i = 0; i <= max_level; i++) { 246 svga_update_state_retry(struct svga_context *svga, unsigned max_level) argument 250 ret = svga_update_state( svga, max_level ); 254 ret = svga_update_state( svga, max_level );
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmSL.c | 73 static SLEntryPtr SLCreateEntry(int max_level, unsigned long key, void *value) argument 77 if (max_level < 0 || max_level > SL_MAX_LEVEL) max_level = SL_MAX_LEVEL; 80 + (max_level + 1) * sizeof(entry->forward[0])); 85 entry->levels = max_level + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | apple_cgl.h | 72 GLint max_level, CGLPBufferObj * pbuffer);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_state.c | 252 svga_update_state(struct svga_context *svga, unsigned max_level) argument 269 for (i = 0; i <= max_level; i++) { 302 svga_update_state_retry(struct svga_context *svga, unsigned max_level) argument 306 SVGA_RETRY_OOM(svga, ret, svga_update_state( svga, max_level ));
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_cgl.h | 72 GLint max_level, CGLPBufferObj * pbuffer);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | query.c | 175 VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, 182 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) 207 *max_level = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, 213 *max_level = 0; 174 vlVdpDecoderQueryCapabilities(VdpDevice device,VdpDecoderProfile profile,VdpBool * is_supported,uint32_t * max_level,uint32_t * max_macroblocks,uint32_t * max_width,uint32_t * max_height) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | query.c | 174 VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, 181 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) 206 *max_level = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, 216 *max_level = 0; 173 vlVdpDecoderQueryCapabilities(VdpDevice device,VdpDecoderProfile profile,VdpBool * is_supported,uint32_t * max_level,uint32_t * max_macroblocks,uint32_t * max_width,uint32_t * max_height) argument
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dvx_image.c | 95 tex.max_level = image_view->vk.base_mip_level +
|
| H A D | v3dv_meta_clear.c | 93 uint32_t max_level = range->baseMipLevel + level_count; local in function:clear_image_tlb 110 for (uint32_t level = min_level; level < max_level; level++) {
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_gpu_info.h | 156 uint32_t max_level; member in struct:radeon_info::video_caps_info::__anon6be6a4450208
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | basetexture9.c | 115 DWORD max_level; local in function:NineBaseTexture9_SetLOD 121 max_level = (This->base.usage & D3DUSAGE_AUTOGENMIPMAP) ? 123 This->managed.lod = MIN2(LODNew, max_level);
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | amdgpu_drm.h | 1251 __u32 max_level; member in struct:drm_amdgpu_info_video_codec_info
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | amdgpu_drm.h | 1116 __u32 max_level; member in struct:drm_amdgpu_info_video_codec_info
|
| /xsrc/external/mit/libvdpau/dist/trace/ |
| H A D | vdpau_trace.cpp | 3108 uint32_t * max_level, 3124 max_level ? "-" : "NULL", 3136 max_level, 3151 if (max_level) { 3152 fprintf(_vdp_cap_data.fp, ", %u", *max_level); 3103 _vdp_cap_decoder_query_capabilities(VdpDevice device,VdpDecoderProfile profile,VdpBool * is_supported,uint32_t * max_level,uint32_t * max_macroblocks,uint32_t * max_width,uint32_t * max_height) argument
|
| /xsrc/external/mit/libvdpau/dist/include/vdpau/ |
| H A D | vdpau.h | 2747 * \param[out] max_level The maximum specification level supported for this 2765 uint32_t * max_level,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_get.c | 686 return sscreen->info.dec_caps.codec_info[codec - 1].max_level;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3dx_state.c | 862 tex->max_level = last_level;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3dx_state.c | 860 tex->max_level = last_level;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 2048 const float max_level = sp_sview->base.u.tex.last_level; local in function:clamp_lod 2055 cl = CLAMP(cl, 0, max_level - min_level);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 2062 const float max_level = sp_sview->base.u.tex.last_level; local in function:clamp_lod 2069 cl = CLAMP(cl, 0, max_level - min_level);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | misc.c | 4795 int max_level; member in struct:decode_upss::__anon76473db50608
|
| H A D | charproc.c | 1792 int max_level; member in struct:__anon82cdfdfb0408 1898 && screen->vtXX_level <= scs_table[n].max_level
|