Home
last modified time | relevance | path

Searched refs:struct_version (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_extensions.py29 struct_version = (1,0) variable in Version
35 self.struct_version = (version[0], version[1])
37 self.struct_version = struct
51 return (str(self.struct_version[0])+str(self.struct_version[1]))
58 + str(self.struct_version[0]) + "_" + str(self.struct_version[1])
H A Dzink_device_info.py249 # constructor: Versions(device_version(major, minor, patch), struct_version(major, minor))
254 # - struct_version: Vulkan version, as tuple, to use with structures and macros
696 if entry.promoted_in and entry.promoted_in <= versions[-1].struct_version:
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dmixer.c395 assert(layers->struct_version == VDP_LAYER_VERSION); in vlVdpVideoMixerRender()
1021 if (procamp->struct_version > VDP_PROCAMP_VERSION) in vlVdpGenerateCSCMatrix()
/third_party/ffmpeg/libavcodec/
H A Dvdpau.c399 buffers->struct_version = VDP_BITSTREAM_BUFFER_VERSION; in ff_vdpau_add_buffer()

Completed in 5 milliseconds