Home
last modified time | relevance | path

Searched defs:nine_shader_info (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.h30 struct nine_shader_info struct
32 unsigned type; /* in, PIPE_SHADER_x */
34 uint8_t version; /* (major << 4) | minor */
36 const DWORD *byte_code; /* in, pointer to shader tokens */
37 DWORD byte_size; /* out, size of data at byte_code */
39 void *cso; /* out, pipe cso for bind_vs,fs_state */
41 uint16_t input_map[PIPE_MAX_ATTRIBS]; /* VS input -> NINE_DECLUSAGE_x */
42 uint8_t num_inputs; /* there may be unused inputs (NINE_DECLUSAGE_NONE) */
44 bool position_t; /* out, true if VP writes pre-transformed position */
45 bool point_size; /* out, true if VP writes point size */
[all …]