| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | dixstruct.h | 72 #define SaveSetWindow(ss) ((ss).windowPtr) 73 #define SaveSetToRoot(ss) ((ss).toRoot) 74 #define SaveSetShouldMap(ss) ((ss).map) 75 #define SaveSetAssignWindow(ss,w) ((ss).windowPtr = (w)) 76 #define SaveSetAssignToRoot(ss,tr) ((ss) [all...] |
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| H A D | afranges.h | 29 #define SCRIPT( s, S, d, h, H, ss ) \ 35 #define SCRIPT( s, S, d, h, H, ss ) \
|
| H A D | afglobal.c | 44 #define SCRIPT( s, S, d, h, H, ss ) \ 51 ss ) 57 #define STYLE( s, S, d, ws, sc, ss, c ) \ 63 ss, \ 84 #define SCRIPT( s, S, d, h, H, ss ) \ 98 #define STYLE( s, S, d, ws, sc, ss, c ) \ 114 #define STYLE( s, S, d, ws, sc, ss, c ) #s, 136 FT_UInt ss; local in function:af_face_globals_compute_style_coverage 157 for ( ss = 0; af_style_classes[ss]; s [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_resource_buffer_upload.h | 40 svga_buffer_create_hw_storage(struct svga_screen *ss, 45 svga_buffer_destroy_hw_storage(struct svga_screen *ss, 49 svga_buffer_create_host_surface(struct svga_screen *ss, 75 svga_buffer_destroy_host_surface(struct svga_screen *ss,
|
| H A D | svga_resource_buffer.c | 52 svga_buffer_needs_hw_storage(const struct svga_screen *ss, argument 58 if (ss->sws->have_vgpu10) { 97 struct svga_screen *ss = svga_screen(pipe->screen); local in function:svga_buffer_transfer_map 184 svga_buffer_destroy_hw_storage(ss, sbuf); 248 if (svga_buffer_create_hw_storage(ss, sbuf, sbuf->bind_flags) != PIPE_OK) { 311 struct svga_screen *ss = svga_screen(pipe->screen); local in function:svga_buffer_transfer_flush_region 320 mtx_lock(&ss->swc_mutex); 322 mtx_unlock(&ss->swc_mutex); 330 struct svga_screen *ss = svga_screen(pipe->screen); local in function:svga_buffer_transfer_unmap 336 mtx_lock(&ss 376 struct svga_screen *ss = svga_screen(screen); local in function:svga_buffer_destroy 421 struct svga_screen *ss = svga_screen(screen); local in function:svga_buffer_create 511 struct svga_screen *ss = svga_screen(screen); local in function:svga_user_buffer_create [all...] |
| H A D | svga_format.h | 75 svga_translate_format(const struct svga_screen *ss, 80 svga_get_format_cap(struct svga_screen *ss, 124 svga_format_is_shareable(const struct svga_screen *ss,
|
| H A D | svga_sampler_view.c | 62 struct svga_screen *ss = svga_screen(pipe->screen); local in function:svga_get_tex_sampler_view 66 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format, 85 if (ss->debug.no_sampler_view) 88 if (ss->debug.force_sampler_view) 94 mtx_lock(&ss->tex_mutex); 99 mtx_unlock(&ss->tex_mutex); 105 mtx_unlock(&ss->tex_mutex); 166 mtx_lock(&ss->tex_mutex); 168 mtx_unlock(&ss->tex_mutex); 224 struct svga_screen *ss local in function:svga_destroy_sampler_view_priv [all...] |
| H A D | svga_pipe_sampler.c | 161 struct svga_sampler_state *ss, 174 anisotropic = ss->aniso_level > 1.0f; 180 ss->compare_mode); 182 compare_func = translate_comparison_func(ss->compare_func); 204 ss->id[1] = SVGA3D_INVALID_ID; 207 for (i = 0; i <= ss->compare_mode; i++) { 208 ss->id[i] = util_bitmask_add(svga->sampler_object_id_bm); 214 ss->id[i], 216 ss->addressu, 217 ss 160 define_sampler_state_object(struct svga_context * svga,struct svga_sampler_state * ss,const struct pipe_sampler_state * ps) argument 346 struct svga_sampler_state *ss = (struct svga_sampler_state *) sampler; local in function:svga_delete_sampler_state [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_resource_buffer_upload.h | 40 svga_buffer_create_hw_storage(struct svga_screen *ss, 45 svga_buffer_destroy_hw_storage(struct svga_screen *ss, 49 svga_buffer_create_host_surface(struct svga_screen *ss, 75 svga_buffer_destroy_host_surface(struct svga_screen *ss,
|
| H A D | svga_resource_buffer.c | 54 svga_buffer_needs_hw_storage(const struct svga_screen *ss, argument 61 if (ss->sws->have_vgpu10) { 102 struct svga_screen *ss = svga_screen(pipe->screen); local in function:svga_buffer_transfer_map 185 svga_buffer_destroy_hw_storage(ss, sbuf); 249 if (svga_buffer_create_hw_storage(ss, sbuf, sbuf->bind_flags) != PIPE_OK) { 315 struct svga_screen *ss = svga_screen(pipe->screen); local in function:svga_buffer_transfer_flush_region 325 mtx_lock(&ss->swc_mutex); 327 mtx_unlock(&ss->swc_mutex); 336 struct svga_screen *ss = svga_screen(pipe->screen); local in function:svga_buffer_transfer_unmap 342 mtx_lock(&ss 398 struct svga_screen *ss = svga_screen(screen); local in function:svga_resource_destroy 426 struct svga_screen *ss = svga_screen(screen); local in function:svga_resource_destroy 460 struct svga_screen *ss = svga_screen(screen); local in function:svga_buffer_create 559 struct svga_screen *ss = svga_screen(screen); local in function:svga_user_buffer_create [all...] |
| H A D | svga_format.h | 75 svga_translate_format(const struct svga_screen *ss, 80 svga_get_format_cap(struct svga_screen *ss, 124 svga_format_is_shareable(const struct svga_screen *ss,
|
| H A D | svga_sampler_view.c | 62 struct svga_screen *ss = svga_screen(pipe->screen); local in function:svga_get_tex_sampler_view 66 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format, 85 if (ss->debug.no_sampler_view) 88 if (ss->debug.force_sampler_view) 94 mtx_lock(&ss->tex_mutex); 99 mtx_unlock(&ss->tex_mutex); 105 mtx_unlock(&ss->tex_mutex); 166 mtx_lock(&ss->tex_mutex); 168 mtx_unlock(&ss->tex_mutex); 224 struct svga_screen *ss local in function:svga_destroy_sampler_view_priv [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_texture_state.c | 86 const struct pipe_sampler_state *ss) 91 const bool ansio = ss->max_anisotropy > 1; 92 const bool mipmap = ss->min_mip_filter != PIPE_TEX_MIPFILTER_NONE; 97 cs->base = *ss; 100 VIVS_TE_SAMPLER_CONFIG0_UWRAP(translate_texture_wrapmode(ss->wrap_s)) | 101 VIVS_TE_SAMPLER_CONFIG0_VWRAP(translate_texture_wrapmode(ss->wrap_t)) | 102 VIVS_TE_SAMPLER_CONFIG0_MIN(translate_texture_filter(ss->min_img_filter)) | 103 VIVS_TE_SAMPLER_CONFIG0_MIP(translate_texture_mipfilter(ss->min_mip_filter)) | 104 VIVS_TE_SAMPLER_CONFIG0_MAG(translate_texture_filter(ss->mag_img_filter)) | 105 VIVS_TE_SAMPLER_CONFIG0_ANISOTROPY(COND(ansio, etna_log2_fixp55(ss 85 etna_create_sampler_state_state(struct pipe_context * pipe,const struct pipe_sampler_state * ss) argument 146 etna_delete_sampler_state_state(struct pipe_context * pctx,void * ss) argument 345 struct etna_sampler_state *ss = etna_sampler_state(ctx->sampler[x]); local in function:etna_emit_new_texture_state 355 struct etna_sampler_state *ss; local in function:etna_emit_new_texture_state 378 struct etna_sampler_state *ss; local in function:etna_emit_new_texture_state 436 struct etna_sampler_state *ss = etna_sampler_state(ctx->sampler[x]); local in function:etna_emit_new_texture_state 477 struct etna_sampler_state *ss = etna_sampler_state(ctx->sampler[x]); local in function:etna_emit_texture_state 487 struct etna_sampler_state *ss; local in function:etna_emit_texture_state 510 struct etna_sampler_state *ss; local in function:etna_emit_texture_state [all...] |
| H A D | etnaviv_texture_desc.c | 78 const struct pipe_sampler_state *ss) 81 const bool ansio = ss->max_anisotropy > 1; 86 cs->base = *ss; 89 VIVS_NTE_DESCRIPTOR_SAMP_CTRL0_UWRAP(translate_texture_wrapmode(ss->wrap_s)) | 90 VIVS_NTE_DESCRIPTOR_SAMP_CTRL0_VWRAP(translate_texture_wrapmode(ss->wrap_t)) | 91 VIVS_NTE_DESCRIPTOR_SAMP_CTRL0_WWRAP(translate_texture_wrapmode(ss->wrap_r)) | 92 VIVS_NTE_DESCRIPTOR_SAMP_CTRL0_MIN(translate_texture_filter(ss->min_img_filter)) | 93 VIVS_NTE_DESCRIPTOR_SAMP_CTRL0_MIP(translate_texture_mipfilter(ss->min_mip_filter)) | 94 VIVS_NTE_DESCRIPTOR_SAMP_CTRL0_MAG(translate_texture_filter(ss->mag_img_filter)) | 98 uint32_t min_lod_fp8 = MIN2(etna_float_to_fixp88(ss 77 etna_create_sampler_state_desc(struct pipe_context * pipe,const struct pipe_sampler_state * ss) argument 120 etna_delete_sampler_state_desc(struct pipe_context * pctx,void * ss) argument 293 struct etna_sampler_state_desc *ss = etna_sampler_state_desc(ctx->sampler[x]); local in function:etna_emit_texture_desc [all...] |
| H A D | etnaviv_format.h | 43 const struct pipe_sampler_state *ss,
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dixstruct.h | 69 #define SaveSetWindow(ss) ((ss).windowPtr) 70 #define SaveSetToRoot(ss) ((ss).toRoot) 71 #define SaveSetShouldMap(ss) ((ss).map) 72 #define SaveSetAssignWindow(ss,w) ((ss).windowPtr = (w)) 73 #define SaveSetAssignToRoot(ss,tr) ((ss) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/dev/ |
| H A D | intel_device_info_test.c | 56 for (uint32_t ss = 0; ss < devinfo.max_subslices_per_slice; ss++) local in function:main 57 total_subslices += intel_device_info_subslice_available(&devinfo, s, ss); 62 for (uint32_t ss = 0; ss < devinfo.max_subslices_per_slice; ss++) local in function:main 64 total_eus += intel_device_info_eu_available(&devinfo, s, ss, eu);
|
| H A D | intel_dev_info.c | 84 for (unsigned ss = 0; ss < devinfo.max_subslices_per_slice; ss++) { local in function:main 85 fprintf(stdout, " slice%u.%s%u: ", s, subslice_name, ss); 86 if (intel_device_info_subslice_available(&devinfo, s, ss)) { 89 n_eus += intel_device_info_eu_available(&devinfo, s, ss, eu) ? 1 : 0; 90 fprintf(stdout, "%s", intel_device_info_eu_available(&devinfo, s, ss, eu) ? "1" : "0");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_fragtex.c | 44 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit]; local in function:nv30_fragtex_validate 48 if (ss && sv) { 53 u32 filter = sv->filt | (ss->filt & sv->filt_mask); 54 u32 format = sv->fmt | ss->fmt; 55 u32 enable = ss->en; 60 if (ss->pipe.min_mip_filter == PIPE_TEX_MIPFILTER_NONE) { 66 max_lod = MIN2(ss->max_lod + sv->base_lod, sv->high_lod); 67 min_lod = MIN2(ss->min_lod + sv->base_lod, max_lod); 75 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) { 97 if (ss [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_fragtex.c | 44 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit]; local in function:nv30_fragtex_validate 48 if (ss && sv) { 53 u32 filter = sv->filt | (ss->filt & sv->filt_mask); 54 u32 format = sv->fmt | ss->fmt; 55 u32 enable = ss->en; 60 if (ss->pipe.min_mip_filter == PIPE_TEX_MIPFILTER_NONE) { 66 max_lod = MIN2(ss->max_lod + sv->base_lod, sv->high_lod); 67 min_lod = MIN2(ss->min_lod + sv->base_lod, max_lod); 75 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) { 97 if (ss [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_helpers.c | 28 panfrost_analyze_sysvals(struct panfrost_shader_state *ss) argument 34 for (unsigned i = 0; i < ss->info.sysvals.sysval_count; ++i) { 35 switch (PAN_SYSVAL_TYPE(ss->info.sysvals.sysvals[i])) { 78 ss->dirty_3d = dirty; 79 ss->dirty_shader = dirty_shader;
|
| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | resources.c | 113 char *ss = s; local in function:get_integer_resource 116 while (*ss && *ss <= ' ') ss++; /* skip whitespace */ 118 if (ss[0] == '0' && (ss[1] == 'x' || ss[1] == 'X')) /* 0x: parse as hex */ 120 if (1 == sscanf (ss+2, "%x %c", &val, &c)) 128 if (1 == sscanf (ss, "%d %c", &val, &c))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_texture_state.c | 44 const struct pipe_sampler_state *ss) 52 VIVS_TE_SAMPLER_CONFIG0_UWRAP(translate_texture_wrapmode(ss->wrap_s)) | 53 VIVS_TE_SAMPLER_CONFIG0_VWRAP(translate_texture_wrapmode(ss->wrap_t)) | 54 VIVS_TE_SAMPLER_CONFIG0_MIN(translate_texture_filter(ss->min_img_filter)) | 55 VIVS_TE_SAMPLER_CONFIG0_MIP(translate_texture_mipfilter(ss->min_mip_filter)) | 56 VIVS_TE_SAMPLER_CONFIG0_MAG(translate_texture_filter(ss->mag_img_filter)) | 57 COND(ss->normalized_coords, VIVS_TE_SAMPLER_CONFIG0_ROUND_UV); 61 COND(ss->lod_bias != 0.0, VIVS_TE_SAMPLER_LOD_CONFIG_BIAS_ENABLE) | 62 VIVS_TE_SAMPLER_LOD_CONFIG_BIAS(etna_float_to_fixp55(ss->lod_bias)); 64 if (ss 43 etna_create_sampler_state_state(struct pipe_context * pipe,const struct pipe_sampler_state * ss) argument 77 etna_delete_sampler_state_state(struct pipe_context * pctx,void * ss) argument 245 struct etna_sampler_state *ss = etna_sampler_state(ctx->sampler[x]); local in function:etna_emit_texture_state 272 struct etna_sampler_state *ss; local in function:etna_emit_texture_state [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_pipe.c | 209 nine_convert_sampler_state(struct cso_context *ctx, int idx, const DWORD *ss) argument 219 if (ss[D3DSAMP_MIPFILTER] != D3DTEXF_NONE) { 220 samp.lod_bias = asfloat(ss[D3DSAMP_MIPMAPLODBIAS]); 221 samp.min_lod = ss[NINED3DSAMP_MINLOD]; 222 samp.min_mip_filter = (ss[D3DSAMP_MIPFILTER] == D3DTEXF_POINT) ? PIPE_TEX_FILTER_NEAREST : PIPE_TEX_FILTER_LINEAR; 228 if (ss[NINED3DSAMP_CUBETEX]) { 234 samp.wrap_s = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSU]); 235 samp.wrap_t = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSV]); 236 samp.wrap_r = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSW]); 238 samp.min_img_filter = (ss[D3DSAMP_MINFILTE [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_pipe.c | 211 nine_convert_sampler_state(struct cso_context *ctx, int idx, const DWORD *ss) argument 219 if (ss[D3DSAMP_MIPFILTER] != D3DTEXF_NONE) { 220 samp.lod_bias = asfloat(ss[D3DSAMP_MIPMAPLODBIAS]); 221 samp.min_lod = ss[NINED3DSAMP_MINLOD]; 222 samp.min_mip_filter = (ss[D3DSAMP_MIPFILTER] == D3DTEXF_POINT) ? PIPE_TEX_FILTER_NEAREST : PIPE_TEX_FILTER_LINEAR; 230 if (ss[NINED3DSAMP_CUBETEX]) { 236 samp.wrap_s = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSU]); 237 samp.wrap_t = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSV]); 238 samp.wrap_r = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSW]); 240 samp.min_img_filter = (ss[D3DSAMP_MINFILTE [all...] |