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