Home
last modified time | relevance | path

Searched refs:vertex_const (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_tcs.cpp274 nir_const_value *vertex_const = nir_src_as_const_value(instr->src[0]); in nir_emit_intrinsic() local
276 vertex_const ? src_reg(brw_imm_ud(vertex_const->u32[0])) in nir_emit_intrinsic()
Dbrw_fs_nir.cpp1937 nir_const_value *vertex_const = nir_src_as_const_value(vertex_src); in emit_gs_input_load() local
1949 offset_const != NULL && vertex_const != NULL && in emit_gs_input_load()
1952 vertex_const->u32[0] * push_reg_count; in emit_gs_input_load()
1973 if (vertex_const) { in emit_gs_input_load()
1976 retype(brw_vec8_grf(first_icp_handle + vertex_const->i32[0], 0), in emit_gs_input_load()
2017 if (vertex_const) { in emit_gs_input_load()
2018 assert(devinfo->gen >= 9 || vertex_const->i32[0] <= 5); in emit_gs_input_load()
2021 vertex_const->i32[0] / 8, in emit_gs_input_load()
2022 vertex_const->i32[0] % 8), in emit_gs_input_load()
2346 nir_const_value *vertex_const = nir_src_as_const_value(vertex_src); in nir_emit_tcs_intrinsic() local
[all …]