Searched defs:symbol_offset (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/amd/common/
H A Dac_binary.c194 uint64_t symbol_offset)
198 if (binary->global_symbol_offsets[i] == symbol_offset) {
215 unsigned symbol_offset)
219 ac_shader_binary_config_start(binary, symbol_offset);
192 ac_shader_binary_config_start( const struct ac_shader_binary *binary, uint64_t symbol_offset) argument
213 ac_shader_binary_read_config(struct ac_shader_binary *binary, struct ac_shader_config *conf, unsigned symbol_offset) argument
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_elf_util.c187 uint64_t symbol_offset)
191 if (binary->global_symbol_offsets[i] == symbol_offset) {
185 radeon_shader_binary_config_start( const struct radeon_shader_binary *binary, uint64_t symbol_offset) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c185 uint64_t symbol_offset,
190 radeon_shader_binary_config_start(binary, symbol_offset);
183 r600_shader_binary_read_config(const struct radeon_shader_binary *binary, struct r600_bytecode *bc, uint64_t symbol_offset, boolean *use_kill) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c68 uint64_t symbol_offset)
74 (program->shader.binary.code + symbol_offset);
66 si_compute_get_code_object( const struct si_compute *program, uint64_t symbol_offset) argument
H A Dsi_shader.c6022 unsigned symbol_offset)
6026 radeon_shader_binary_config_start(binary, symbol_offset);
6020 si_shader_binary_read_config(struct radeon_shader_binary *binary, struct si_shader_config *conf, unsigned symbol_offset) argument

Completed in 140 milliseconds