| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_simple_shaders.h | 80 enum tgsi_return_type stype, 89 enum tgsi_return_type stype, 138 enum tgsi_return_type stype, 160 enum tgsi_return_type stype); 167 enum tgsi_return_type stype);
|
| H A D | u_simple_shaders.c | 245 enum tgsi_return_type stype = TGSI_RETURN_TYPE_FLOAT; local in function:util_make_fragment_tex_shader_xrbias 253 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, stype); 290 enum tgsi_return_type stype, 301 assert((stype == TGSI_RETURN_TYPE_FLOAT) == (dtype == TGSI_RETURN_TYPE_FLOAT)); 311 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, styp 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) 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) argument 693 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) argument 804 util_make_fs_msaa_resolve(struct pipe_context * pipe,enum tgsi_texture_type tgsi_tex,unsigned nr_samples,enum tgsi_return_type stype) argument 864 util_make_fs_msaa_resolve_bilinear(struct pipe_context * pipe,enum tgsi_texture_type tgsi_tex,unsigned nr_samples,enum tgsi_return_type stype) argument [all...] |
| H A D | u_blit.c | 166 enum tgsi_return_type stype; local in function:set_fragment_shader 170 stype = TGSI_RETURN_TYPE_UINT; 173 stype = TGSI_RETURN_TYPE_SINT; 176 stype = TGSI_RETURN_TYPE_FLOAT; 181 assert(stype == TGSI_RETURN_TYPE_FLOAT); 199 stype, stype, false, false);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/ |
| H A D | xa_tracker.c | 168 enum xa_surface_type stype; local in function:xa_tracker_create 185 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) 186 num_formats += num_preferred[stype]; 197 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) { 198 unsigned int bind = stype_bind[stype]; 202 for (i = 0; i < num_preferred[stype]; 271 xa_get_format_stype_depth(struct xa_tracker * xa,enum xa_surface_type stype,unsigned int 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) 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) 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) 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) 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) argument [all...] |
| H A D | xa_tracker.h.in | 174 enum xa_surface_type stype, 182 enum xa_surface_type stype, 191 enum xa_surface_type stype, 207 enum xa_surface_type stype,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| 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, 141 enum tgsi_return_type stype); 148 enum tgsi_return_type stype);
|
| H A D | u_simple_shaders.c | 245 enum tgsi_return_type stype = TGSI_RETURN_TYPE_FLOAT; local in function:util_make_fragment_tex_shader_xrbias 253 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, stype); 290 enum tgsi_return_type stype, 301 assert((stype == TGSI_RETURN_TYPE_FLOAT) == (dtype == TGSI_RETURN_TYPE_FLOAT)); 311 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, styp 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) 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) argument 582 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) argument 694 util_make_fs_msaa_resolve(struct pipe_context * pipe,enum tgsi_texture_type tgsi_tex,unsigned nr_samples,enum tgsi_return_type stype) argument 754 util_make_fs_msaa_resolve_bilinear(struct pipe_context * pipe,enum tgsi_texture_type tgsi_tex,unsigned nr_samples,enum tgsi_return_type stype) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/ |
| H A D | xa_tracker.c | 168 enum xa_surface_type stype; local in function:xa_tracker_create 185 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) 186 num_formats += num_preferred[stype]; 197 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) { 198 unsigned int bind = stype_bind[stype]; 202 for (i = 0; i < num_preferred[stype]; 271 xa_get_format_stype_depth(struct xa_tracker * xa,enum xa_surface_type stype,unsigned int 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) 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) 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) 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) 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) argument [all...] |
| H A D | xa_tracker.h.in | 174 enum xa_surface_type stype, 182 enum xa_surface_type stype, 191 enum xa_surface_type stype, 207 enum xa_surface_type stype,
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/ |
| H A D | gen_enum_to_str.py | 104 case ${struct.stype}: return sizeof(${struct.name}); 107 case ${struct.stype}: return sizeof(${struct.name}); 322 def __init__(self, name, stype): 324 self.stype = stype 365 stype = struct_get_stype(struct_type) 366 if stype is not None: 367 struct_factory(name, stype=stype)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.c | 205 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(opcode, 0); local in function:get_src_chan_idx 207 if (!tgsi_type_is_64bit(dtype) && !tgsi_type_is_64bit(stype)) 212 if (tgsi_type_is_64bit(stype)) 342 enum tgsi_opcode_type stype, 356 if (tgsi_type_is_64bit(stype)) { 370 res = bld_base->emit_fetch_funcs[reg->Register.File](bld_base, reg, stype, 378 switch (stype) { 398 switch (stype) { 447 enum tgsi_opcode_type stype = local in function:lp_build_emit_fetch 450 return lp_build_emit_fetch_src(bld_base, reg, stype, chan_inde 339 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) argument 465 enum tgsi_opcode_type stype = TGSI_TYPE_SIGNED; local in function:lp_build_emit_fetch_texoffset [all...] |
| H A D | lp_bld_tgsi_soa.c | 1124 enum tgsi_opcode_type stype) 1128 switch (stype) { 1194 enum tgsi_opcode_type stype, 1246 if (tgsi_type_is_64bit(stype)) { 1264 if (tgsi_type_is_64bit(stype) && ((swizzle_in >> 16) != swizzle + 1)) { 1282 if (stype == TGSI_TYPE_DOUBLE) { 1286 } else if (stype == TGSI_TYPE_UNSIGNED64) { 1290 } else if (stype == TGSI_TYPE_SIGNED64) { 1301 if (stype == TGSI_TYPE_SIGNED || stype 1123 stype_to_fetch(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type stype) argument 1191 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) argument 1317 emit_fetch_64bit(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type stype,LLVMValueRef input,LLVMValueRef input2) argument 1343 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) argument 1423 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) argument 1504 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) argument 1592 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) argument 1661 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) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.c | 205 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(opcode, 0); local in function:get_src_chan_idx 207 if (!tgsi_type_is_64bit(dtype) && !tgsi_type_is_64bit(stype)) 212 if (tgsi_type_is_64bit(stype)) 342 enum tgsi_opcode_type stype, 356 if (tgsi_type_is_64bit(stype)) { 370 res = bld_base->emit_fetch_funcs[reg->Register.File](bld_base, reg, stype, 378 switch (stype) { 398 switch (stype) { 447 enum tgsi_opcode_type stype = local in function:lp_build_emit_fetch 450 return lp_build_emit_fetch_src(bld_base, reg, stype, chan_inde 339 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) argument 465 enum tgsi_opcode_type stype = TGSI_TYPE_SIGNED; local in function:lp_build_emit_fetch_texoffset [all...] |
| H A D | lp_bld_tgsi_soa.c | 735 enum tgsi_opcode_type stype) 739 switch (stype) { 805 enum tgsi_opcode_type stype, 857 if (tgsi_type_is_64bit(stype)) { 875 if (tgsi_type_is_64bit(stype) && ((swizzle_in >> 16) != swizzle + 1)) { 893 if (stype == TGSI_TYPE_DOUBLE) { 897 } else if (stype == TGSI_TYPE_UNSIGNED64) { 901 } else if (stype == TGSI_TYPE_SIGNED64) { 912 if (stype == TGSI_TYPE_SIGNED || stype 734 stype_to_fetch(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type stype) 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) argument 928 emit_fetch_64bit(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type stype,LLVMValueRef input,LLVMValueRef input2) 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) 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) 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) 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) 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) 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) 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) argument [all...] |
| /xsrc/external/mit/MesaLib/src/gallium/frontends/xa/ |
| H A D | xa_tracker.h | 174 enum xa_surface_type stype, 182 enum xa_surface_type stype, 191 enum xa_surface_type stype, 207 enum xa_surface_type stype,
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | gen_enum_to_str.py | 98 case ${struct.stype}: return sizeof(${struct.name}); 101 case ${struct.stype}: return sizeof(${struct.name}); 345 def __init__(self, name, stype): 347 self.stype = stype 398 stype = struct_get_stype(struct_type) 399 if stype is not None: 400 struct_factory(name, stype=stype)
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_device.h | 1315 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceVariablePointersFeatures 1316 vn_decode_VkStructureType(dec, &stype); 1317 assert(stype == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES); 1319 assert(val->sType == stype); 1454 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceMultiviewFeatures 1455 vn_decode_VkStructureType(dec, &stype); 1456 assert(stype == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES); 1458 assert(val->sType == stype); 1598 VkStructureType stype; local in function:vn_decode_VkPhysicalDevice16BitStorageFeatures 1599 vn_decode_VkStructureType(dec, &stype); 1735 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures 1866 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceSamplerYcbcrConversionFeatures 1997 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceProtectedMemoryFeatures 2128 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceShaderDrawParametersFeatures 2262 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceShaderFloat16Int8Features 2395 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceHostQueryResetFeatures 2583 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceDescriptorIndexingFeatures 2752 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceTimelineSemaphoreFeatures 2889 VkStructureType stype; local in function:vn_decode_VkPhysicalDevice8BitStorageFeatures 3030 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceVulkanMemoryModelFeatures 3168 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceShaderAtomicInt64Features 3304 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceTransformFeedbackFeaturesEXT 3437 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures 3568 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceUniformBufferStandardLayoutFeatures 3705 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceBufferDeviceAddressFeatures 3840 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceImagelessFramebufferFeatures 3971 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures 4135 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceVulkan11Features 4426 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceVulkan12Features 4920 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceFeatures2_pnext 5037 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceFeatures2 5980 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceDriverProperties 6114 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceIDProperties 6232 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceMultiviewProperties 6348 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceSubgroupProperties 6462 VkStructureType stype; local in function:vn_decode_VkPhysicalDevicePointClippingProperties 6570 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceProtectedMemoryProperties 6680 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceSamplerFilterMinmaxProperties 6792 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceMaintenance3Properties 6934 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceFloatControlsProperties 7118 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceDescriptorIndexingProperties 7270 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceTimelineSemaphoreProperties 7384 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceDepthStencilResolveProperties 7516 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceTransformFeedbackPropertiesEXT 7682 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceVulkan11Properties 7928 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceVulkan12Properties 8225 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceProperties2_pnext 8314 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceProperties2 8676 VkStructureType stype; local in function:vn_decode_VkDrmFormatModifierPropertiesListEXT 8801 VkStructureType stype; local in function:vn_decode_VkFormatProperties2_pnext 8834 VkStructureType stype; local in function:vn_decode_VkFormatProperties2 9265 VkStructureType stype; local in function:vn_decode_VkExternalImageFormatProperties 9373 VkStructureType stype; local in function:vn_decode_VkSamplerYcbcrConversionImageFormatProperties 9490 VkStructureType stype; local in function:vn_decode_VkImageFormatProperties2_pnext 9527 VkStructureType stype; local in function:vn_decode_VkImageFormatProperties2 9680 VkStructureType stype; local in function:vn_decode_VkQueueFamilyProperties2 9788 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceMemoryProperties2 9957 VkStructureType stype; local in function:vn_decode_VkSparseImageFormatProperties2 10122 VkStructureType stype; local in function:vn_decode_VkExternalBufferProperties 10320 VkStructureType stype; local in function:vn_decode_VkExternalSemaphoreProperties 10489 VkStructureType stype; local in function:vn_decode_VkExternalFenceProperties 10611 VkStructureType stype; local in function:vn_decode_VkPhysicalDeviceGroupProperties [all...] |
| H A D | vn_protocol_driver_descriptor_set_layout.h | 267 VkStructureType stype; local in function:vn_decode_VkDescriptorSetVariableDescriptorCountLayoutSupport 268 vn_decode_VkStructureType(dec, &stype); 269 assert(stype == VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT); 271 assert(val->sType == stype); 378 VkStructureType stype; local in function:vn_decode_VkDescriptorSetLayoutSupport_pnext 383 vn_decode_VkStructureType(dec, &stype); 386 if (pnext->sType == stype) 411 VkStructureType stype; local in function:vn_decode_VkDescriptorSetLayoutSupport 412 vn_decode_VkStructureType(dec, &stype); 413 assert(stype [all...] |
| H A D | vn_protocol_driver_structs.h | 788 VkStructureType stype; local in function:vn_decode_VkMemoryDedicatedRequirements 789 vn_decode_VkStructureType(dec, &stype); 790 assert(stype == VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS); 792 assert(val->sType == stype); 901 VkStructureType stype; local in function:vn_decode_VkMemoryRequirements2_pnext 906 vn_decode_VkStructureType(dec, &stype); 909 if (pnext->sType == stype) 934 VkStructureType stype; local in function:vn_decode_VkMemoryRequirements2 935 vn_decode_VkStructureType(dec, &stype); 936 assert(stype [all...] |
| H A D | vn_protocol_driver_image.h | 586 VkStructureType stype; local in function:vn_decode_VkBindImageMemoryDeviceGroupInfo 587 vn_decode_VkStructureType(dec, &stype); 588 assert(stype == VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO); 590 assert(val->sType == stype); 666 VkStructureType stype; local in function:vn_decode_VkBindImagePlaneMemoryInfo 667 vn_decode_VkStructureType(dec, &stype); 668 assert(stype == VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO); 670 assert(val->sType == stype); 781 VkStructureType stype; local in function:vn_decode_VkBindImageMemoryInfo_pnext 786 vn_decode_VkStructureType(dec, &stype); 820 VkStructureType stype; local in function:vn_decode_VkBindImageMemoryInfo 1069 VkStructureType stype; local in function:vn_decode_VkSparseImageMemoryRequirements2 1177 VkStructureType stype; local in function:vn_decode_VkImageDrmFormatModifierPropertiesEXT [all...] |
| H A D | vn_protocol_driver_buffer.h | 328 VkStructureType stype; local in function:vn_decode_VkBindBufferMemoryDeviceGroupInfo 329 vn_decode_VkStructureType(dec, &stype); 330 assert(stype == VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO); 332 assert(val->sType == stype); 431 VkStructureType stype; local in function:vn_decode_VkBindBufferMemoryInfo_pnext 436 vn_decode_VkStructureType(dec, &stype); 439 if (pnext->sType == stype) 466 VkStructureType stype; local in function:vn_decode_VkBindBufferMemoryInfo 467 vn_decode_VkStructureType(dec, &stype); 468 assert(stype 599 VkStructureType stype; local in function:vn_decode_VkBufferDeviceAddressInfo [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_saa_priv.h | 112 enum xa_surface_type stype,
|
| /xsrc/external/mit/libXpm/dist/sxpm/ |
| H A D | sxpm.c | 158 char *stype; local in function:main 190 if (XrmGetResource(xrdb, NULL, "sxpm.geometry", &stype, &val) 191 || XrmGetResource(xrdb, NULL, "Sxpm.geometry", &stype, &val)) { 224 if ((XrmGetResource(xrdb, "sxpm.hints", "", &stype, &val) 225 || XrmGetResource(xrdb, "Sxpm.hints", "", &stype, &val)) 236 if (XrmGetResource(xrdb, "sxpm.icon", "", &stype, &val) 237 || XrmGetResource(xrdb, "Sxpm.icon", "", &stype, &val)) {
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbUtils.c | 912 XkbKeyTypePtr stype = NULL, dtype = NULL; local in function:_XkbCopyClientMap 992 stype = src->map->types; 994 for (i = 0; i < src->map->num_types; i++, dtype++, stype++) { 995 if (stype->num_levels && stype->level_names) { 996 if (stype->num_levels != dtype->num_levels && 1000 stype->num_levels * sizeof(Atom)); 1007 tmp = malloc(stype->num_levels * sizeof(Atom)); 1012 dtype->num_levels = stype->num_levels; 1013 memcpy(dtype->level_names, stype [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbUtils.c | 937 XkbKeyTypePtr stype = NULL, dtype = NULL; local in function:_XkbCopyClientMap 1022 stype = src->map->types; 1024 for (i = 0; i < src->map->num_types; i++, dtype++, stype++) { 1025 if (stype->num_levels && stype->level_names) { 1026 if (stype->num_levels != dtype->num_levels && 1030 stype->num_levels, sizeof(Atom)); 1037 tmp = malloc(stype->num_levels * sizeof(Atom)); 1042 dtype->num_levels = stype->num_levels; 1043 memcpy(dtype->level_names, stype [all...] |