Lines Matching refs:shader_info
31 * - per shader stage section (shader_info) starts with a header,
34 * of shader_info section where the data is found
65 /* current shader_info section, some offsets calculated relative to
142 struct shader_info;
143 static void decode_shader_info(struct state *state, struct shader_info *info);
189 uint32_t fs_info; /* offset of FS shader_info section */
191 uint32_t vs_info; /* offset of VS shader_info section */
193 uint32_t vs_info2; /* offset of VS shader_info section (again?) */
195 uint32_t bs_info; /* offset of binning shader_info section */
209 O(hdr, fs_info, shader_info);
212 O(hdr, vs_info, shader_info);
219 O(hdr, bs_info, shader_info);
302 * start of shader_info block.
306 uint32_t offset; /* offset (relative to start of shader_info block) */
416 struct PACKED shader_info {
423 decode_shader_info(struct state *state, struct shader_info *info)