Lines Matching refs:boolean
87 boolean reads_pervertex_outputs;
88 boolean reads_perpatch_outputs;
89 boolean reads_tessfactor_outputs;
93 boolean reads_position; /**< does fragment shader read position? */
94 boolean reads_z; /**< does fragment shader read depth? */
95 boolean reads_samplemask; /**< does fragment shader read sample mask? */
96 boolean reads_tess_factors; /**< If TES reads TESSINNER or TESSOUTER */
97 boolean writes_z; /**< does fragment shader write Z value? */
98 boolean writes_stencil; /**< does fragment shader write stencil value? */
99 boolean writes_samplemask; /**< does fragment shader write sample mask? */
100 boolean writes_edgeflag; /**< vertex shader outputs edgeflag */
101 boolean uses_kill; /**< KILL or KILL_IF instruction used? */
102 boolean uses_persp_center;
103 boolean uses_persp_centroid;
104 boolean uses_persp_sample;
105 boolean uses_linear_center;
106 boolean uses_linear_centroid;
107 boolean uses_linear_sample;
108 boolean uses_persp_opcode_interp_centroid;
109 boolean uses_persp_opcode_interp_offset;
110 boolean uses_persp_opcode_interp_sample;
111 boolean uses_linear_opcode_interp_centroid;
112 boolean uses_linear_opcode_interp_offset;
113 boolean uses_linear_opcode_interp_sample;
114 boolean uses_instanceid;
115 boolean uses_vertexid;
116 boolean uses_vertexid_nobase;
117 boolean uses_basevertex;
118 boolean uses_drawid;
119 boolean uses_primid;
120 boolean uses_frontface;
121 boolean uses_invocationid;
122 boolean uses_thread_id[3];
123 boolean uses_block_id[3];
124 boolean uses_block_size;
125 boolean uses_grid_size;
126 boolean uses_subgroup_info;
127 boolean writes_position;
128 boolean writes_psize;
129 boolean writes_clipvertex;
130 boolean writes_primid;
131 boolean writes_viewport_index;
132 boolean writes_layer;
133 boolean writes_memory; /**< contains stores or atomics to buffers or images */
134 boolean uses_doubles; /**< uses any of the double instructions */
135 boolean uses_derivatives;
136 boolean uses_bindless_samplers;
137 boolean uses_bindless_images;
138 boolean uses_fbfetch;