/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tracker.c | 168 enum xa_surface_type stype; in xa_tracker_create() local 185 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) in xa_tracker_create() 186 num_formats += num_preferred[stype]; in xa_tracker_create() 197 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) { in xa_tracker_create() 198 unsigned int bind = stype_bind[stype]; in xa_tracker_create() 202 for (i = 0; i < num_preferred[stype]; in xa_tracker_create() 271 xa_get_format_stype_depth(struct xa_tracker *xa, enum xa_surface_type stype, unsigned int depth) xa_get_format_stype_depth() argument 333 surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, struct winsys_handle *whandle) surface_create() argument 395 xa_surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags) xa_surface_create() argument 407 xa_surface_from_handle(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, uint32_t handle, uint32_t stride) xa_surface_from_handle() argument 421 xa_surface_from_handle2(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, enum xa_handle_type type, uint32_t handle, uint32_t stride) xa_surface_from_handle2() argument 439 xa_surface_redefine(struct xa_surface *srf, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int new_flags, int copy_contents) xa_surface_redefine() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_varblur.c | 96 #define COMPUTE_SAT(type, stype, depth) \ 104 stype *dst = (stype *)dstp; \ 111 stype sum = 0; \ 135 #define BLUR_PLANE(type, stype, bits) \ 153 const stype *ptr = (stype *)pptr; \ 172 stype tl = ptr[(y - t) * ptr_linesize + x - l]; \ 173 stype tr = ptr[(y - t) * ptr_linesize + x + r]; \ 174 stype b [all...] |
H A D | vf_amplify.c | 98 #define AMPLIFY_SLICE(type, stype, clip) \ 99 const stype limit[2] = { s->llimit, s->hlimit }; \ 117 stype src = *(type *)(in[radius]->data[p] + y * in[radius]->linesize[p] + x * sizeof(type));\ 119 stype sum = 0; \
|
H A D | vf_pixelize.c | 93 #define PIXELIZE_AVG(name, type, stype) \ 100 stype sum = 0; \ 121 #define PIXELIZE_MIN(name, type, stype) \ 147 #define PIXELIZE_MAX(name, type, stype) \
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_simple_shaders.c | 245 enum tgsi_return_type stype = TGSI_RETURN_TYPE_FLOAT; in util_make_fragment_tex_shader_xrbias() local 253 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, stype); in util_make_fragment_tex_shader_xrbias() 290 enum tgsi_return_type stype, in util_make_fragment_tex_shader_writemask() 301 assert((stype == TGSI_RETURN_TYPE_FLOAT) == (dtype == TGSI_RETURN_TYPE_FLOAT)); in util_make_fragment_tex_shader_writemask() 311 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, styp in util_make_fragment_tex_shader_writemask() 286 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe, enum tgsi_texture_type tex_target, enum tgsi_interpolate_mode interp_mode, unsigned writemask, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool load_level_zero, bool use_txf) util_make_fragment_tex_shader_writemask() argument 364 util_make_fragment_tex_shader(struct pipe_context *pipe, enum tgsi_texture_type tex_target, enum tgsi_interpolate_mode interp_mode, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool load_level_zero, bool use_txf) util_make_fragment_tex_shader() argument 587 util_make_fs_blit_msaa_color(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool sample_shading) util_make_fs_blit_msaa_color() argument 710 util_make_fs_msaa_resolve(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, unsigned nr_samples, enum tgsi_return_type stype) util_make_fs_msaa_resolve() argument 770 util_make_fs_msaa_resolve_bilinear(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, unsigned nr_samples, enum tgsi_return_type stype) util_make_fs_msaa_resolve_bilinear() argument [all...] |
H A D | u_simple_shaders.h | 80 enum tgsi_return_type stype, 89 enum tgsi_return_type stype, 119 enum tgsi_return_type stype, 145 enum tgsi_return_type stype); 152 enum tgsi_return_type stype);
|
/third_party/mksh/ |
H A D | eval.c | 213 unsigned short stype; /* [=+-?%#] action after expanded word */ member 389 unsigned int stype; in expand() local 394 type = varsub(&x, varname, sp, &stype, &slen); in expand() 426 st->stype = stype; in expand() 441 if (stype) in expand() 443 switch (stype & STYPE_SINGLE) { in expand() 511 if (!(stype & STYPE_MASK) && in expand() 519 } else if (!(stype & STYPE_AT)) { in expand() 543 if ((stype in expand() 1224 unsigned int stype; /* substitution type */ varsub() local [all...] |
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 1365 VkStructureType stype; in vn_decode_VkPhysicalDevicePrivateDataFeatures() local 1366 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkPhysicalDevicePrivateDataFeatures() 1367 assert(stype == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES); in vn_decode_VkPhysicalDevicePrivateDataFeatures() 1369 assert(val->sType == stype); in vn_decode_VkPhysicalDevicePrivateDataFeatures() 1499 VkStructureType stype; in vn_decode_VkPhysicalDeviceVariablePointersFeatures() local 1500 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkPhysicalDeviceVariablePointersFeatures() 1501 assert(stype == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES); in vn_decode_VkPhysicalDeviceVariablePointersFeatures() 1503 assert(val->sType == stype); in vn_decode_VkPhysicalDeviceVariablePointersFeatures() 1638 VkStructureType stype; in vn_decode_VkPhysicalDeviceMultiviewFeatures() local 1639 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkPhysicalDeviceMultiviewFeatures() 1782 VkStructureType stype; vn_decode_VkPhysicalDevice16BitStorageFeatures() local 1919 VkStructureType stype; vn_decode_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures() local 2050 VkStructureType stype; vn_decode_VkPhysicalDeviceSamplerYcbcrConversionFeatures() local 2181 VkStructureType stype; vn_decode_VkPhysicalDeviceProtectedMemoryFeatures() local 2315 VkStructureType stype; vn_decode_VkPhysicalDeviceInlineUniformBlockFeatures() local 2448 VkStructureType stype; vn_decode_VkPhysicalDeviceMaintenance4Features() local 2579 VkStructureType stype; vn_decode_VkPhysicalDeviceShaderDrawParametersFeatures() local 2713 VkStructureType stype; vn_decode_VkPhysicalDeviceShaderFloat16Int8Features() local 2846 VkStructureType stype; vn_decode_VkPhysicalDeviceHostQueryResetFeatures() local 3034 VkStructureType stype; vn_decode_VkPhysicalDeviceDescriptorIndexingFeatures() local 3203 VkStructureType stype; vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures() local 3340 VkStructureType stype; vn_decode_VkPhysicalDevice8BitStorageFeatures() local 3478 VkStructureType stype; vn_decode_VkPhysicalDeviceConditionalRenderingFeaturesEXT() local 3617 VkStructureType stype; vn_decode_VkPhysicalDeviceVulkanMemoryModelFeatures() local 3755 VkStructureType stype; vn_decode_VkPhysicalDeviceShaderAtomicInt64Features() local 3891 VkStructureType stype; vn_decode_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT() local 4027 VkStructureType stype; vn_decode_VkPhysicalDeviceTransformFeedbackFeaturesEXT() local 4160 VkStructureType stype; vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures() local 4291 VkStructureType stype; vn_decode_VkPhysicalDeviceUniformBufferStandardLayoutFeatures() local 4422 VkStructureType stype; vn_decode_VkPhysicalDeviceDepthClipEnableFeaturesEXT() local 4559 VkStructureType stype; vn_decode_VkPhysicalDeviceBufferDeviceAddressFeatures() local 4694 VkStructureType stype; vn_decode_VkPhysicalDeviceImagelessFramebufferFeatures() local 4825 VkStructureType stype; vn_decode_VkPhysicalDeviceTextureCompressionASTCHDRFeatures() local 4956 VkStructureType stype; vn_decode_VkPhysicalDeviceIndexTypeUint8FeaturesEXT() local 5087 VkStructureType stype; vn_decode_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures() local 5218 VkStructureType stype; vn_decode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures() local 5349 VkStructureType stype; vn_decode_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT() local 5483 VkStructureType stype; vn_decode_VkPhysicalDeviceSubgroupSizeControlFeatures() local 5631 VkStructureType stype; vn_decode_VkPhysicalDeviceLineRasterizationFeaturesEXT() local 5772 VkStructureType stype; vn_decode_VkPhysicalDevicePipelineCreationCacheControlFeatures() local 5936 VkStructureType stype; vn_decode_VkPhysicalDeviceVulkan11Features() local 6227 VkStructureType stype; vn_decode_VkPhysicalDeviceVulkan12Features() local 6492 VkStructureType stype; vn_decode_VkPhysicalDeviceVulkan13Features() local 6654 VkStructureType stype; vn_decode_VkPhysicalDeviceCustomBorderColorFeaturesEXT() local 6787 VkStructureType stype; vn_decode_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT() local 6924 VkStructureType stype; vn_decode_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT() local 7059 VkStructureType stype; vn_decode_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures() local 7196 VkStructureType stype; vn_decode_VkPhysicalDeviceRobustness2FeaturesEXT() local 7331 VkStructureType stype; vn_decode_VkPhysicalDeviceImageRobustnessFeatures() local 7465 VkStructureType stype; vn_decode_VkPhysicalDevice4444FormatsFeaturesEXT() local 7598 VkStructureType stype; vn_decode_VkPhysicalDeviceShaderTerminateInvocationFeatures() local 7729 VkStructureType stype; vn_decode_VkPhysicalDeviceSynchronization2Features() local 7860 VkStructureType stype; vn_decode_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT() local 7994 VkStructureType stype; vn_decode_VkPhysicalDeviceProvokingVertexFeaturesEXT() local 8127 VkStructureType stype; vn_decode_VkPhysicalDeviceShaderIntegerDotProductFeatures() local 8258 VkStructureType stype; vn_decode_VkPhysicalDeviceDynamicRenderingFeatures() local 8389 VkStructureType stype; vn_decode_VkPhysicalDeviceImageViewMinLodFeaturesEXT() local 9243 VkStructureType stype; vn_decode_VkPhysicalDeviceFeatures2_pnext() local 9474 VkStructureType stype; vn_decode_VkPhysicalDeviceFeatures2() local 11337 VkStructureType stype; vn_decode_VkPhysicalDeviceDriverProperties() local 11471 VkStructureType stype; vn_decode_VkPhysicalDeviceIDProperties() local 11589 VkStructureType stype; vn_decode_VkPhysicalDeviceMultiviewProperties() local 11705 VkStructureType stype; vn_decode_VkPhysicalDeviceSubgroupProperties() local 11819 VkStructureType stype; vn_decode_VkPhysicalDevicePointClippingProperties() local 11927 VkStructureType stype; vn_decode_VkPhysicalDeviceProtectedMemoryProperties() local 12037 VkStructureType stype; vn_decode_VkPhysicalDeviceSamplerFilterMinmaxProperties() local 12155 VkStructureType stype; vn_decode_VkPhysicalDeviceInlineUniformBlockProperties() local 12273 VkStructureType stype; vn_decode_VkPhysicalDeviceMaintenance3Properties() local 12383 VkStructureType stype; vn_decode_VkPhysicalDeviceMaintenance4Properties() local 12523 VkStructureType stype; vn_decode_VkPhysicalDeviceFloatControlsProperties() local 12679 VkStructureType stype; vn_decode_VkPhysicalDeviceConservativeRasterizationPropertiesEXT() local 12847 VkStructureType stype; vn_decode_VkPhysicalDeviceDescriptorIndexingProperties() local 12999 VkStructureType stype; vn_decode_VkPhysicalDeviceTimelineSemaphoreProperties() local 13107 VkStructureType stype; vn_decode_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT() local 13221 VkStructureType stype; vn_decode_VkPhysicalDeviceDepthStencilResolveProperties() local 13353 VkStructureType stype; vn_decode_VkPhysicalDeviceTransformFeedbackPropertiesEXT() local 13485 VkStructureType stype; vn_decode_VkPhysicalDeviceTexelBufferAlignmentProperties() local 13605 VkStructureType stype; vn_decode_VkPhysicalDeviceSubgroupSizeControlProperties() local 13719 VkStructureType stype; vn_decode_VkPhysicalDeviceLineRasterizationPropertiesEXT() local 13867 VkStructureType stype; vn_decode_VkPhysicalDeviceVulkan11Properties() local 14113 VkStructureType stype; vn_decode_VkPhysicalDeviceVulkan12Properties() local 14411 VkStructureType stype; vn_decode_VkPhysicalDeviceVulkan13Properties() local 14607 VkStructureType stype; vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT() local 14717 VkStructureType stype; vn_decode_VkPhysicalDeviceRobustness2PropertiesEXT() local 14829 VkStructureType stype; vn_decode_VkPhysicalDeviceProvokingVertexPropertiesEXT() local 14997 VkStructureType stype; vn_decode_VkPhysicalDeviceShaderIntegerDotProductProperties() local 15348 VkStructureType stype; vn_decode_VkPhysicalDeviceProperties2_pnext() local 15487 VkStructureType stype; vn_decode_VkPhysicalDeviceProperties2() local 16045 VkStructureType stype; vn_decode_VkDrmFormatModifierPropertiesListEXT() local 16171 VkStructureType stype; vn_decode_VkFormatProperties3() local 16336 VkStructureType stype; vn_decode_VkDrmFormatModifierPropertiesList2EXT() local 16479 VkStructureType stype; vn_decode_VkFormatProperties2_pnext() local 16522 VkStructureType stype; vn_decode_VkFormatProperties2() local 16993 VkStructureType stype; vn_decode_VkExternalImageFormatProperties() local 17101 VkStructureType stype; vn_decode_VkSamplerYcbcrConversionImageFormatProperties() local 17218 VkStructureType stype; vn_decode_VkImageFormatProperties2_pnext() local 17257 VkStructureType stype; vn_decode_VkImageFormatProperties2() local 17410 VkStructureType stype; vn_decode_VkQueueFamilyProperties2() local 17518 VkStructureType stype; vn_decode_VkPhysicalDeviceMemoryProperties2() local 17687 VkStructureType stype; vn_decode_VkSparseImageFormatProperties2() local 17852 VkStructureType stype; vn_decode_VkExternalBufferProperties() local 18050 VkStructureType stype; vn_decode_VkExternalSemaphoreProperties() local 18219 VkStructureType stype; vn_decode_VkExternalFenceProperties() local 18341 VkStructureType stype; vn_decode_VkPhysicalDeviceGroupProperties() local 18591 VkStructureType stype; vn_decode_VkPhysicalDeviceToolProperties() local [all...] |
H A D | vn_protocol_driver_structs.h | 838 VkStructureType stype; in vn_decode_VkMemoryDedicatedRequirements() local 839 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkMemoryDedicatedRequirements() 840 assert(stype == VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS); in vn_decode_VkMemoryDedicatedRequirements() 842 assert(val->sType == stype); in vn_decode_VkMemoryDedicatedRequirements() 951 VkStructureType stype; in vn_decode_VkMemoryRequirements2_pnext() local 956 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkMemoryRequirements2_pnext() 959 if (pnext->sType == stype) in vn_decode_VkMemoryRequirements2_pnext() 986 VkStructureType stype; in vn_decode_VkMemoryRequirements2() local 987 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkMemoryRequirements2() 988 assert(stype in vn_decode_VkMemoryRequirements2() [all...] |
H A D | vn_protocol_driver_descriptor_set_layout.h | 267 VkStructureType stype; in vn_decode_VkDescriptorSetVariableDescriptorCountLayoutSupport() local 268 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkDescriptorSetVariableDescriptorCountLayoutSupport() 269 assert(stype == VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT); in vn_decode_VkDescriptorSetVariableDescriptorCountLayoutSupport() 271 assert(val->sType == stype); in vn_decode_VkDescriptorSetVariableDescriptorCountLayoutSupport() 378 VkStructureType stype; in vn_decode_VkDescriptorSetLayoutSupport_pnext() local 383 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkDescriptorSetLayoutSupport_pnext() 386 if (pnext->sType == stype) in vn_decode_VkDescriptorSetLayoutSupport_pnext() 413 VkStructureType stype; in vn_decode_VkDescriptorSetLayoutSupport() local 414 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkDescriptorSetLayoutSupport() 415 assert(stype in vn_decode_VkDescriptorSetLayoutSupport() [all...] |
H A D | vn_protocol_driver_transport.h | 183 VkStructureType stype; in vn_decode_VkMemoryResourceAllocationSizeProperties100000MESA() local 184 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkMemoryResourceAllocationSizeProperties100000MESA() 185 assert(stype == VK_STRUCTURE_TYPE_MEMORY_RESOURCE_ALLOCATION_SIZE_PROPERTIES_100000_MESA); in vn_decode_VkMemoryResourceAllocationSizeProperties100000MESA() 187 assert(val->sType == stype); in vn_decode_VkMemoryResourceAllocationSizeProperties100000MESA() 294 VkStructureType stype; in vn_decode_VkMemoryResourcePropertiesMESA_pnext() local 299 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkMemoryResourcePropertiesMESA_pnext() 302 if (pnext->sType == stype) in vn_decode_VkMemoryResourcePropertiesMESA_pnext() 329 VkStructureType stype; in vn_decode_VkMemoryResourcePropertiesMESA() local 330 vn_decode_VkStructureType(dec, &stype); in vn_decode_VkMemoryResourcePropertiesMESA() 331 assert(stype in vn_decode_VkMemoryResourcePropertiesMESA() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.c | 212 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(opcode, 0); in get_src_chan_idx() local 214 if (!tgsi_type_is_64bit(dtype) && !tgsi_type_is_64bit(stype)) in get_src_chan_idx() 219 if (tgsi_type_is_64bit(stype)) in get_src_chan_idx() 346 enum tgsi_opcode_type stype, in lp_build_emit_fetch_src() 360 if (tgsi_type_is_64bit(stype)) { in lp_build_emit_fetch_src() 374 res = bld_base->emit_fetch_funcs[reg->Register.File](bld_base, reg, stype, in lp_build_emit_fetch_src() 382 switch (stype) { in lp_build_emit_fetch_src() 402 switch (stype) { in lp_build_emit_fetch_src() 450 enum tgsi_opcode_type stype = in lp_build_emit_fetch() local 453 return lp_build_emit_fetch_src(bld_base, reg, stype, chan_inde in lp_build_emit_fetch() 344 lp_build_emit_fetch_src(struct lp_build_tgsi_context *bld_base, const struct tgsi_full_src_register *reg, enum tgsi_opcode_type stype, const unsigned chan_index) lp_build_emit_fetch_src() argument 467 enum tgsi_opcode_type stype = TGSI_TYPE_SIGNED; lp_build_emit_fetch_texoffset() local [all...] |
H A D | lp_bld_tgsi_soa.c | 735 enum tgsi_opcode_type stype) in stype_to_fetch() 739 switch (stype) { in stype_to_fetch() 805 enum tgsi_opcode_type stype, in emit_fetch_constant() 857 if (tgsi_type_is_64bit(stype)) { in emit_fetch_constant() 875 if (tgsi_type_is_64bit(stype) && ((swizzle_in >> 16) != swizzle + 1)) { in emit_fetch_constant() 893 if (stype == TGSI_TYPE_DOUBLE) { in emit_fetch_constant() 897 } else if (stype == TGSI_TYPE_UNSIGNED64) { in emit_fetch_constant() 901 } else if (stype == TGSI_TYPE_SIGNED64) { in emit_fetch_constant() 912 if (stype == TGSI_TYPE_SIGNED || stype in emit_fetch_constant() 734 stype_to_fetch(struct lp_build_tgsi_context * bld_base, enum tgsi_opcode_type stype) stype_to_fetch() argument 802 emit_fetch_constant( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle_in) emit_fetch_constant() argument 928 emit_fetch_64bit( struct lp_build_tgsi_context * bld_base, enum tgsi_opcode_type stype, LLVMValueRef input, LLVMValueRef input2) emit_fetch_64bit() argument 954 emit_fetch_immediate( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle_in) emit_fetch_immediate() argument 1034 emit_fetch_input( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle_in) emit_fetch_input() argument 1115 emit_fetch_gs_input( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle_in) emit_fetch_gs_input() argument 1203 emit_fetch_tcs_input( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle_in) emit_fetch_tcs_input() argument 1306 emit_fetch_tes_input( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle_in) emit_fetch_tes_input() argument 1402 emit_fetch_temporary( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle_in) emit_fetch_temporary() argument 1471 emit_fetch_system_value( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle_in) emit_fetch_system_value() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dv_profile.c | 265 int i, dsf, stype, pal; in ff_dv_frame_profile() local 271 stype = frame[80 * 5 + 48 + 3] & 0x1f; in ff_dv_frame_profile() 275 if ((dsf == 1 && stype == 0 && frame[4] & 0x07 /* the APT field */) || in ff_dv_frame_profile() 276 (stype == 31 && codec && codec->codec_tag==AV_RL32("SL25") && codec->coded_width==720 && codec->coded_height==576)) in ff_dv_frame_profile() 280 if (dsf == 0 && pal == 1 && stype == dv_profiles[1].video_stype && buf_size == dv_profiles[1].frame_size) in ff_dv_frame_profile() 284 if (dsf == dv_profiles[i].dsf && stype == dv_profiles[i].video_stype) in ff_dv_frame_profile()
|
/third_party/selinux/libsepol/src/ |
H A D | assertion.c | 48 unsigned int stype, unsigned int ttype, in report_failure() 54 p->p_type_val_to_name[stype], in report_failure() 60 avrule->line, p->p_type_val_to_name[stype], in report_failure() 66 p->p_type_val_to_name[stype], in report_failure() 147 unsigned int stype, unsigned int ttype, in report_assertion_extended_permissions() 155 ebitmap_t *sattr = &p->type_attr_map[stype]; in report_assertion_extended_permissions() 201 p->p_type_val_to_name[stype], in report_assertion_extended_permissions() 325 unsigned int stype, unsigned int ttype, in check_assertion_extended_permissions_avtab() 332 ebitmap_t *sattr = &p->type_attr_map[stype]; in check_assertion_extended_permissions_avtab() 47 report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, unsigned int stype, unsigned int ttype, const class_perm_node_t *curperm, uint32_t perms) report_failure() argument 145 report_assertion_extended_permissions(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, unsigned int stype, unsigned int ttype, const class_perm_node_t *curperm, uint32_t perms, avtab_key_t *k, avtab_t *avtab) report_assertion_extended_permissions() argument 324 check_assertion_extended_permissions_avtab(avrule_t *avrule, avtab_t *avtab, unsigned int stype, unsigned int ttype, avtab_key_t *k, policydb_t *p) check_assertion_extended_permissions_avtab() argument
|
H A D | expand.c | 1495 static int exp_rangetr_helper(uint32_t stype, uint32_t ttype, uint32_t tclass, in exp_rangetr_helper() argument 1514 key.source_type = stype; in exp_rangetr_helper() 1529 state->out->p_type_val_to_name[stype - 1], in exp_rangetr_helper() 1540 rt->source_type = stype; in exp_rangetr_helper() 1706 cond_av_list_t ** other, uint32_t stype, in expand_terule_helper() 1723 avkey.source_type = stype + 1; in expand_terule_helper() 1838 uint32_t stype, uint32_t ttype, in expand_avrule_helper() 1852 avkey.source_type = stype + 1; in expand_avrule_helper() 3287 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; in expand_avtab_node() local 3299 if (stype in expand_avtab_node() 1703 expand_terule_helper(sepol_handle_t * handle, policydb_t * p, uint32_t * typemap, uint32_t specified, cond_av_list_t ** cond, cond_av_list_t ** other, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) expand_terule_helper() argument 1835 expand_avrule_helper(sepol_handle_t * handle, uint32_t specified, cond_av_list_t ** cond, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled, av_extended_perms_t *extended_perms) expand_avrule_helper() argument 3409 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; expand_cond_av_node() local [all...] |
/third_party/mesa3d/src/vulkan/util/ |
H A D | gen_enum_to_str.py | 97 case ${struct.stype}: return sizeof(${struct.name}); 100 case ${struct.stype}: return sizeof(${struct.name}); 344 def __init__(self, name, stype): 346 self.stype = stype 397 stype = struct_get_stype(struct_type) 398 if stype is not None: 399 struct_factory(name, stype=stype)
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 202 struct symbol *stype, *utype; in bigger_int_type() local 216 stype = right; in bigger_int_type() 218 stype = left; in bigger_int_type() 221 if (utype->rank >= stype->rank) in bigger_int_type() 223 if (stype->bit_size > utype->bit_size) in bigger_int_type() 224 return stype; in bigger_int_type() 225 utype = unsigned_types[stype->rank]; in bigger_int_type() 2975 struct symbol *ttype, *stype; in evaluate_cast() local 3017 stype = source->ctype; in evaluate_cast() 3018 if (!stype) { in evaluate_cast() 3347 struct symbol *stype = map->type; evaluate_generic_selection() local [all...] |
/third_party/selinux/checkpolicy/test/ |
H A D | dispol.c | 65 char *stype, *ttype, *tclass; in render_key() local 66 stype = p->p_type_val_to_name[key->source_type - 1]; in render_key() 69 if (stype && ttype) in render_key() 70 fprintf(fp, "%s %s : %s ", stype, ttype, tclass); in render_key() 71 else if (stype) in render_key() 72 fprintf(fp, "%s %u : %s ", stype, key->target_type, tclass); in render_key()
|
/third_party/python/Lib/ |
H A D | traceback.py | 822 stype = self.exc_type.__qualname__ 827 stype = smod + '.' + stype 830 yield _format_final_exc_line(stype, self._str) 832 yield from self._format_syntax_error(stype) 840 def _format_syntax_error(self, stype): 874 yield "{}: {}{}\n".format(stype, msg, filename_suffix)
|
/third_party/libinput/src/ |
H A D | util-prop-parsers.c | 402 char stype[13] = {0}; /* EV_FF_STATUS + '\0' */ in parse_evcode_property() local 404 if (sscanf(s, "%12[A-Z_]:%x%n", stype, &code, &consumed) != 2 || in parse_evcode_property() 406 (type = libevdev_event_type_from_name(stype)) == -1 || in parse_evcode_property()
|
/third_party/ffmpeg/libavformat/ |
H A D | dv.c | 235 int freq, stype, smpls, quant, i, ach; in dv_extract_audio_info() local 245 stype = as_pack[3] & 0x1f; /* 0 - 2CH, 2 - 4CH, 3 - 8CH */ in dv_extract_audio_info() 254 if (stype > 3) { in dv_extract_audio_info() 255 av_log(c->fctx, AV_LOG_ERROR, "stype %d is invalid\n", stype); in dv_extract_audio_info() 261 ach = ((int[4]) { 1, 0, 2, 4 })[stype]; in dv_extract_audio_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_atheros.c | 866 u16 fc, stype; in atheros_raw_receive() local 880 stype = WLAN_FC_GET_STYPE(fc); in atheros_raw_receive() 882 wpa_printf(MSG_DEBUG, "%s: subtype 0x%x len %d", __func__, stype, in atheros_raw_receive() 885 if (stype == WLAN_FC_STYPE_PROBE_REQ) { in atheros_raw_receive() 899 if (stype == WLAN_FC_STYPE_ACTION && in atheros_raw_receive() 915 switch (stype) { in atheros_raw_receive() 1385 event.tx_status.stype = WLAN_FC_GET_STYPE(fc); in send_action_cb_event() 1405 u16 fc, stype; in fetch_pending_big_events() local 1445 stype = WLAN_FC_GET_STYPE(fc); in fetch_pending_big_events() 1447 wpa_printf(MSG_DEBUG, "athr: EV_RX_MGMT stype in fetch_pending_big_events() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_atheros.c | 862 u16 fc, stype; in atheros_raw_receive() local 876 stype = WLAN_FC_GET_STYPE(fc); in atheros_raw_receive() 878 wpa_printf(MSG_DEBUG, "%s: subtype 0x%x len %d", __func__, stype, in atheros_raw_receive() 881 if (stype == WLAN_FC_STYPE_PROBE_REQ) { in atheros_raw_receive() 895 if (stype == WLAN_FC_STYPE_ACTION && in atheros_raw_receive() 911 switch (stype) { in atheros_raw_receive() 1374 event.tx_status.stype = WLAN_FC_GET_STYPE(fc); in send_action_cb_event() 1394 u16 fc, stype; in fetch_pending_big_events() local 1434 stype = WLAN_FC_GET_STYPE(fc); in fetch_pending_big_events() 1436 wpa_printf(MSG_DEBUG, "athr: EV_RX_MGMT stype in fetch_pending_big_events() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.c | 595 u16 fc, type, stype; in get_hdr_bssid() local 606 stype = WLAN_FC_GET_STYPE(fc); in get_hdr_bssid() 622 if (stype != WLAN_FC_STYPE_PSPOLL) in get_hdr_bssid() 1267 u16 stype = WLAN_FC_GET_STYPE(fc); in fc2str() local 1272 switch (stype) { in fc2str() 1288 switch (stype) { in fc2str() 1298 switch (stype) { in fc2str()
|