Searched refs:dxil_buffer (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_buffer.h | 29 struct dxil_buffer { struct 38 dxil_buffer_init(struct dxil_buffer *b, unsigned abbrev_width); argument 41 dxil_buffer_finish(struct dxil_buffer *b); 44 dxil_buffer_emit_bits(struct dxil_buffer *b, uint32_t data, unsigned width); 47 dxil_buffer_emit_vbr_bits(struct dxil_buffer *b, uint64_t data, 51 dxil_buffer_align(struct dxil_buffer *b); 54 dxil_buffer_emit_abbrev_id(struct dxil_buffer *b, uint32_t id) in dxil_buffer_emit_abbrev_id()
|
D | dxil_buffer.c | 28 dxil_buffer_init(struct dxil_buffer *b, unsigned abbrev_width) in dxil_buffer_init() 38 dxil_buffer_finish(struct dxil_buffer *b) in dxil_buffer_finish() 44 flush_dword(struct dxil_buffer *b) in flush_dword() 59 dxil_buffer_emit_bits(struct dxil_buffer *b, uint32_t data, unsigned width) in dxil_buffer_emit_bits() 75 dxil_buffer_emit_vbr_bits(struct dxil_buffer *b, uint64_t data, in dxil_buffer_emit_vbr_bits() 94 dxil_buffer_align(struct dxil_buffer *b) in dxil_buffer_align()
|
D | dxil_buffer_test.c | 31 struct dxil_buffer buf; in init() 38 assert_blob_data(const struct dxil_buffer *m, const uint8_t *data, in assert_blob_data() 63 struct dxil_buffer buf; in align() 81 struct dxil_buffer buf; in emit_bits() 109 struct dxil_buffer buf; in emit_vbr_bits()
|
D | meson.build | 23 'dxil_buffer.c', 63 'dxil_buffer',
|
D | dxil_module.h | 173 struct dxil_buffer buf;
|
D | dxil_module.c | 68 emit_bits64(struct dxil_buffer *b, uint64_t data, unsigned width) in emit_bits64() 127 emit_record_no_abbrev(struct dxil_buffer *b, unsigned code, in emit_record_no_abbrev() 215 emit_fixed(struct dxil_buffer *b, uint64_t data, unsigned width) in emit_fixed() 224 emit_vbr(struct dxil_buffer *b, uint64_t data, unsigned width) in emit_vbr() 233 emit_char6(struct dxil_buffer *b, uint64_t data) in emit_char6() 257 emit_record_abbrev(struct dxil_buffer *b, in emit_record_abbrev()
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 6341 ../src/microsoft/compiler/dxil_buffer.c 6342 ../src/microsoft/compiler/dxil_buffer.h
|