Searched defs:nine_shader_info (Results 1 – 1 of 1) sorted by relevance
42 struct nine_shader_info struct44 unsigned type; /* in, PIPE_SHADER_x */46 uint8_t version; /* (major << 4) | minor */48 const DWORD *byte_code; /* in, pointer to shader tokens */49 DWORD byte_size; /* out, size of data at byte_code */51 void *cso; /* out, pipe cso for bind_vs,fs_state */53 uint16_t input_map[PIPE_MAX_ATTRIBS]; /* VS input -> NINE_DECLUSAGE_x */54 uint8_t num_inputs; /* there may be unused inputs (NINE_DECLUSAGE_NONE) */56 boolean position_t; /* out, true if VP writes pre-transformed position */57 boolean point_size; /* out, true if VP writes point size */[all …]