Searched refs:indent (Results 1 - 25 of 90) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa-indent.sh2 indent --linux-style -i4 -ip4 -bad -bap -psl $*
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa-indent.sh2 indent --linux-style -i4 -ip4 -bad -bap -psl $*
/xsrc/external/mit/libdrm/dist/
H A DAndroid.sources.bp.mk13 indent := $(empty) $(empty) macro
20 $(info $(indent)name: "$(lower_name)_sources",) \
21 $(info $(indent)srcs: [) \
23 $(info $(indent)$(indent)"$(f)",)) \
24 $(info $(indent)],) \
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv5_pack.h121 #define pan_print(fp, T, var, indent) \
122 PREFIX2(T, print)(fp, &(var), indent)
144 #define pan_section_print(fp, A, S, var, indent) \
145 PREFIX4(A, SECTION, S, print)(fp, &(var), indent)
159 fprintf(fp, "%*sFormat (v6): %s%s%s %s%s%s%s\n", indent, "", \
1086 MALI_ATTRIBUTE_print(FILE *fp, const struct MALI_ATTRIBUTE * values, unsigned indent) argument
1088 fprintf(fp, "%*sBuffer index: %u\n", indent, "", values->buffer_index);
1089 fprintf(fp, "%*sOffset enable: %s\n", indent, "", values->offset_enable ? "true" : "false");
1091 fprintf(fp, "%*sOffset: %d\n", indent, "", values->offset);
1133 MALI_ATTRIBUTE_VERTEX_ID_print(FILE *fp, const struct MALI_ATTRIBUTE_VERTEX_ID * values, unsigned indent) argument
1181 MALI_ATTRIBUTE_INSTANCE_ID_print(FILE * fp,const struct MALI_ATTRIBUTE_INSTANCE_ID * values,unsigned indent) argument
1243 MALI_ATTRIBUTE_BUFFER_print(FILE * fp,const struct MALI_ATTRIBUTE_BUFFER * values,unsigned indent) argument
1290 MALI_ATTRIBUTE_BUFFER_CONTINUATION_NPOT_print(FILE * fp,const struct MALI_ATTRIBUTE_BUFFER_CONTINUATION_NPOT * values,unsigned indent) argument
1341 MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D_print(FILE * fp,const struct MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D * values,unsigned indent) argument
1425 MALI_BLEND_FUNCTION_print(FILE * fp,const struct MALI_BLEND_FUNCTION * values,unsigned indent) argument
1488 MALI_BLEND_EQUATION_print(FILE * fp,const struct MALI_BLEND_EQUATION * values,unsigned indent) argument
1584 MALI_BLEND_print(FILE * fp,const struct MALI_BLEND * values,unsigned indent) argument
1643 MALI_INVOCATION_print(FILE * fp,const struct MALI_INVOCATION * values,unsigned indent) argument
1758 MALI_PRIMITIVE_print(FILE * fp,const struct MALI_PRIMITIVE * values,unsigned indent) argument
1906 MALI_DRAW_print(FILE * fp,const struct MALI_DRAW * values,unsigned indent) argument
1966 MALI_SURFACE_print(FILE * fp,const struct MALI_SURFACE * values,unsigned indent) argument
2004 MALI_SURFACE_WITH_STRIDE_print(FILE * fp,const struct MALI_SURFACE_WITH_STRIDE * values,unsigned indent) argument
2104 MALI_SAMPLER_print(FILE * fp,const struct MALI_SAMPLER * values,unsigned indent) argument
2203 MALI_TEXTURE_print(FILE * fp,const struct MALI_TEXTURE * values,unsigned indent) argument
2297 MALI_RENDERER_PROPERTIES_print(FILE * fp,const struct MALI_RENDERER_PROPERTIES * values,unsigned indent) argument
2351 MALI_SHADER_print(FILE * fp,const struct MALI_SHADER * values,unsigned indent) argument
2419 MALI_MULTISAMPLE_MISC_print(FILE * fp,const struct MALI_MULTISAMPLE_MISC * values,unsigned indent) argument
2491 MALI_STENCIL_MASK_MISC_print(FILE * fp,const struct MALI_STENCIL_MASK_MISC * values,unsigned indent) argument
2547 MALI_STENCIL_print(FILE * fp,const struct MALI_STENCIL * values,unsigned indent) argument
2721 MALI_RENDERER_STATE_print(FILE * fp,const struct MALI_RENDERER_STATE * values,unsigned indent) argument
2775 MALI_UNIFORM_BUFFER_print(FILE * fp,const struct MALI_UNIFORM_BUFFER * values,unsigned indent) argument
2841 MALI_VIEWPORT_print(FILE * fp,const struct MALI_VIEWPORT * values,unsigned indent) argument
2908 MALI_LOCAL_STORAGE_print(FILE * fp,const struct MALI_LOCAL_STORAGE * values,unsigned indent) argument
2968 MALI_TILER_CONTEXT_print(FILE * fp,const struct MALI_TILER_CONTEXT * values,unsigned indent) argument
3024 MALI_TILER_WEIGHTS_print(FILE * fp,const struct MALI_TILER_WEIGHTS * values,unsigned indent) argument
3294 MALI_RT_BUFFER_print(FILE * fp,const struct MALI_RT_BUFFER * values,unsigned indent) argument
3464 MALI_FRAMEBUFFER_PARAMETERS_print(FILE * fp,const struct MALI_FRAMEBUFFER_PARAMETERS * values,unsigned indent) argument
3603 MALI_ZS_CRC_EXTENSION_print(FILE * fp,const struct MALI_ZS_CRC_EXTENSION * values,unsigned indent) argument
3781 MALI_RENDER_TARGET_YUV_OVERLAY_print(FILE * fp,const struct MALI_RENDER_TARGET_YUV_OVERLAY * values,unsigned indent) argument
3864 MALI_RENDER_TARGET_AFBC_OVERLAY_print(FILE * fp,const struct MALI_RENDER_TARGET_AFBC_OVERLAY * values,unsigned indent) argument
3909 MALI_RT_CLEAR_print(FILE * fp,const struct MALI_RT_CLEAR * values,unsigned indent) argument
4079 MALI_RENDER_TARGET_print(FILE * fp,const struct MALI_RENDER_TARGET * values,unsigned indent) argument
4214 MALI_JOB_HEADER_print(FILE * fp,const struct MALI_JOB_HEADER * values,unsigned indent) argument
4286 MALI_FRAGMENT_JOB_PAYLOAD_print(FILE * fp,const struct MALI_FRAGMENT_JOB_PAYLOAD * values,unsigned indent) argument
4363 MALI_WRITE_VALUE_JOB_PAYLOAD_print(FILE * fp,const struct MALI_WRITE_VALUE_JOB_PAYLOAD * values,unsigned indent) argument
4420 MALI_CACHE_FLUSH_JOB_PAYLOAD_print(FILE * fp,const struct MALI_CACHE_FLUSH_JOB_PAYLOAD * values,unsigned indent) argument
4507 MALI_COMPUTE_JOB_PARAMETERS_print(FILE * fp,const struct MALI_COMPUTE_JOB_PARAMETERS * values,unsigned indent) argument
4572 MALI_PRIMITIVE_SIZE_print(FILE * fp,const struct MALI_PRIMITIVE_SIZE * values,unsigned indent) argument
[all...]
H A Dv7_pack.h121 #define pan_print(fp, T, var, indent) \
122 PREFIX2(T, print)(fp, &(var), indent)
144 #define pan_section_print(fp, A, S, var, indent) \
145 PREFIX4(A, SECTION, S, print)(fp, &(var), indent)
159 fprintf(fp, "%*sFormat (v7): %s%s %s%s\n", indent, "", \
1167 MALI_ATTRIBUTE_print(FILE *fp, const struct MALI_ATTRIBUTE * values, unsigned indent) argument
1169 fprintf(fp, "%*sBuffer index: %u\n", indent, "", values->buffer_index);
1170 fprintf(fp, "%*sOffset enable: %s\n", indent, "", values->offset_enable ? "true" : "false");
1172 fprintf(fp, "%*sOffset: %d\n", indent, "", values->offset);
1225 MALI_ATTRIBUTE_BUFFER_print(FILE *fp, const struct MALI_ATTRIBUTE_BUFFER * values, unsigned indent) argument
1271 MALI_ATTRIBUTE_BUFFER_CONTINUATION_NPOT_print(FILE * fp,const struct MALI_ATTRIBUTE_BUFFER_CONTINUATION_NPOT * values,unsigned indent) argument
1322 MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D_print(FILE * fp,const struct MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D * values,unsigned indent) argument
1406 MALI_BLEND_FUNCTION_print(FILE * fp,const struct MALI_BLEND_FUNCTION * values,unsigned indent) argument
1469 MALI_BLEND_EQUATION_print(FILE * fp,const struct MALI_BLEND_EQUATION * values,unsigned indent) argument
1584 MALI_BLEND_SHADER_print(FILE * fp,const struct MALI_BLEND_SHADER * values,unsigned indent) argument
1622 MALI_INTERNAL_CONVERSION_print(FILE * fp,const struct MALI_INTERNAL_CONVERSION * values,unsigned indent) argument
1675 MALI_BLEND_FIXED_FUNCTION_print(FILE * fp,const struct MALI_BLEND_FIXED_FUNCTION * values,unsigned indent) argument
1732 MALI_INTERNAL_BLEND_print(FILE * fp,const struct MALI_INTERNAL_BLEND * values,unsigned indent) argument
1838 MALI_BLEND_print(FILE * fp,const struct MALI_BLEND * values,unsigned indent) argument
1896 MALI_INVOCATION_print(FILE * fp,const struct MALI_INVOCATION * values,unsigned indent) argument
2015 MALI_PRIMITIVE_print(FILE * fp,const struct MALI_PRIMITIVE * values,unsigned indent) argument
2164 MALI_DRAW_print(FILE * fp,const struct MALI_DRAW * values,unsigned indent) argument
2223 MALI_SURFACE_print(FILE * fp,const struct MALI_SURFACE * values,unsigned indent) argument
2261 MALI_SURFACE_WITH_STRIDE_print(FILE * fp,const struct MALI_SURFACE_WITH_STRIDE * values,unsigned indent) argument
2391 MALI_SAMPLER_print(FILE * fp,const struct MALI_SAMPLER * values,unsigned indent) argument
2513 MALI_TEXTURE_print(FILE * fp,const struct MALI_TEXTURE * values,unsigned indent) argument
2614 MALI_RENDERER_PROPERTIES_print(FILE * fp,const struct MALI_RENDERER_PROPERTIES * values,unsigned indent) argument
2648 MALI_COMPUTE_PRELOAD_print(FILE * fp,const struct MALI_COMPUTE_PRELOAD * values,unsigned indent) argument
2693 MALI_VERTEX_PRELOAD_print(FILE * fp,const struct MALI_VERTEX_PRELOAD * values,unsigned indent) argument
2716 MALI_FRAGMENT_PRELOAD_print(FILE * fp,const struct MALI_FRAGMENT_PRELOAD * values,unsigned indent) argument
2799 MALI_PRELOAD_print(FILE * fp,const struct MALI_PRELOAD * values,unsigned indent) argument
2848 MALI_SHADER_print(FILE * fp,const struct MALI_SHADER * values,unsigned indent) argument
2922 MALI_MULTISAMPLE_MISC_print(FILE * fp,const struct MALI_MULTISAMPLE_MISC * values,unsigned indent) argument
2996 MALI_STENCIL_MASK_MISC_print(FILE * fp,const struct MALI_STENCIL_MASK_MISC * values,unsigned indent) argument
3052 MALI_STENCIL_print(FILE * fp,const struct MALI_STENCIL * values,unsigned indent) argument
3072 MALI_LD_VAR_PRELOAD_print(FILE * fp,const struct MALI_LD_VAR_PRELOAD * values,unsigned indent) argument
3091 MALI_VAR_TEX_PRELOAD_print(FILE * fp,const struct MALI_VAR_TEX_PRELOAD * values,unsigned indent) argument
3145 MALI_MESSAGE_PRELOAD_print(FILE * fp,const struct MALI_MESSAGE_PRELOAD * values,unsigned indent) argument
3424 MALI_RENDERER_STATE_print(FILE * fp,const struct MALI_RENDERER_STATE * values,unsigned indent) argument
3484 MALI_UNIFORM_BUFFER_print(FILE * fp,const struct MALI_UNIFORM_BUFFER * values,unsigned indent) argument
3550 MALI_VIEWPORT_print(FILE * fp,const struct MALI_VIEWPORT * values,unsigned indent) argument
3617 MALI_LOCAL_STORAGE_print(FILE * fp,const struct MALI_LOCAL_STORAGE * values,unsigned indent) argument
3888 MALI_RT_BUFFER_print(FILE * fp,const struct MALI_RT_BUFFER * values,unsigned indent) argument
4105 MALI_FRAMEBUFFER_PARAMETERS_print(FILE * fp,const struct MALI_FRAMEBUFFER_PARAMETERS * values,unsigned indent) argument
4236 MALI_ZS_CRC_EXTENSION_print(FILE * fp,const struct MALI_ZS_CRC_EXTENSION * values,unsigned indent) argument
4379 MALI_RENDER_TARGET_YUV_OVERLAY_print(FILE * fp,const struct MALI_RENDER_TARGET_YUV_OVERLAY * values,unsigned indent) argument
4464 MALI_RENDER_TARGET_AFBC_OVERLAY_print(FILE * fp,const struct MALI_RENDER_TARGET_AFBC_OVERLAY * values,unsigned indent) argument
4511 MALI_RT_CLEAR_print(FILE * fp,const struct MALI_RT_CLEAR * values,unsigned indent) argument
4649 MALI_RENDER_TARGET_print(FILE * fp,const struct MALI_RENDER_TARGET * values,unsigned indent) argument
4714 MALI_TILER_HEAP_print(FILE * fp,const struct MALI_TILER_HEAP * values,unsigned indent) argument
4776 MALI_TILER_WEIGHTS_print(FILE * fp,const struct MALI_TILER_WEIGHTS * values,unsigned indent) argument
4858 MALI_TILER_STATE_print(FILE * fp,const struct MALI_TILER_STATE * values,unsigned indent) argument
5022 MALI_TILER_CONTEXT_print(FILE * fp,const struct MALI_TILER_CONTEXT * values,unsigned indent) argument
5092 MALI_FRAMEBUFFER_PADDING_print(FILE * fp,const struct MALI_FRAMEBUFFER_PADDING * values,unsigned indent) argument
5186 MALI_JOB_HEADER_print(FILE * fp,const struct MALI_JOB_HEADER * values,unsigned indent) argument
5258 MALI_FRAGMENT_JOB_PAYLOAD_print(FILE * fp,const struct MALI_FRAGMENT_JOB_PAYLOAD * values,unsigned indent) argument
5349 MALI_WRITE_VALUE_JOB_PAYLOAD_print(FILE * fp,const struct MALI_WRITE_VALUE_JOB_PAYLOAD * values,unsigned indent) argument
5407 MALI_CACHE_FLUSH_JOB_PAYLOAD_print(FILE * fp,const struct MALI_CACHE_FLUSH_JOB_PAYLOAD * values,unsigned indent) argument
5494 MALI_COMPUTE_JOB_PARAMETERS_print(FILE * fp,const struct MALI_COMPUTE_JOB_PARAMETERS * values,unsigned indent) argument
5559 MALI_PRIMITIVE_SIZE_print(FILE * fp,const struct MALI_PRIMITIVE_SIZE * values,unsigned indent) argument
5591 MALI_TILER_POINTER_print(FILE * fp,const struct MALI_TILER_POINTER * values,unsigned indent) argument
5643 MALI_TILER_JOB_PADDING_print(FILE * fp,const struct MALI_TILER_JOB_PADDING * values,unsigned indent) argument
[all...]
H A Dv6_pack.h121 #define pan_print(fp, T, var, indent) \
122 PREFIX2(T, print)(fp, &(var), indent)
144 #define pan_section_print(fp, A, S, var, indent) \
145 PREFIX4(A, SECTION, S, print)(fp, &(var), indent)
159 fprintf(fp, "%*sFormat (v6): %s%s%s %s%s%s%s\n", indent, "", \
1115 MALI_ATTRIBUTE_print(FILE *fp, const struct MALI_ATTRIBUTE * values, unsigned indent) argument
1117 fprintf(fp, "%*sBuffer index: %u\n", indent, "", values->buffer_index);
1118 fprintf(fp, "%*sOffset enable: %s\n", indent, "", values->offset_enable ? "true" : "false");
1120 fprintf(fp, "%*sOffset: %d\n", indent, "", values->offset);
1173 MALI_ATTRIBUTE_BUFFER_print(FILE *fp, const struct MALI_ATTRIBUTE_BUFFER * values, unsigned indent) argument
1219 MALI_ATTRIBUTE_BUFFER_CONTINUATION_NPOT_print(FILE * fp,const struct MALI_ATTRIBUTE_BUFFER_CONTINUATION_NPOT * values,unsigned indent) argument
1270 MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D_print(FILE * fp,const struct MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D * values,unsigned indent) argument
1354 MALI_BLEND_FUNCTION_print(FILE * fp,const struct MALI_BLEND_FUNCTION * values,unsigned indent) argument
1417 MALI_BLEND_EQUATION_print(FILE * fp,const struct MALI_BLEND_EQUATION * values,unsigned indent) argument
1532 MALI_BLEND_SHADER_print(FILE * fp,const struct MALI_BLEND_SHADER * values,unsigned indent) argument
1570 MALI_INTERNAL_CONVERSION_print(FILE * fp,const struct MALI_INTERNAL_CONVERSION * values,unsigned indent) argument
1623 MALI_BLEND_FIXED_FUNCTION_print(FILE * fp,const struct MALI_BLEND_FIXED_FUNCTION * values,unsigned indent) argument
1680 MALI_INTERNAL_BLEND_print(FILE * fp,const struct MALI_INTERNAL_BLEND * values,unsigned indent) argument
1786 MALI_BLEND_print(FILE * fp,const struct MALI_BLEND * values,unsigned indent) argument
1844 MALI_INVOCATION_print(FILE * fp,const struct MALI_INVOCATION * values,unsigned indent) argument
1963 MALI_PRIMITIVE_print(FILE * fp,const struct MALI_PRIMITIVE * values,unsigned indent) argument
2112 MALI_DRAW_print(FILE * fp,const struct MALI_DRAW * values,unsigned indent) argument
2171 MALI_SURFACE_print(FILE * fp,const struct MALI_SURFACE * values,unsigned indent) argument
2209 MALI_SURFACE_WITH_STRIDE_print(FILE * fp,const struct MALI_SURFACE_WITH_STRIDE * values,unsigned indent) argument
2339 MALI_SAMPLER_print(FILE * fp,const struct MALI_SAMPLER * values,unsigned indent) argument
2461 MALI_TEXTURE_print(FILE * fp,const struct MALI_TEXTURE * values,unsigned indent) argument
2553 MALI_RENDERER_PROPERTIES_print(FILE * fp,const struct MALI_RENDERER_PROPERTIES * values,unsigned indent) argument
2584 MALI_COMPUTE_PRELOAD_print(FILE * fp,const struct MALI_COMPUTE_PRELOAD * values,unsigned indent) argument
2629 MALI_VERTEX_PRELOAD_print(FILE * fp,const struct MALI_VERTEX_PRELOAD * values,unsigned indent) argument
2652 MALI_FRAGMENT_PRELOAD_print(FILE * fp,const struct MALI_FRAGMENT_PRELOAD * values,unsigned indent) argument
2735 MALI_PRELOAD_print(FILE * fp,const struct MALI_PRELOAD * values,unsigned indent) argument
2784 MALI_SHADER_print(FILE * fp,const struct MALI_SHADER * values,unsigned indent) argument
2858 MALI_MULTISAMPLE_MISC_print(FILE * fp,const struct MALI_MULTISAMPLE_MISC * values,unsigned indent) argument
2932 MALI_STENCIL_MASK_MISC_print(FILE * fp,const struct MALI_STENCIL_MASK_MISC * values,unsigned indent) argument
2988 MALI_STENCIL_print(FILE * fp,const struct MALI_STENCIL * values,unsigned indent) argument
3008 MALI_LD_VAR_PRELOAD_print(FILE * fp,const struct MALI_LD_VAR_PRELOAD * values,unsigned indent) argument
3027 MALI_VAR_TEX_PRELOAD_print(FILE * fp,const struct MALI_VAR_TEX_PRELOAD * values,unsigned indent) argument
3081 MALI_MESSAGE_PRELOAD_print(FILE * fp,const struct MALI_MESSAGE_PRELOAD * values,unsigned indent) argument
3348 MALI_RENDERER_STATE_print(FILE * fp,const struct MALI_RENDERER_STATE * values,unsigned indent) argument
3406 MALI_UNIFORM_BUFFER_print(FILE * fp,const struct MALI_UNIFORM_BUFFER * values,unsigned indent) argument
3472 MALI_VIEWPORT_print(FILE * fp,const struct MALI_VIEWPORT * values,unsigned indent) argument
3539 MALI_LOCAL_STORAGE_print(FILE * fp,const struct MALI_LOCAL_STORAGE * values,unsigned indent) argument
3810 MALI_RT_BUFFER_print(FILE * fp,const struct MALI_RT_BUFFER * values,unsigned indent) argument
4027 MALI_FRAMEBUFFER_PARAMETERS_print(FILE * fp,const struct MALI_FRAMEBUFFER_PARAMETERS * values,unsigned indent) argument
4158 MALI_ZS_CRC_EXTENSION_print(FILE * fp,const struct MALI_ZS_CRC_EXTENSION * values,unsigned indent) argument
4319 MALI_RENDER_TARGET_YUV_OVERLAY_print(FILE * fp,const struct MALI_RENDER_TARGET_YUV_OVERLAY * values,unsigned indent) argument
4404 MALI_RENDER_TARGET_AFBC_OVERLAY_print(FILE * fp,const struct MALI_RENDER_TARGET_AFBC_OVERLAY * values,unsigned indent) argument
4451 MALI_RT_CLEAR_print(FILE * fp,const struct MALI_RT_CLEAR * values,unsigned indent) argument
4592 MALI_RENDER_TARGET_print(FILE * fp,const struct MALI_RENDER_TARGET * values,unsigned indent) argument
4658 MALI_TILER_HEAP_print(FILE * fp,const struct MALI_TILER_HEAP * values,unsigned indent) argument
4720 MALI_TILER_WEIGHTS_print(FILE * fp,const struct MALI_TILER_WEIGHTS * values,unsigned indent) argument
4802 MALI_TILER_STATE_print(FILE * fp,const struct MALI_TILER_STATE * values,unsigned indent) argument
4966 MALI_TILER_CONTEXT_print(FILE * fp,const struct MALI_TILER_CONTEXT * values,unsigned indent) argument
5036 MALI_FRAMEBUFFER_PADDING_print(FILE * fp,const struct MALI_FRAMEBUFFER_PADDING * values,unsigned indent) argument
5130 MALI_JOB_HEADER_print(FILE * fp,const struct MALI_JOB_HEADER * values,unsigned indent) argument
5202 MALI_FRAGMENT_JOB_PAYLOAD_print(FILE * fp,const struct MALI_FRAGMENT_JOB_PAYLOAD * values,unsigned indent) argument
5293 MALI_WRITE_VALUE_JOB_PAYLOAD_print(FILE * fp,const struct MALI_WRITE_VALUE_JOB_PAYLOAD * values,unsigned indent) argument
5351 MALI_CACHE_FLUSH_JOB_PAYLOAD_print(FILE * fp,const struct MALI_CACHE_FLUSH_JOB_PAYLOAD * values,unsigned indent) argument
5438 MALI_COMPUTE_JOB_PARAMETERS_print(FILE * fp,const struct MALI_COMPUTE_JOB_PARAMETERS * values,unsigned indent) argument
5503 MALI_PRIMITIVE_SIZE_print(FILE * fp,const struct MALI_PRIMITIVE_SIZE * values,unsigned indent) argument
5535 MALI_TILER_POINTER_print(FILE * fp,const struct MALI_TILER_POINTER * values,unsigned indent) argument
5587 MALI_TILER_JOB_PADDING_print(FILE * fp,const struct MALI_TILER_JOB_PADDING * values,unsigned indent) argument
[all...]
H A Dv4_pack.h121 #define pan_print(fp, T, var, indent) \
122 PREFIX2(T, print)(fp, &(var), indent)
144 #define pan_section_print(fp, A, S, var, indent) \
145 PREFIX4(A, SECTION, S, print)(fp, &(var), indent)
159 fprintf(fp, "%*sFormat (v6): %s%s%s %s%s%s%s\n", indent, "", \
1034 MALI_ATTRIBUTE_print(FILE *fp, const struct MALI_ATTRIBUTE * values, unsigned indent) argument
1036 fprintf(fp, "%*sBuffer index: %u\n", indent, "", values->buffer_index);
1037 fprintf(fp, "%*sOffset enable: %s\n", indent, "", values->offset_enable ? "true" : "false");
1039 fprintf(fp, "%*sOffset: %d\n", indent, "", values->offset);
1081 MALI_ATTRIBUTE_VERTEX_ID_print(FILE *fp, const struct MALI_ATTRIBUTE_VERTEX_ID * values, unsigned indent) argument
1129 MALI_ATTRIBUTE_INSTANCE_ID_print(FILE * fp,const struct MALI_ATTRIBUTE_INSTANCE_ID * values,unsigned indent) argument
1191 MALI_ATTRIBUTE_BUFFER_print(FILE * fp,const struct MALI_ATTRIBUTE_BUFFER * values,unsigned indent) argument
1238 MALI_ATTRIBUTE_BUFFER_CONTINUATION_NPOT_print(FILE * fp,const struct MALI_ATTRIBUTE_BUFFER_CONTINUATION_NPOT * values,unsigned indent) argument
1289 MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D_print(FILE * fp,const struct MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D * values,unsigned indent) argument
1373 MALI_BLEND_FUNCTION_print(FILE * fp,const struct MALI_BLEND_FUNCTION * values,unsigned indent) argument
1436 MALI_BLEND_EQUATION_print(FILE * fp,const struct MALI_BLEND_EQUATION * values,unsigned indent) argument
1532 MALI_BLEND_print(FILE * fp,const struct MALI_BLEND * values,unsigned indent) argument
1591 MALI_INVOCATION_print(FILE * fp,const struct MALI_INVOCATION * values,unsigned indent) argument
1706 MALI_PRIMITIVE_print(FILE * fp,const struct MALI_PRIMITIVE * values,unsigned indent) argument
1851 MALI_DRAW_print(FILE * fp,const struct MALI_DRAW * values,unsigned indent) argument
1910 MALI_SURFACE_print(FILE * fp,const struct MALI_SURFACE * values,unsigned indent) argument
1948 MALI_SURFACE_WITH_STRIDE_print(FILE * fp,const struct MALI_SURFACE_WITH_STRIDE * values,unsigned indent) argument
2048 MALI_SAMPLER_print(FILE * fp,const struct MALI_SAMPLER * values,unsigned indent) argument
2147 MALI_TEXTURE_print(FILE * fp,const struct MALI_TEXTURE * values,unsigned indent) argument
2241 MALI_RENDERER_PROPERTIES_print(FILE * fp,const struct MALI_RENDERER_PROPERTIES * values,unsigned indent) argument
2295 MALI_SHADER_print(FILE * fp,const struct MALI_SHADER * values,unsigned indent) argument
2371 MALI_MULTISAMPLE_MISC_print(FILE * fp,const struct MALI_MULTISAMPLE_MISC * values,unsigned indent) argument
2458 MALI_STENCIL_MASK_MISC_print(FILE * fp,const struct MALI_STENCIL_MASK_MISC * values,unsigned indent) argument
2518 MALI_STENCIL_print(FILE * fp,const struct MALI_STENCIL * values,unsigned indent) argument
2736 MALI_RENDERER_STATE_print(FILE * fp,const struct MALI_RENDERER_STATE * values,unsigned indent) argument
2793 MALI_UNIFORM_BUFFER_print(FILE * fp,const struct MALI_UNIFORM_BUFFER * values,unsigned indent) argument
2859 MALI_VIEWPORT_print(FILE * fp,const struct MALI_VIEWPORT * values,unsigned indent) argument
2926 MALI_LOCAL_STORAGE_print(FILE * fp,const struct MALI_LOCAL_STORAGE * values,unsigned indent) argument
2986 MALI_TILER_CONTEXT_print(FILE * fp,const struct MALI_TILER_CONTEXT * values,unsigned indent) argument
3042 MALI_TILER_WEIGHTS_print(FILE * fp,const struct MALI_TILER_WEIGHTS * values,unsigned indent) argument
3290 MALI_RT_BUFFER_print(FILE * fp,const struct MALI_RT_BUFFER * values,unsigned indent) argument
3513 MALI_FRAMEBUFFER_PARAMETERS_print(FILE * fp,const struct MALI_FRAMEBUFFER_PARAMETERS * values,unsigned indent) argument
3603 MALI_FRAMEBUFFER_PADDING_1_print(FILE * fp,const struct MALI_FRAMEBUFFER_PADDING_1 * values,unsigned indent) argument
3646 MALI_FRAMEBUFFER_PADDING_2_print(FILE * fp,const struct MALI_FRAMEBUFFER_PADDING_2 * values,unsigned indent) argument
3785 MALI_JOB_HEADER_print(FILE * fp,const struct MALI_JOB_HEADER * values,unsigned indent) argument
3844 MALI_FRAGMENT_JOB_PAYLOAD_print(FILE * fp,const struct MALI_FRAGMENT_JOB_PAYLOAD * values,unsigned indent) argument
3918 MALI_WRITE_VALUE_JOB_PAYLOAD_print(FILE * fp,const struct MALI_WRITE_VALUE_JOB_PAYLOAD * values,unsigned indent) argument
3975 MALI_CACHE_FLUSH_JOB_PAYLOAD_print(FILE * fp,const struct MALI_CACHE_FLUSH_JOB_PAYLOAD * values,unsigned indent) argument
4062 MALI_COMPUTE_JOB_PARAMETERS_print(FILE * fp,const struct MALI_COMPUTE_JOB_PARAMETERS * values,unsigned indent) argument
4127 MALI_PRIMITIVE_SIZE_print(FILE * fp,const struct MALI_PRIMITIVE_SIZE * values,unsigned indent) argument
[all...]
H A Dcommon_pack.h121 #define pan_print(fp, T, var, indent) \
122 PREFIX2(T, print)(fp, &(var), indent)
144 #define pan_section_print(fp, A, S, var, indent) \
145 PREFIX4(A, SECTION, S, print)(fp, &(var), indent)
293 MALI_BLEND_FUNCTION_print(FILE *fp, const struct MALI_BLEND_FUNCTION * values, unsigned indent) argument
295 fprintf(fp, "%*sA: %s\n", indent, "", mali_blend_operand_a_as_str(values->a));
296 fprintf(fp, "%*sNegate A: %s\n", indent, "", values->negate_a ? "true" : "false");
297 fprintf(fp, "%*sB: %s\n", indent, "", mali_blend_operand_b_as_str(values->b));
298 fprintf(fp, "%*sNegate B: %s\n", indent, "", values->negate_b ? "true" : "false");
299 fprintf(fp, "%*sC: %s\n", indent, "", mali_blend_operand_c_as_st
356 MALI_BLEND_EQUATION_print(FILE * fp,const struct MALI_BLEND_EQUATION * values,unsigned indent) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_debug.c73 const size_t length = sizeof(radeon->debug.indent)
74 / sizeof(radeon->debug.indent[0]);
76 radeon->debug.indent[radeon->debug.indent_depth] = '\t';
86 radeon->debug.indent[radeon->debug.indent_depth] = '\0';
103 fprintf(stderr, "%s", radeon->debug.indent);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_debug.c77 const size_t length = sizeof(radeon->debug.indent)
78 / sizeof(radeon->debug.indent[0]);
80 radeon->debug.indent[radeon->debug.indent_depth] = '\t';
90 radeon->debug.indent[radeon->debug.indent_depth] = '\0';
107 fprintf(stderr, "%s", radeon->debug.indent);
/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A Dalign.py110 indent = ' ' * stacksize
114 % (indent, str(type_obj), indent, str(align_before), str(align_after)))
117 % (indent, str(field_name), str(type_obj),
118 indent, str(align_before), str(align_after)))
120 result += self.callstack_to_str(indent, callstack)
125 indent = ' ' * stacksize
128 % (indent, str(align_before), indent, str(type_obj), indent, reaso
[all...]
/xsrc/external/mit/ctwm/dist/client/
H A DMakefile13 indent: target
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_dump.cpp34 indent();
59 indent();
73 indent();
88 indent();
95 indent();
104 indent();
113 indent();
122 indent();
134 indent();
143 indent();
299 void dump::indent() { function in class:r600_sb::dump
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_dump.cpp34 indent();
59 indent();
73 indent();
88 indent();
95 indent();
104 indent();
113 indent();
122 indent();
134 indent();
143 indent();
299 void dump::indent() { function in class:r600_sb::dump
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_marshal.py53 def indent(delta = 3): function
99 with indent():
123 with indent():
142 with indent():
174 with indent():
201 with indent():
204 with indent():
219 with indent():
232 with indent():
250 with indent()
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_gp.c1243 unsigned long indent, temp; local in function:gp_color_bitmap_to_screen_blt
1255 indent = srcx << gp3_pix_shift;
1256 srcoffset = (indent & ~3L);
1257 indent &= 3;
1285 WRITE_COMMAND32(GP3_BLT_SRC_OFFSET, indent);
1299 size = (width << gp3_pix_shift) + indent;
1418 unsigned long indent, temp; local in function:gp_color_convert_blt
1456 indent = (srcx >> 1);
1457 srcoffset = (indent & ~3L);
1458 indent
1620 unsigned long indent, temp; local in function:gp_custom_convert_blt
1918 unsigned long indent, temp; local in function:gp_mono_bitmap_to_screen_blt
2441 unsigned long indent, temp; local in function:gp_antialiased_text
2641 unsigned long indent, temp; local in function:gp_masked_blt
2879 unsigned long indent, temp; local in function:gp_screen_to_screen_masked
3470 unsigned long indent; local in function:gp_blend_mask_blt
[all...]
/xsrc/external/mit/xkeyboard-config/dist/scripts/
H A Dsymbols-tree.py136 def print_section(s, filter_section=None, indent=0):
147 if indent > 0:
148 prefix = " " * (indent - 2) + "|-> "
160 print_section(include_section, filter_section=variant, indent=indent + 4)
163 def list_sections(sections, filter_section=None, indent=0):
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_icd.py47 json.dump(json_data, f, indent = 4, sort_keys=True, separators=(',', ': '))
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_icd.py47 json.dump(json_data, f, indent = 4, sort_keys=True, separators=(',', ': '))
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_icd.py48 json.dump(json_data, f, indent=4, sort_keys=True, separators=(',', ': '))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_print.h93 GLint indent,
98 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent,
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_print.h93 GLint indent,
98 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent,
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_marshal.py61 def indent(delta = 3): function
98 with indent():
135 with indent():
202 with indent():
243 with indent():
271 with indent():
275 with indent():
307 with indent():
318 with indent():
337 with indent()
[all...]
/xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
H A Dlisp.lsp34 (require "indent")
66 ;; Boolean. Move cursor to the indent column after pressing <Enter>?
67 (:newline-indent . t)
73 ;; This should default to T when newline-indent is not NIL.
78 (:disable-indent . nil)
83 (defindent *lisp-mode-indent* :main
85 (indtoken "^\\s*" :indent
168 (:indent :element)))
174 (:indent :symbol)))
180 ;; indent |
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/perf/
H A Dpan_gen_perf.py40 def indent(self, n): member in class:SourceFile
157 c.indent(tab_size)
173 c.indent(tab_size)
178 c.indent(tab_size)
186 c.indent(tab_size)
190 c.indent(tab_size)
197 c.indent(tab_size)

Completed in 63 milliseconds

1234