/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_tracker.c | 168 enum xa_surface_type stype; in xa_tracker_create() local 272 enum xa_surface_type stype, unsigned int depth) in xa_get_format_stype_depth() 337 enum xa_surface_type stype, in surface_create() 399 enum xa_surface_type stype, in xa_surface_create() 411 enum xa_surface_type stype, in xa_surface_from_handle() 425 enum xa_surface_type stype, in xa_surface_from_handle2() 443 enum xa_surface_type stype, in xa_surface_redefine()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 212 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(opcode, 0); in get_src_chan_idx() local 346 enum tgsi_opcode_type stype, in lp_build_emit_fetch_src() 450 enum tgsi_opcode_type stype = in lp_build_emit_fetch() local 467 enum tgsi_opcode_type stype = TGSI_TYPE_SIGNED; in lp_build_emit_fetch_texoffset() local
|
D | lp_bld_tgsi_aos.c | 105 enum tgsi_opcode_type stype, in emit_fetch_constant() 176 enum tgsi_opcode_type stype, in emit_fetch_immediate() 189 enum tgsi_opcode_type stype, in emit_fetch_input() 203 enum tgsi_opcode_type stype, in emit_fetch_temporary()
|
D | lp_bld_tgsi_soa.c | 735 enum tgsi_opcode_type stype) in stype_to_fetch() 805 enum tgsi_opcode_type stype, in emit_fetch_constant() 930 enum tgsi_opcode_type stype, in emit_fetch_64bit() 957 enum tgsi_opcode_type stype, in emit_fetch_immediate() 1037 enum tgsi_opcode_type stype, in emit_fetch_input() 1118 enum tgsi_opcode_type stype, in emit_fetch_gs_input() 1206 enum tgsi_opcode_type stype, in emit_fetch_tcs_input() 1309 enum tgsi_opcode_type stype, in emit_fetch_tes_input() 1405 enum tgsi_opcode_type stype, in emit_fetch_temporary() 1474 enum tgsi_opcode_type stype, in emit_fetch_system_value()
|
/third_party/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 34 #define DECL_VEC_TYPE(stype, vtype, btype, etype, ...) \ argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 245 enum tgsi_return_type stype = TGSI_RETURN_TYPE_FLOAT; in util_make_fragment_tex_shader_xrbias() local 290 enum tgsi_return_type stype, in util_make_fragment_tex_shader_writemask() 367 enum tgsi_return_type stype, in util_make_fragment_tex_shader() 589 enum tgsi_return_type stype, in util_make_fs_blit_msaa_color() 712 enum tgsi_return_type stype) in util_make_fs_msaa_resolve() 773 enum tgsi_return_type stype) in util_make_fs_msaa_resolve_bilinear()
|
/third_party/selinux/libsepol/src/ |
D | assertion.c | 48 unsigned int stype, unsigned int ttype, in report_failure() 147 unsigned int stype, unsigned int ttype, in report_assertion_extended_permissions() 325 unsigned int stype, unsigned int ttype, in check_assertion_extended_permissions_avtab()
|
D | expand.c | 1495 static int exp_rangetr_helper(uint32_t stype, uint32_t ttype, uint32_t tclass, in exp_rangetr_helper() 1706 cond_av_list_t ** other, uint32_t stype, in expand_terule_helper() 1838 uint32_t stype, uint32_t ttype, in expand_avrule_helper() 3287 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; in expand_avtab_node() local 3409 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; in expand_cond_av_node() local
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 1365 VkStructureType stype; in vn_decode_VkPhysicalDevicePrivateDataFeatures() local 1499 VkStructureType stype; in vn_decode_VkPhysicalDeviceVariablePointersFeatures() local 1638 VkStructureType stype; in vn_decode_VkPhysicalDeviceMultiviewFeatures() local 1782 VkStructureType stype; in vn_decode_VkPhysicalDevice16BitStorageFeatures() local 1919 VkStructureType stype; in vn_decode_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures() local 2050 VkStructureType stype; in vn_decode_VkPhysicalDeviceSamplerYcbcrConversionFeatures() local 2181 VkStructureType stype; in vn_decode_VkPhysicalDeviceProtectedMemoryFeatures() local 2315 VkStructureType stype; in vn_decode_VkPhysicalDeviceInlineUniformBlockFeatures() local 2448 VkStructureType stype; in vn_decode_VkPhysicalDeviceMaintenance4Features() local 2579 VkStructureType stype; in vn_decode_VkPhysicalDeviceShaderDrawParametersFeatures() local [all …]
|
D | vn_protocol_driver_descriptor_set_layout.h | 267 VkStructureType stype; in vn_decode_VkDescriptorSetVariableDescriptorCountLayoutSupport() local 378 VkStructureType stype; in vn_decode_VkDescriptorSetLayoutSupport_pnext() local 413 VkStructureType stype; in vn_decode_VkDescriptorSetLayoutSupport() local
|
D | vn_protocol_driver_structs.h | 838 VkStructureType stype; in vn_decode_VkMemoryDedicatedRequirements() local 951 VkStructureType stype; in vn_decode_VkMemoryRequirements2_pnext() local 986 VkStructureType stype; in vn_decode_VkMemoryRequirements2() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_pixelize.c | 93 #define PIXELIZE_AVG(name, type, stype) \ argument 121 #define PIXELIZE_MIN(name, type, stype) \ argument 147 #define PIXELIZE_MAX(name, type, stype) \ argument
|
D | vf_varblur.c | 96 #define COMPUTE_SAT(type, stype, depth) \ argument 135 #define BLUR_PLANE(type, stype, bits) \ argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_extensions.py | 56 def stype(self, struct: str): member in Version 161 def stype(self, struct: str): member in Extension
|
/third_party/ffmpeg/libavcodec/ |
D | dv_profile.c | 265 int i, dsf, stype, pal; in ff_dv_frame_profile() local
|
/third_party/toybox/kconfig/ |
D | lkc.h | 56 enum symbol_type stype; member
|
/third_party/mksh/ |
D | eval.c | 213 unsigned short stype; /* [=+-?%#] action after expanded word */ member 389 unsigned int stype; in expand() local 1224 unsigned int stype; /* substitution type */ in varsub() local
|
/third_party/mesa3d/src/vulkan/util/ |
D | gen_enum_to_str.py | 344 def __init__(self, name, stype): argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_11_common.c | 595 u16 fc, type, stype; in get_hdr_bssid() local 1267 u16 stype = WLAN_FC_GET_STYPE(fc); in fc2str() local
|
/third_party/libinput/src/ |
D | util-prop-parsers.c | 399 char stype[13] = {0}; /* EV_FF_STATUS + '\0' */ in parse_evcode_property() local
|
/third_party/selinux/checkpolicy/test/ |
D | dispol.c | 65 char *stype, *ttype, *tclass; in render_key() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_hostap.c | 59 u16 stype) in handle_data() 143 u16 fc, type, stype; in handle_frame() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_hostap.c | 59 u16 stype) in handle_data() 143 u16 fc, type, stype; in handle_frame() local
|
/third_party/python/Lib/ |
D | traceback.py | 616 def _format_syntax_error(self, stype): argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_common.c | 669 u16 fc, type, stype; in get_hdr_bssid() local 1579 u16 stype = WLAN_FC_GET_STYPE(fc); in fc2str() local
|