Searched refs:ac_shader_binary (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_binary.h39 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 Dac_llvm_util.h38 struct ac_shader_binary;
145 struct ac_shader_binary *binary);
H A Dac_binary.c40 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 Dac_llvm_helper.cpp156 struct ac_shader_binary *binary)
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader_helper.h38 struct ac_shader_binary *binary);
H A Dradv_llvm_helper.cpp55 struct ac_shader_binary *binary)
79 struct ac_shader_binary *binary)
H A Dradv_shader.c444 radv_get_shader_binary_size(struct ac_shader_binary *binary)
452 struct ac_shader_binary *binary,
606 struct ac_shader_binary binary;
H A Dradv_private.h1983 struct ac_shader_binary *binary,
1989 struct ac_shader_binary *binary,
H A Dradv_nir_to_llvm.c3864 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 Devergreen_compute_internal.h36 struct ac_shader_binary binary;
H A Devergreen_compute.c189 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 Dr600_pipe_common.h135 void radeon_shader_binary_init(struct ac_shader_binary *b);
136 void radeon_shader_binary_clean(struct ac_shader_binary *b);
H A Dr600_pipe_common.c65 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 Dsi_shader.h614 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 Dsi_shader_internal.h39 struct ac_shader_binary;
221 unsigned si_llvm_compile(LLVMModuleRef M, struct ac_shader_binary *binary,
H A Dsi_shader.c5066 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 Dsi_debug.c188 bool si_replace_shader(unsigned num, struct ac_shader_binary *binary)
H A Dsi_pipe.h1262 bool si_replace_shader(unsigned num, struct ac_shader_binary *binary);
H A Dsi_shader_tgsi_setup.c83 unsigned si_llvm_compile(LLVMModuleRef M, struct ac_shader_binary *binary,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.1.4.rst93 - radeonsi: include ac_binary.h for struct ac_shader_binary

Completed in 50 milliseconds