Searched refs:ac_shader_binary (Results 1 - 20 of 20) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_binary.h | 39 struct ac_shader_binary { struct 86 * ac_shader_binary object. 89 struct ac_shader_binary *binary); 96 const struct ac_shader_binary *binary, 99 void ac_shader_binary_read_config(struct ac_shader_binary *binary, 103 void ac_shader_binary_clean(struct ac_shader_binary *b);
|
| H A D | ac_llvm_util.h | 38 struct ac_shader_binary; 145 struct ac_shader_binary *binary);
|
| H A D | ac_binary.c | 40 struct ac_shader_binary *binary) 83 struct ac_shader_binary *binary) 109 struct ac_shader_binary *binary) 196 const struct ac_shader_binary *binary, 216 void ac_shader_binary_read_config(struct ac_shader_binary *binary, 302 void ac_shader_binary_clean(struct ac_shader_binary *b)
|
| H A D | ac_llvm_helper.cpp | 156 struct ac_shader_binary *binary)
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_shader_helper.h | 38 struct ac_shader_binary *binary);
|
| H A D | radv_llvm_helper.cpp | 55 struct ac_shader_binary *binary) 79 struct ac_shader_binary *binary)
|
| H A D | radv_shader.c | 444 radv_get_shader_binary_size(struct ac_shader_binary *binary) 452 struct ac_shader_binary *binary, 606 struct ac_shader_binary binary;
|
| H A D | radv_private.h | 1983 struct ac_shader_binary *binary, 1989 struct ac_shader_binary *binary,
|
| H A D | radv_nir_to_llvm.c | 3864 struct ac_shader_binary *binary, 3884 struct ac_shader_binary *binary, 4012 struct ac_shader_binary *binary, 4137 struct ac_shader_binary *binary,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | evergreen_compute_internal.h | 36 struct ac_shader_binary binary;
|
| H A D | evergreen_compute.c | 189 struct ac_shader_binary *binary) 233 struct ac_shader_binary *binary) 259 struct ac_shader_binary *binary) 338 const struct ac_shader_binary *binary, 351 static void r600_shader_binary_read_config(const struct ac_shader_binary *binary, 387 const struct ac_shader_binary *binary,
|
| H A D | r600_pipe_common.h | 135 void radeon_shader_binary_init(struct ac_shader_binary *b); 136 void radeon_shader_binary_clean(struct ac_shader_binary *b);
|
| H A D | r600_pipe_common.c | 65 void radeon_shader_binary_init(struct ac_shader_binary *b) 70 void radeon_shader_binary_clean(struct ac_shader_binary *b)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.h | 614 struct ac_shader_binary binary; 671 struct ac_shader_binary binary; 702 void si_shader_binary_read_config(struct ac_shader_binary *binary,
|
| H A D | si_shader_internal.h | 39 struct ac_shader_binary; 221 unsigned si_llvm_compile(LLVMModuleRef M, struct ac_shader_binary *binary,
|
| H A D | si_shader.c | 5066 void si_shader_binary_read_config(struct ac_shader_binary *binary, 5195 const struct ac_shader_binary *prolog = 5197 const struct ac_shader_binary *previous_stage = 5199 const struct ac_shader_binary *prolog2 = 5201 const struct ac_shader_binary *epilog = 5203 const struct ac_shader_binary *mainb = &shader->binary; 5266 static void si_shader_dump_disassembly(const struct ac_shader_binary *binary, 5502 struct ac_shader_binary *binary,
|
| H A D | si_debug.c | 188 bool si_replace_shader(unsigned num, struct ac_shader_binary *binary)
|
| H A D | si_pipe.h | 1262 bool si_replace_shader(unsigned num, struct ac_shader_binary *binary);
|
| H A D | si_shader_tgsi_setup.c | 83 unsigned si_llvm_compile(LLVMModuleRef M, struct ac_shader_binary *binary,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.1.4.rst | 93 - radeonsi: include ac_binary.h for struct ac_shader_binary
|
Completed in 50 milliseconds