summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4.h
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2016-03-04 17:32:08 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2016-03-08 08:22:26 +0100
commitd3a89a7c494d577fdf8f45c0d8735004a571e86b (patch)
tree841361279e6ceb170d8249866a30e8e8b8e94ce0 /src/mesa/drivers/dri/i965/brw_vec4.h
parent0c5c2e2c936a933d4e78acb36d1f5e56d020043c (diff)
downloadexternal_mesa3d-d3a89a7c494d577fdf8f45c0d8735004a571e86b.zip
external_mesa3d-d3a89a7c494d577fdf8f45c0d8735004a571e86b.tar.gz
external_mesa3d-d3a89a7c494d577fdf8f45c0d8735004a571e86b.tar.bz2
i965/vec4/nir: remove emit_untyped_surface_read and emit_untyped_atomic at brw_vec4_visitor
surface_access emit_untyped_read and emit_untyped_atomic provides the same functionality. v2: surface parameter of emit_untyped_atomic is a const, no need to specify default predicate on emit_untyped_atomic, use retype (Francisco Jerez). Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vec4.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h
index 91771b8..d43a5a8 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4.h
+++ b/src/mesa/drivers/dri/i965/brw_vec4.h
@@ -276,13 +276,6 @@ public:
void emit_shader_time_end();
void emit_shader_time_write(int shader_time_subindex, src_reg value);
- void emit_untyped_atomic(unsigned atomic_op, unsigned surf_index,
- dst_reg dst, src_reg offset, src_reg src0,
- src_reg src1);
-
- void emit_untyped_surface_read(unsigned surf_index, dst_reg dst,
- src_reg offset);
-
src_reg get_scratch_offset(bblock_t *block, vec4_instruction *inst,
src_reg *reladdr, int reg_offset);
src_reg get_pull_constant_offset(bblock_t *block, vec4_instruction *inst,