Home
last modified time | relevance | path

Searched refs:program_binary_header (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dprogram_binary.c53 struct program_binary_header { struct
73 return sizeof(struct program_binary_header); in get_program_binary_header_size() argument
81 struct program_binary_header *hdr = binary; in write_program_binary()
104 simple_header_checks(const struct program_binary_header *hdr, unsigned length) in simple_header_checks()
116 check_crc32(const struct program_binary_header *hdr, unsigned length) in check_crc32()
134 const struct program_binary_header *hdr, in is_program_binary_valid()
166 const struct program_binary_header *hdr = binary; in get_program_binary_payload()