Searched refs:ureg_property_fs_depth_layout (Results 1 – 3 of 3) sorted by relevance
694 ureg_property_fs_depth_layout(ureg, TGSI_FS_DEPTH_LAYOUT_ANY); in st_translate_fragment_program()697 ureg_property_fs_depth_layout(ureg, TGSI_FS_DEPTH_LAYOUT_GREATER); in st_translate_fragment_program()700 ureg_property_fs_depth_layout(ureg, TGSI_FS_DEPTH_LAYOUT_LESS); in st_translate_fragment_program()703 ureg_property_fs_depth_layout(ureg, TGSI_FS_DEPTH_LAYOUT_UNCHANGED); in st_translate_fragment_program()
171 ureg_property_fs_depth_layout(struct ureg_program *ureg,
312 ureg_property_fs_depth_layout(struct ureg_program *ureg, in ureg_property_fs_depth_layout() function